/*!
Theme Name: Merge
Theme URI: https://wp.vlthemes.me/merge/
Author: VLThemes
Author URI: https://themeforest.net/user/vlthemes
Description: Merge is a carefully crafted flexible, powerful and high performance portfolio WordPress Theme for personal and corporate use. We designed it by focusing on functionality and ease of use for both sides: the Visitor and the WordPress Admin.
Version: 1.0.1
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: merge
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #ccc;
}

/* WordPress API Elements */

.wp-caption {
	max-width: 100%;
	margin: 32px 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.wp-caption p,
.wp-caption-text {
	margin: 0;
	margin-top: 5px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	display: block;
	margin: 32px auto;
}

.alignright {
	float: right;
	margin: 8px 0 8px 32px;
}

.alignleft {
	float: left;
	margin: 8px 32px 8px 0;
}
.swiper-fade .swiper-slide {
	padding: 0 15px;
}
.swiper-button-next,
.swiper-button-prev {
	color: #000;
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	top: initial !important;
	bottom: -30%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px; /* Tamanho do ícone */
}

.swiper-button-next {
  right: 10px; /* Posição da seta "próximo" */
}

.swiper-button-prev {
  left: 10px; /* Posição da seta "anterior" */
}
.vlt-slide-photo__inside .vlt-marquee-text {
	bottom: 22.5rem !important;
}
.vlt-projects-slider .vlt-project-images-wrap::before {
	z-index: 0 !important;
}

.space-mark-bottom::before {
	content: "";
	position: absolute;
	right: 2.5rem;
	bottom: -0.375rem;
	left: 2.5rem;
	height: calc(2.5rem* 1.5);
	background-image: var(--vlt-linear-gradient-accent);
	border-radius: 0 0 var(--vlt-border-radius) var(--vlt-border-radius);
	z-index: -1;
}

.ug-gallery-wrapper .ug-strip-panel, .ug-gallery-wrapper .ug-panel-handle-tip {
	background-color: transparent !important;
}
.ug-arrow-left.ug-skin-default svg, .ug-arrow-right.ug-skin-default svg {
	height: 2em;
}
.suite-detalhes .elementor-icon-list-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #303030;
	font-weight: bold;
	margin-bottom: 10px;
}
.suite-detalhes .elementor-icon-list-text span {
	font-weight: 400;
}

.room__details--single {
	display: flex;
	flex-wrap: wrap;
}
.room__details--single .room__facilities--single {
	margin-bottom: 57px;
}
.room__facilities {
  list-style: none;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.room__details--single > * {
	width: 100%;
}
.room__facilities-content--single {
	font-size: 13px;
	color: #ffffff;
	display: flex;
	text-align: center;
	width: calc(12.466% - 10px);
	flex-grow: 0;
	background-color: #121212;
	margin: 5px;
	padding: 15px 0 5px;
	line-height: 1.71429;
	letter-spacing: 0.5px;
	min-width: 122px;
	min-height: 108px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.room__facilities-content--single img {
	display: block;
	width: 50px !important;
	margin: 0 auto;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
	z-index: 9;
}

.apartir{
  box-shadow: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .875rem;
  margin: 0 .625rem .625rem 0;
  color: var(--vlt-color-black);
  background-color: var(--vlt-color-accent);
  border: 1.5px solid var(--vlt-color-accent);
  border-radius: calc(var(--vlt-border-radius)* 10);
  font-family: var(--vlt-primary-font);
  font-size: .75rem;
  font-weight: var(--vlt-font-weight-bold);
  font-style: normal;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.contem-itens {
  box-shadow: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .875rem;
  margin: 0 .625rem .625rem 0;
  color: var(--vlt-color-black);
  background-color: var(--vlt-color-white);
  border: 1.5px solid var(--vlt-color-white);
  border-radius: calc(var(--vlt-border-radius)* 10);
  font-family: var(--vlt-primary-font);
  font-size: .75rem;
  font-weight: var(--vlt-font-weight-bold);
  font-style: normal;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: .03em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.vlt-social-icon--style-1 {
	text-wrap: nowrap;
}
.vlt-display-2 {
    display: none !important;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    margin-bottom: 0 !important;
}
.elementor-price-list li:not(:last-child) {
	margin-bottom: 10px !important;
}
.btn-whats {
  display: none;
}
.btn-whats, .btn-waze {
  color: #fff;
}
.btn-whats:hover, .btn-waze:hover, .btn-whats:active, .btn-waze:active, .btn-whats:visited, .btn-waze:visited {
  color: #fff;
}
.btn-whats:hover i, .btn-waze:hover i, .btn-whats:active i, .btn-waze:active i, .btn-whats:visited i, .btn-waze:visited i {
  color: #fff;
}
.btn-whats i {
  font-size: 1.5rem;
}
.btn-whats p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}
.btn-whats span {
  font-weight: 700;
}

.btn-waze {
  display: none;
}
.btn-waze i {
  font-size: 1.5rem;
}
.btn-waze p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}
.btn-waze span {
  font-weight: 700;
}

@media (max-width: 768px) {
  .btn-whats {
    background-color: #29CC46;
    border-radius: 50%;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    position: fixed;
    right: 1.6%;
    bottom: 6.5%;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
  }
  .btn-whats i {
    font-size: 2rem;
  }
  .btn-whats p, .btn-whats span {
    display: none;
  }

  .btn-waze {
    background-color: #3cf;
    border-radius: 50%;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    position: fixed;
    right: 1.6%;
    bottom: 12.5%;
    z-index: 9999;
    text-align: center;
    text-decoration: none;
  }
  .btn-waze i {
    font-size: 2rem;
  }
  .btn-waze p, .btn-waze span {
    display: none;
  }
  h4 {
    font-size: 1.2rem;
  }
}