/*
Theme Name: Hospedagem
Author: Pedro Welbert by Grupo Audax
Author URI: http://web.grupoaudax.com.br
Description: Grupo Audax - 15 anos aliando tecnologia e conhecimento.
Version: 1.0
*/

/*** 

====================================================================
	Reset
====================================================================

 ***/.suite-img:hover

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

*, ::before, ::after {
    box-sizing: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Comic Neue';
    font-size: 16px;
    color: #305b65;
    font-weight: 400;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    background-image: url('parts/img/background_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #165090;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Comic Neue';
    font-weight: normal;
    margin: 0px;
    background: none;
}

input,
button,
select,
textarea {
    font-family: 'Comic Neue';
}

p {
    position: relative;
    line-height: 1.6em;
}

.container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body > header > h1 > a {
color: #ffffff;
font-weight: 400;
}

footer {
  margin-top: 4px;
}

.main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content-thin {
    width: 70%;
}

.content-full-width {
    width: 100%;
}

.content-area,
.primary-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.primary-sidebar {
  position: relative;
  width: 100%;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.8);
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
}

/*--------------------------------------------------
                       CSS Menu 
---------------------------------------------------*/
header #menuBtn{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 0;
    padding: 1rem 1rem 0 1rem;
   	font-size: 200%;
    color: #32c4b1;
    cursor: pointer;
}

header #menuBtn {
	display: none;
}

#page {
	min-height: 100vh;
}

.overlay{
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.0;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .2s;
    z-index: -998;
    display: none;
}
.overlay-show{
  	opacity: 0.5;
  	display: block;
  	z-index: 998;
}

#imageContainer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: zoom-out;
}
  .imageContainer-show{
    display: flex !important;
  }
  #imageContainer img{
    height: 90%;
    width: auto;
    box-shadow: 5px 5px 30px #000;
  }

.zoom-in {
	cursor: zoom-in;
}

.blog-title .wp-block-image img {
	cursor: zoom-in !important;
}

.site-header {
	text-align: center;
	min-height: 360px;
	position: relative;
	padding-top: 1px;
	margin-top: -1px;
}

.main-navigation {
	color: #165090;
	font-family: 'Give You Glory';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	clear: both;
	display: block;
	width: 100%;
	padding: 12px 0 0;
	min-height: 66px;

}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: #165090;
}

.back-main {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
}


.site-header .main-navigation {
	margin-top: 1rem; 
}

.main-navigation:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-top: 3px solid #32c4b1;
	top: -0.45em;
}

.main-navigation:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 3px solid #32c4b1;
	bottom: -0.45em;
}

.menu-menu-header-container ul {
	display: flex;
	flex-wrap: nowrap;
	padding-left: 0;
	justify-content: center;
}

.main-navigation .menu-menu-header-container ul li {
	margin: .5em 0;
}

.main-navigation .menu-menu-header-container ul a:hover {
    color: #32c4b1;
     -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.menu-menu-header-container ul li .sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    font-family: 'Give You Glory';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.menu-menu-header-container ul li .sub-menu li {
    padding: .5em 1em;
    margin: .15rem 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: .15rem solid #32c4b1;
    border-top: .15rem solid #32c4b1;

}

.menu-menu-header-container ul li:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*--------------------------------------------------
|                      CSS Branding                 |
---------------------------------------------------*/

.site-branding {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.8);
	display: inline-block;
	margin: 3em auto 3em;
	position: relative;
	font-size: 16px;
}

.site-branding::after {
	content: '';
	position: absolute;
	border: 3px solid #32c4b1;
	z-index: 0;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
}

.site-title {
	vertical-align: middle;
	display: inline-block;
	padding: 20px 30px 4px;
	position: relative;
	z-index: 1;
	margin: 1em .5em 1em .5em;
}

.site-description {
	color: #32c4b1;
	font-family: 'Give You Glory';
	font-size: 35px;
	font-style: normal;
	font-weight: 300;
}

.site-title p {
	padding: 0;
	display: block;
	position: relative;
}

.site-title div a {
	text-decoration: none;
	display: inline-block;
	color: #165090;
	font-family: 'Give You Glory';
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
}

.subtitle {
	margin: 2rem 0 1rem 0;
}

/*--------------------------------------------------
                       CSS Footer
---------------------------------------------------*/
.hr {
	position: relative;
	margin-bottom: 2em;
}

.hr:after {
	content: '';
	position: absolute;
	border: 2px solid #32c4b1;
	border-left: none;
	border-right: none;
	z-index: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: -4px;
}

.site-footer { 
	padding: 10px 0 20px;

}

.site-footer:before { 
	content: "";
	display: table;
	table-layout: fixed;
}

.site-footer:after { 
	clear: both;
}

.footer-widgets {
	margin: 40px -40px;
	padding-bottom: 0;
}

.widget-columns {
	padding: 0 10px;
	display: flex;
	margin-bottom: 20px;
	margin-top: 2em;
	justify-content: space-between;
}

.widget {
	width: 25%;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 2em 1.5em;
	position: relative;
}

.widget:after {
	content: '';
	position: absolute;
	border: 3px solid #32c4b1;
	z-index: -99;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
}

.widget-title {
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    padding: 1rem;
    display: flex;
    text-align: center;
    justify-content: center;
}

.copy{
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	padding: 1rem 0;
}

.menu-menu-footer-container li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px; 
	border-bottom: 1px solid #32c4b1;
}

.menu-menu-footer-container li a{
	color: 505050;
}

.menu-menu-footer-container li a:hover {
	color: #32c4b1;
	position: relative;
	left: 5px;
	 -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.sobre-footer h4{
	color: #32c4b1;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.sobre-footer p{
	font-size: 18px;
	text-align: center;
	margin: 1rem 1rem 0 1rem;
}

.container-footer {
	position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
/*--------------------------------------------------
                       CSS Sidebar
---------------------------------------------------*/

.sidebar-main{
	display: flex;
	flex-direction: column;
	width: 30%;
}

.widget-content {
	padding: 1em;
	width: 100%;
}

.primary-sidebar:after {
	content: '';
	position: absolute;
	border: 3px solid #32c4b1;
	z-index: -99;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
}

.primary-sidebar h3{
	font-family: 'Give You Glory';
	font-size: 22px;
	font-weight: bold;
	color: #165090;
	display: flex;
	justify-content: center;
	padding-bottom: 1em;
}

.primary-sidebar h2{
	font-family: 'Give You Glory';
	font-size: 22px;
	font-weight: bold;
	color: #165090;
	display: flex;
	justify-content: center;
	padding-bottom: 0.6em;
}

.widget-area {
	margin: 2em 0;
}

.suites {
	display: flex;
	justify-content: space-between;
}

.suites a {
	width: 40%;
}

.suites img {
	border-radius: 0.5em;
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.turquesa img:hover {
	transform: scale(1.2);
}

.ametista img:hover {
	transform: scale(1.2);
}

.text-suites{
	font-family: 'Give You Glory';
	font-size: 18px;
	font-weight: bold;
	color: #32c4b1;
	display: flex;
	justify-content: center;
	padding: 0rem 0rem .5rem 0rem;
	text-align: center;
}

.textSuites {
	font-family: 'Comic Neue';
	font-size: 16px;
	margin: 0 1em;
	text-align: center;
}

.reverse {
	flex-direction: row-reverse;
}

.reservas-sites{
	display: flex;
	justify-content: space-around;
}

.menu-menu-sidebar-container li {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #32c4b1;
}

.menu-menu-sidebar-container li:hover {

}

.menu-menu-sidebar-container li a{
	color: 505050;

}

.menu-menu-sidebar-container li a:hover {
	color: #32c4b1;
	position: relative;
	left: 5px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-sidebar {
	width: 100%;
}

.awe_material .awesome-weather-darken {
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------
                       CSS index
---------------------------------------------------*/

.back-home {
	background-image: url('parts/img/back_home.png');
	text-align: center;
	min-height: 10em;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: 50% 50%;
	position: relative;

}

.flex-circle {
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
}

.circle {
	width: 4.2em;
	height: 4.2em;
	margin: 1em;
	padding: 1em;
	background: #999999;
	border: 0.35em solid #fff; 
	border-radius: 50%;
	box-shadow: 0px 0px 10px 4px #cccccc;
	background-size: cover;
	transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.circle img {
	fill: #165090;
}

.circle:hover {
	transform: scale(1.08) rotate(5deg);
}

.circle-text {
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 20px;
    font-style: bold;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.circle-link:hover .circle-text {
	opacity: 1;
}

.home-main{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 2em;
}

.home-main h3 {
	font-family: 'Give You Glory';
	font-size: 45px;
	font-weight: 300;
	color: #165090;
	display: flex;
	justify-content: center;
}

.home-subtitle{
	font-family: 'Give You Glory';
	font-size: 200%;
}

.home-text { 
	padding: 1em;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
}

.index-static {
	width: 100%;
	height: 86.35vh;
	background: rgba(255, 255, 255, 0.8);
	position: relative;

}

.index-static:after {
	content: '';
	position: absolute;
	border: 3px solid #32c4b1;
	z-index: -99;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
}

.index-main {
	display: flex;
	flex-direction: column;
	width: 65.5%;
}

.suites-flex{
	display: flex;
	justify-content: space-between;
}

.back-bemvindo {
	background: rgba(255, 255, 255, 0.8);
}

.suites-title{
	font-family: 'Give You Glory';
	font-size: 35px;
	color: #165090;
	display: flex;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.suites-home{
	width: 47.7%;
}

.suites-static{
	height: 72vh !important;
}

.suites-hidden{
	height: 40vh !important;
}

.suites-branding{
	padding: .5rem !important;
	width: 100%;
}

.suites-branding-title{
	font-size: 30px !important;
	padding: 0 !important;
}

.index-static-title {
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    padding-top: 35px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.entry-header {
	height: 100%;
}

.blog-image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	
}

.blog-image:hover {
	transform: scale(1.1) rotate(3deg);
}

.blog-image:hover .branding{
	transform: scale(0.88) rotate(-3deg);
}

.hidden {
	width: 100%;
	height: 55vh;
	overflow: hidden;
}

.branding {
	width: 60%;
	display: flex;
	justify-content: center;
	position: relative;
	transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;

}

.index-branding {
	padding: 1em 5em;
	background: rgba(255, 255, 255, 0.8);
	display: inline-block;
	position: relative;
}

.index-branding::after {
	content: '';
	position: absolute;
	border: 3px solid #32c4b1;
	z-index: 0;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.index-branding-category{
	padding: .5em 3em;
}

.index-branding-title {
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.index-branding-title h4{
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.index-branding-title i{
	color: #165090;
    font-family: 'Give You Glory';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.text-left {
	text-align: left;
}

.text-left p i {
	color: #165090;
}

.blog-title {
	padding: 1em;
	text-align: center;
	font-family: 'Comic Neue';
	font-size: 18px;
}

.blog-button {
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.blog-button a {
	background-color: rgba(50, 196, 177, 0.8);
    color: #FFFFFF;
    font-family: 'Give You Glory';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.blog-button a:hover {
	background-color: #FFFFFF;
    color: rgba(50, 196, 177, 0.8);
}

.blog-button a:before {
	content: '';
	left: -4px;
	bottom: -4px;
	right: -4px;
	top: -4px;
	border: 1px solid #32c4b1;
	display: block;
	position: absolute;
}

.video-static{
	height: 37.7vh;
}

.videos-flex{
	display: flex;
	justify-content: space-between;
}

.videos-flex a{
	width: 19%;
	margin: 0 1%;
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.videos-flex a:hover{
	background: #32c4b1;
	color: #fff;
}

.videos img{
	width: 100%;
	height: 12vh;
}

/*--------------------------------------------------
                       CSS category
---------------------------------------------------*/

.wrap-category {
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;

}

.width-category {
	width: 46.5%;
	height: 60vh;
}

.height-category {
	height: 30vh;
}

/*--------------------------------------------------
                       CSS post
---------------------------------------------------*/

.hidden-post {
	height: 30%;
}

.img-post {
	height: 22.5em;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.height-post {
	height: auto;
}


/*--------------------------------------------------
                       CSS contact
---------------------------------------------------*/
::placeholder {
  color: #aaa;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.btn-container {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}

.campos {
	width: -webkit-fill-available;
	width: -moz-available;
	margin: 1em 0;
	padding: 1em 0 1em 1em;
	border: 1px solid #32c4b1; 
	color: #165090;
	font-family: 'Comic Neue';
	font-size: 1em;
	
}

.campos:focus {
	border: 2px solid #165090;
	font-weight: 600;	
}

.label, .label-full {
	font-family: 'Comic Neue';
	font-size: 1em;
	font-weight: 600;
	color: #165090;
}

.input-flex {
	display: flex;
	justify-content: space-between;
}

.label {
	display: flex;
	flex-wrap: wrap;
	width: 48.5%;
	text-align: center;
}

.label-full {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

.check-in, .check-out, .phone, .e-mail, .number {
	width: -webkit-fill-available;
	width: -moz-available;
}

.label-semi-full {
	width: 50%;
}

.label-semi-full label{
	color: #32c4b1;
}

.input-number {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 1em;
}

.blog-title textarea {
	height: 10.6em;
}

.contact-button {
	background-color: rgba(50, 196, 177, 0.8);
    color: #FFFFFF;
    font-family: 'Give You Glory';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    width: 30%;
    cursor: pointer;
} 

.contact-button:hover {
	color: #fff;
	background: #165090;
}

.number {
	margin: 0;
}

.input-container{
	position: relative;
}

.btn-up-down {
	display: flex;
}

.btnMais {
	width: 50%;
	cursor: pointer;
	background: #32c4b1;
	border-right: 1px solid #fff;
	user-select: none;
	color: #fff;
}

.btnMenos {
	width: 50%;
	cursor: pointer;
	background: #ddd;
	border-left: 1px solid #fff;
	user-select: none;
}

.btnMenos:hover {
	background: #aaa;
}

.btnMais:hover {
	background: #aaa;
}

.main-contact {
	width: 65.5%;
}

.contact-width {
	width: 100% !important;
}

.contact-flex {
	display: flex;
	justify-content: space-between;
}

.contact-flex .index-static{
	width: 46.5%;
}

.fale-conosco {
	text-align: initial;
	font-size: 16px;
	padding: 1em;
}

.fale-info {
	margin-bottom: 0.5em;
}

.blog-title i {
	color: #32c4b1;
}

.redes-sociais {
	display: flex;
	justify-content: space-around;
	padding: 1em;
	flex-wrap: wrap;
}

.sociais-itens {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.sociais-itens h6 {
	font-size: 80px;
	cursor: pointer;
	color: #165090;
}

.redes-sociais i{
	font-size: 4em;
	color: #32c4b1;
	transition: all 0.4s ease-in-out;
}

.redes-sociais i:hover{
	font-size: 4em;
	color: #165090;
}

.notification{
	position: fixed;
	bottom: -10em;
	left: 1em;
	background-color: #fff;
	border-radius: .5em;
	border: solid 5px #32c4b1;
	padding: 1em 2em;
	box-shadow: 1px 1px 5px #000;
	transition-duration: .2s;
	z-index: 997;
}
.notification-show{
	bottom: 1em;
	left: 1em;
}
.notification i{
	cursor: pointer;
	color: #32c4b1;
	margin-left: 1em;
}

/*--------------------------------------------------
                       CSS balsa
---------------------------------------------------*/

.hide {
	display: none !important;
}

.balsa-container {
	display: flex;
	justify-content: space-around;
}

.balsa-container > div {
	width: 20%;
	color: #165090;
	font-family: "Comic Neue";
	font-size: 16px;
	background: #ededed;
	border: 1px solid #165090;
	text-align: center;
	padding: 1em 0em;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.balsa-container > div:hover{
	color: #fff;
	background: #165090;
	border: 1px solid #fff;
}

.btn-balsa {
	cursor: pointer;
	user-select: none;
}

.btn-balsa > i {
	font-size: 1.5em;
	color: #165090;
	margin-right: 0.5em;
	transition: all 0.4s ease-in-out;
}

.btn-balsa:hover i {
	color: #fff;
}

.balsa-values {
	display: flex;
	justify-content: center;
	padding: 1em;
}

.balsa-values div{
	font-family: 'Comic Neue';
	font-size: 3em;
	color: #32c4b1;
}

.active i{
	color: #fff !important;
}

.active {
	color: #fff !important;
	background: #165090 !important;
	border: 1px solid #fff !important;
}

.terra-container {
	display: flex;
	justify-content: space-around;
}

.terra-container > div {
	width: 33.33%;
	color: #165090;
	font-family: "Comic Neue";
	font-size: 16px;
	background: #ededed;
	border: 1px solid #165090;
	text-align: center;
	padding: 1em 0em;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;

}

.terra-container > div:hover{
	color: #fff;
	background: #165090;
	border: 1px solid #fff;
}

.btn-terra {
	cursor: pointer;
	user-select: none;
}

.btn-terra > i {
	font-size: 1.5em;
	color: #165090;
	margin-left: 0.5em;
	transition: all 0.4s ease-in-out;
}

.btn-terra:hover i {
	color: #fff;
}

.terra-values {
	display: flex;
	justify-content: center;
	padding: 1em;
}

.terra-values div{
	font-family: 'Comic Neue';
	font-size: 3em;
	color: #32c4b1;
}

/*--------------------------------------------------
                       CSS Reservas
---------------------------------------------------*/

.reservas-static{
	width: 47.6%;
}

.paragrafo{
	padding: 0rem 1rem 1rem 1rem;
}

.paragrafo code{
	color: #165090;
}

.sites-paragrafo code{
	color: #32c4b1;
	font-weight: bold;
}

.cristais-paragrafo code{
	color: #165090;
}

/*--------------------------------------------------
                       CSS Suítes
---------------------------------------------------*/

.suites-main {
	width: 100%;
}

.suites-content {
	display: flex;
	margin-bottom: 1rem;
}

.hidden-suites{
	width: 100%;
	overflow: hidden;
	height: auto;
}

.hidden-suites .suite-img {
	border-radius: .5rem .5rem 0 0;
}

.suites-para{
	width: 100%;
}

.suites-para p{
	margin: 1rem;
	text-align: left;
}

.suites-para h3{
	color: #165090;
    font-weight: bold;
    font-family: 'Give You Glory';
    font-size: 28px;
}

.suites-subtitle{
	color: #165090;
	font-family: 'Comic Neue';
	font-size: 18px;
	font-weight: bold;
	margin: 0 2rem;
}

.comodidade-content{
	display: flex;
	width: 100%;
}

.comodidades {
	display: flex;
	justify-content: space-between;
}

.comodidades li {
	width: 20%;
	padding: .7rem;
	margin: 1rem;
	text-align: center;
	background: #fff;
	border: 1px solid #32c4b1;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.4s ease-in-out;
}

.comodidades i {
	color: #165090;
	font-size: 1.2rem;
	transition: all 0.4s ease-in-out;
}

.comodidades h4 {
	font-size: 17px;
	font-weight: bold;
	padding-left: .8rem;
}

.comodidades-title {
	width: 100%;
	display: flex;
    justify-content: center;
}

.comodidades-itens {
	width: 100%;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item {
	width: 100%;
	margin: .5rem;
	display: flex;
}

.item h5 {
	font-size: 16px;
	padding-left: 0.3rem;
	text-align: left;
}

.item span {
	background: #32c4b1;
	color: #fff;
	padding: .1rem 0.5rem;
	border-radius: 1rem;
	transition: all 0.4s ease-in-out;
}

.comodidades li:hover {
	border: 1px solid #32c4b1;
}

.comodidades li:hover i{
	color: #32c4b1;
}

.comodidades li:hover span{
	background: #165090;
}

.acesso-content {
	text-align: center;
}

.acesso {
	text-align: center !important;
	font-size: 18px;
	padding: 0 1rem;
}

.acesso a {
	background: #165090;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
    transition: all 0.6s ease-in-out;
}

.acesso a:hover {
	background: #32c4b1;
    color: #165090;
}

.acesso-content p a {
	font-weight: bold;
}

.acesso-content p a i {
	color: #165090;
}

.gallery {
	width: 100%;
	display: flex;
    justify-content: space-around;
}

.img-content{
	display: flex;
}

.img-suites {
	width: 15%;
	height: 10vh;
}

.img-suites img{
	width: 100%;
	height: 10vh;
    object-fit: cover;
    user-select: none;
    cursor: pointer;
}

.suite-img{
	width: 100%;
	height: 55vh;
	object-fit: cover;
	transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.suite-img:hover {
/*	transform: scale(1.1) rotate(3deg);*/
}

.slide {
	width: 100%;
	margin: 0 1rem;
}

.active-img{
	border: 2px solid #32c4b1;
}

/* R E S P O N S I V I D A D E*/
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1901px to 2600px
*/
@media (min-width: 1901px) and (max-width: 2600px) {
  .container{
    width: 70%;
    margin: 0 auto;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1601px to 1900px
*/
@media (min-width: 1601px) and (max-width: 1900px) {
  .container{
    width: 80%;
    margin: 0 auto;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.suites-flex {
		margin: 0 1rem;
	}
	.main {
		margin: 0 1rem;
	}
	.footer-widgets{
		margin: 0;
	}
	.widget {
		width: 23%;
	}
	.copy {
		margin-top: 2rem;
	}
	.reservas-sites div{
		width: 33%;
	}
	.reservas-sites img {
		width: 100%;
		height: auto;
	}
	.suites-sites img {
		width: 40%;
	}
	.terra-container > div {
    	padding: 1em 0.1em;
	}
	.balsa-container > div {
    	padding: 1em 0.5em;
	}
	.sociais-itens a {
		padding: 0 0.5rem;
	}
	.blog-title i {
    	width: 100%;
	}
}	

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	header .main-navigation {
	  position: fixed;
	  top: 0;
	  left: -50rem;
	  background-color: #fff;
	  padding: 1rem;
	  display: flex;
	  align-items: center;
	  -webkit-box-pack: center;
	  justify-content: center;
	  transition-duration: .2s;
	  width: 15rem;
	  height: 100vh;
	  box-shadow: 2px 2px 10px #444;
	  z-index: 999;
	  flex-wrap: wrap;
	  flex-direction: column;
	}

	header #menuBtn {
      display: block;
      position: fixed;
      z-index: 9999;
  	}

  	header .nav-show{
    	left: 0;
  	}

  	header .menu {
  	  display: flex;
  	  flex-wrap: wrap;
  	  width: 100%;
  	}

  	header .menu .menu-item{
  	  width: 100%;
  	}

  	.menu-menu-header-container ul li:hover .sub-menu {
  	    display: none;
  	}

  	.home-main h3 {
		font-size: 35px;
		text-align: center;
	}

	.home-subtitle {
		font-size: 150%;
	}

	.suites-title {
		font-size: 30px;
	}

	.suites-flex {
		flex-wrap: wrap;
	}

	.suites-home, .footer-widgets {
		width: 100%;
	}

	.suites-static {
		height: 46vh !important;
	}

	.suites-hidden {
		height: 30vh !important;
	}

	.index-static {
		margin: 2rem 1rem;
		height: 50vh;
	}

	.main {
		flex-wrap: wrap;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.index-main {
		width: 96%;
	}

	.sidebar-main {
		width: 96%;
		margin: 0 1rem;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.hidden {
		height: 30vh;
	}

	.video-static {
		height: 28vh;
	}

	.footer-widgets {
		margin: 0;
	}

	.widget-columns {
		flex-wrap: wrap;
	}

	.widget {
		width: 100%;
		margin: 2rem 0;
	}

	.height-post {
		height: auto;
	}

	.suites-content {
		flex-wrap: wrap;
	}

	.suite-img {
		height: 50vh;
	}

	.comodidades {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.comodidades li{
		width: 40%;
	}

	.width-category {
 	   width: 44.5%;
	}

	.contact-flex .index-static {
	    width: 43.5%;
	}

	.main-contact {
		width: 96%;
	}

	#imageContainer img{
	  height: auto;
	  width: 100%;
	  box-shadow: 5px 5px 30px #000;
	}
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	header .main-navigation {
	  position: fixed;
	  top: 0;
	  left: -50rem;
	  background-color: #fff;
	  padding: 1rem;
	  display: flex;
	  align-items: center;
	  -webkit-box-pack: center;
	  justify-content: center;
	  transition-duration: .2s;
	  width: 15rem;
	  height: 100vh;
	  box-shadow: 2px 2px 10px #444;
	  z-index: 999;
	  flex-wrap: wrap;
	  flex-direction: column;
	}

	header #menuBtn {
      display: block;
      position: fixed;
      z-index: 9999;
  	}

  	header .nav-show{
    	left: 0;
  	}

  	header .menu {
  	  display: flex;
  	  flex-wrap: wrap;
  	  width: 100%;
  	}

  	header .menu .menu-item{
  	  width: 100%;
  	}

  	.menu-menu-header-container ul li:hover .sub-menu {
  	    display: none;
  	}

  	.main-navigation .menu-menu-header-container ul li {
    	margin: .2em 0;
	}

  	.none {
  		display: none;
  	}

  	.site-header {
  		min-height: 300px;
  	}

  	.site-branding {
  		margin-top: 5rem;
  		padding: 0 1rem;
  	}

  	.index-branding {
  		padding: 1rem 3rem;
  	}

  	.index-branding-title{
  		font-size: 25px;
  		padding: 10px 15px;
  	}

  	.index-branding-title h4 {
  	    font-size: 20px;
  	}

  	.index-branding-category {
  		padding: .5rem 3rem;
  	}

  	.site-title div a {
  		font-size: 30px;
  	}

  	.site-description {
  		font-size: 22px;
  	}

  	.home-main h3 {
  		padding-top: 1rem;
		font-size: 30px;
		text-align: center;
		line-height: normal;
	}

	.home-subtitle {
		font-size: 120%;
	}

	.home-text {
		font-size: 16px;
	}

	.suites-title {
		font-size: 30px;
	}

	.suites-subtitle {
		font-size: 15px;
	}

	.suites-flex {
		flex-wrap: wrap;
	}

	.suites-home, .footer-widgets {
		width: 100%;
	}

	.suites-static {
		height: 54vh !important;
	}

	.suites-hidden {
		height: 30vh !important;
	}

	.index-static {
		margin: 2rem 1rem;
		height: 57vh;
	}

	.main {
		flex-wrap: wrap;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.index-main {
		width: 93%;
	}

	.sidebar-main {
		width: 93%;
		margin: 0;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.hidden {
		height: 30vh;
	}

	.video-static {
		height: auto;
	}

	.videos-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.videos-flex a {
		width: 30%;
		padding-bottom: 1rem;
	}

	.footer-widgets {
		margin: 0;
	}

	.widget-columns {
		flex-wrap: wrap;
	}

	.widget {
		width: 100%;
		margin: 2rem 0;
	}

	.height-post {
		height: auto;
	}

	.suites-content {
		flex-wrap: wrap;
	}

	.suite-img {
		height: 30vh;
	}

	.gallery {
		flex-wrap: wrap;
		justify-content: center;
	}

	.img-suites {
		width: 24%;
	}

	.blog-title {
		font-size: 16px;
	}

	.comodidades {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.comodidades li{
		width: 36%;
	}

	.comodidades-itens{
		padding-top: 0.8rem;
	}

	.comodidade-content {
		flex-wrap: wrap;
	}

	.acesso {
		font-size: 16px;
	}

	.suites-para h3 {
		font-size: 21px;
	}

	.wrap-category {
		width: 100%;
	}

	.width-category {
 	   width: 100%;
	}

	.blog-title iframe {
		width: 380px;
		height: 230px;
	}

	.balsa-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.balsa-container div {
		width: 25%;
		padding: 1rem;
	}

	.btn-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.terra-container {
		flex-wrap: wrap;
	}

	.terra-container div {
		width: 100%;
	}

	.terra-values div a img {
		width: 100%;
	}

	.contact-button {
		margin-top: 0.5rem;
	}

	.widget-area {
		margin: 2em 1em;
	}

	.contact-flex {
		flex-wrap: wrap;
	}

	.contact-width {
		width: 100%;
	}

	.contact-flex .index-static {
	    width: 93%;
	}

	.main-contact {
			width: 93%;
		}

	.copy {
		font-size: 14px;
	}

	#imageContainer img{
    height: auto;
    width: 100%;
    box-shadow: 5px 5px 30px #000;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 480px
*/

@media (min-width: 320px) and (max-width: 480px) {
	header .main-navigation {
	  position: fixed;
	  top: 0;
	  left: -50rem;
	  background-color: #fff;
	  padding: 1rem;
	  display: flex;
	  align-items: center;
	  -webkit-box-pack: center;
	  justify-content: center;
	  transition-duration: .2s;
	  width: 15rem;
	  height: 100vh;
	  box-shadow: 2px 2px 10px #444;
	  z-index: 999;
	  flex-wrap: wrap;
	  flex-direction: column;
	}

	header #menuBtn {
      display: block;
      position: fixed;
      z-index: 9999;
  	}

  	header .nav-show{
    	left: 0;
  	}

  	header .menu {
  	  display: flex;
  	  flex-wrap: wrap;
  	  width: 100%;
  	}

  	header .menu .menu-item{
  	  width: 100%;
  	}

  	.main-navigation .menu-menu-header-container ul li {
  	    margin: .2em 0;
  	}

  	.none {
  		display: none;
  	}

  	.menu-menu-header-container ul li:hover .sub-menu {
	    	display: none;
		}

  	.site-header {
  		min-height: 260px;
  	}

  	.site-branding {
  		margin-top: 5rem;
  		padding: 0 1rem;
  	}

  	.index-branding {
  		padding: 1rem 3rem;
  	}

  	.index-branding-title{
  		font-size: 24px;
  		padding: 5px 10px;
  	}

  	.index-branding-title h4 {
  	    font-size: 20px;
  	}

  	.index-branding-category {
  		padding: 0.5rem;
  	}

  	.site-title {
  		margin: 0;
  		padding: .5rem 0;
  	}

  	.site-title div a {
  		font-size: 28px;
  	}

  	.site-description {
  		font-size: 18px;
  	}

  	.home-main h3 {
  		padding-top: 1rem;
		font-size: 25px;
		text-align: center;
		line-height: normal;
	}

	.home-subtitle {
		font-size: 100%;
	}

	.home-text {
		font-size: 16px;
	}

	.suites-title {
		font-size: 30px;
	}

	.suites-subtitle {
		margin: 0;
	}

	.suites-flex {
		flex-wrap: wrap;
	}

	.suites-home, .footer-widgets {
		width: 100%;
	}

	.suites-static {
		height: 72vh !important;
		position: relative;
	}

	.suites-static article {
		height: 100%;
	}

	.suites-hidden {
		height: 30vh !important;
	}

	.branding {
		width: 85%;
	}

	.index-static {
		margin: 2rem 1rem;
		height: 72vh;
	}

	.main {
		flex-wrap: wrap;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.index-main {
		width: 89%;
	}

	.sidebar-main {
		width: 89%;
		margin: 0;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.hidden {
		height: 30vh;
	}

	.video-static {
		height: auto;
	}

	.videos-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.videos-flex a {
		width: 45%;
		padding-bottom: 1rem;
	}

	.reservas-sites {
		flex-wrap: wrap;
	}

	.footer-widgets {
		margin: 0;
	}

	.widget-columns {
		flex-wrap: wrap;
	}

	.widget-title {
		padding: 1rem 0;
	}

	.widget {
		width: 100%;
		margin: 2rem 0;
	}

	.height-post {
		height: auto;
	}

	.suites-content {
		flex-wrap: wrap;
	}

	.suite-img {
		height: 25vh;
	}

	.suites-para p {
		margin: .5rem 0;
	}

	.gallery {
		flex-wrap: wrap;
		justify-content: center;
	}

	.img-suites {
		width: 49%;
	}

	.blog-title {
		font-size: 16px;
	}

	.comodidades {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.comodidades li{
		width: 100%;
	}

	.comodidades-itens{
		padding-top: 0.8rem;
	}

	.comodidade-content {
		flex-wrap: wrap;
	}

	.acesso {
		font-size: 16px;
	}

	.suites-para h3 {
		font-size: 18px;
	}

	.wrap-category {
		width: 100%;
	}

	.width-category {
 	   width: 100%;
 	   height: 60vh;
	}

	.blog-title iframe {
		width: 230px;
		height: 230px;
	}

	.balsa-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.balsa-container div {
		width: 36%;
		padding: 1rem;
	}

	.btn-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.terra-container {
		flex-wrap: wrap;
	}

	.terra-container div {
		width: 100%;
	}

	.terra-values div a img {
		width: 100%;
	}

	.contact-button {
		margin-top: 0.5rem;
	}

	.input-flex {
		flex-wrap: wrap;
	}

	.label {
		width: 100%;
	}

	.input-number {
		flex-wrap: wrap;
	}

	.label-semi-full {
		width: 100%;
		margin-bottom: 1rem;
	}

	.widget-area {
		margin: 2em 1em;
	}

	.contact-flex {
		flex-wrap: wrap;
	}

	.contact-width {
		width: 100%;
	}

	.contact-flex .index-static {
	    width: 90%;
	}

	.main-contact {
		width: 92%;
	}

	.copy {
		font-size: 16px;
		flex-wrap: wrap;
		text-align: center;
	}
	#imageContainer img{
	  height: auto;
	  width: 100%;
	  box-shadow: 5px 5px 30px #000;
	}
}