/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2024 | 16:13:13 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
p:last-child {
	margin-bottom: 0;
}
input:focus{
	box-shadow: none;
	outline: 0;
}
.elementor-button-wrapper{
	line-height: 1;
}
.menu-toggle-btn{
    cursor: pointer;
}
.mobile-menu-section  .elementor-icon-box-icon{
	height: 32px;
}
.mobile-menu-popup{
	max-height: 100vh;
	transition: all 0.3s;
}
.mobile-menu-popup.show{
	height: 100vh;
	max-height: 100vh;
}
/* Header Custom Styles  */
.main-home-header.sticky-header .header-btn a{
	background:transparent !important;
	padding: 8px 16px !important;
	color: #0D0D0D !important;
}
@media (min-width: 768px){
	.main-home-header.sticky-header .header-search-form{
		display: block;
	}
}
.main-home-header.sticky-header{
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.website-header.popup-active{
	padding-bottom: 67px !important;
}
/* Home News Section Styles */
.home-news-section .home-news-item{
	position: relative;
}
.home-news-section .home-news-item .item-tags .elementor-heading-title span{
	color: #FF9A99;
	border: 1px solid #FF9A99;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 60px;
	margin-left: 8px;
}
.home-news-section .home-news-item:hover{
	padding: 24px;
}
.home-news-section .home-news-item:hover::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:  0;
	z-index: 0;
	background: #EB4141;
}
.home-news-section .home-news-item:hover .item-title h4{
	color: #ffffff;
}

.home-news-section .home-news-item .news-item-img {
	display: none !important; 
}

.home-news-section .home-news-item .news-item-img img {
	width: 100% !important; 
}
.home-news-section .home-news-item:hover .news-item-img {
	display: flex !important; 
}
.home-news-section .home-news-item:hover .item-tags .elementor-heading-title span{
	color: #ffffff;
	border-color: #ffffff;
}
.home-hotel-item .home-hotel-item-img{
	height: 100%;
	width: 100%;
	transition: all 1s;
}
.home-hotel-item{
	transition: all 1s;
}
.home-hotel-item:hover{
	width: 140%;
}
.home-hotel-item:hover .home-hotel-item-img{
	height: 65%;
	width: 100%;
}
.home-hotel-item .hotel-item-footer{
	max-height: 0;
	overflow: hidden;
	transition: max-height .6s .4s;
}
.home-hotel-item:hover .hotel-item-footer{
	max-height: 100px;
}
.home-hotel-item:hover .hotel-item-footer .elementor-align-icon-left{
	padding: 0 3px;
	margin-right: 0;
}
.home-hotel-item:hover .hotel-item-footer p{
	margin: 0;
}

.hotel-page-tabs-con .hotel-page-tab-content{
	display: none;
}
.hotel-page-tabs-con .hotel-page-tab-content.show{
	display: block;
}
.hotel-page-tabs-con .hotel-page-tabs-btn {
	cursor: pointer;
}
.hotel-page-tabs-con .hotel-page-tabs-btn.active a{
	font-weight: 700 !important;
    fill: var( --e-global-color-abcda8a ) !important;
    color: var( --e-global-color-abcda8a ) !important;
    border-color: var( --e-global-color-b5d332b ) !important;
}
.mobile-menu-currency-selector .cs-currency-buttons{
    border-radius: 70px;
    border: 1px solid #0D0D0D;
	padding-right: 16px;
}
.mobile-menu-currency-selector .cs-currency-name-dropdown{
    color: #0D0D0D;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.mobile-menu-language-selector .gt_selector{
    border: 0;
	border-radius: 70px;
	background: transparent;
}
.footer-menu-language-selector .gt_selector{
    border: 0;
	border-radius: 70px;
	background: transparent;
	color: #fff;
}
.mobile-menu-language-selector .elementor-shortcode{
    border-radius: 70px;
    border: 1px solid #0D0D0D;
	padding-right: 16px;
    color: #0D0D0D;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.mobile-menu .menu-item{
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}
.mobile-menu .menu-item:last-child{
	border-bottom: 0;
}
.mobile-menu .menu-item::after{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.center-aligned-button span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
@media (max-width: 767px){
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{
		display: flex !important;
	}	
}

/* Custom Form Styles */
div.wpforms-container-full{
	margin: 0 !important;
}
.custom-form-con .wpforms-field-large{
	border-radius: 72px !important;
    border: 2px solid #8C8C8C !important;
    padding: 16px 24px 16px 32px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    height: 64px;
}
.custom-form-con .wpforms-field-large::placeholder{
	color: #8C8C8C !important;
}
.custom-form-con .wpforms-field-label{
	color: #2B2B2B !important;
	font-family: "DM Sans";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal !important;
	margin: 0 0 12px 16px !important;
}
.custom-form-con textarea.wpforms-field-medium{
	padding: 16px !important;
	min-height: 101px !important;
	border-radius: 16px !important;
    border: 2px solid #8C8C8C !important;
}
.custom-form-con .wpforms-submit{
	border-radius: 88px !important;
	background: #EB4141 !important;
	color: #FFF !important;
	text-align: center !important;
	font-family: "DM Sans";
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500;
	line-height: normal !important;
	padding: 16px 32px !important;
	min-height: 56px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	display: flex;
    align-items: center;
    gap: 4px;
}
.custom-form-con .wpforms-submit::after{
	content: '';
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	background: url('https://moov.circletec.pt/wp-content/uploads/2024/01/send-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	
}

@media (min-width: 768px){
	.fit-to-screen-md{
		max-height: 100vh;
	}
}
.custom-breadcrumb a{
	text-decoration: none;
	color: currentcolor;
}
.elementor-4670 .elementor-element.elementor-element-2f02a38 .jet-date-range__inputs > input{
	background: transparent !important;
}
.custom-quantity-input-con{
	display: flex;
	align-items: center;
	gap: 4px;
}
.custom-quantity-input-con .quantity-btn{
	color: #0D0D0D;
	font-size: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #0D0D0D;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.custom-quantity-input-con .quantity-btn.disabled{
	opacity: 0.7;
	pointer-events: none;
}
.custom-quantity-input-con .quantity-input{
	color: #0D0D0D;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: 0;
	min-width: 20px;
	width: 25px;
	text-align: center;
	padding: 0;
}
.custom-quantity-input-con .quantity-input:active, .custom-quantity-input-con .quantity-input:focus{
	border: 0;
	outline: 0;
}
.custom-quantity-input-con .quantity-input::-webkit-outer-spin-button,
.custom-quantity-input-con .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 768px){
	.home-mobile-search-form{
		display: none !important;
	}
}
@media (max-width: 767px){
	.home-mobile-search-form{
		display: none;
	}
	.home-mobile-search-form.show{
		display: block;
	}
	.home-mobile-search-form.active{
		height: 100vh;
		max-height: 100dvh;
		overflow: hidden;
		border-radius: 0 !important;
	}
	.home-mobile-search-form.active .elementor-icon-wrapper{
		text-align: left !important;
	}
	.home-mobile-search-form.active .form-border{
		display: none;
	}
	.home-mobile-search-form{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	.location-redirect-btn.disabled{
		opacity: 0.5;
		pointer-events: none;
	}
}
.custom-input .home-search-input.bordered{
    border: 2px solid #8C8C8C !important;
    outline: 0 !important;
    border-radius: 64px;
    padding: 16px 24px !important;
}
.custom-input .home-search-input.bordered:focus{
    border-color: #EB4141 !important;
}
.custom-icon .elementor-widget-container{
    line-height: 1;
}
.carousel-overflow{
	min-width: 150vw;
}

.footer-mobile-menu-toggle .elementor-toggle-icon{
	font-size: 20px;
}

.home-search-form .search-form-item.active{
    background: #FFF;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.home-search-form.active{
    background-color: #D9D9D9 !important;
    box-shadow: none !important;
}
.home-search-form.active .search-form-item::after{
    background: #8C8C8C;
}
.search-form-item::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 42px;
    background: #D9D9D9;
    right: 0;
}
.search-form-item.active::after{
    display: none;
}

.search-form-item.second::after{
    display: none;
}
.search-form-item.last::after{
    right: unset !important;
    left: 0 !important;
}
.header-search-popup .dialog-message{
	overflow: visible;
}
#ui-datepicker-div{
	z-index: 99999 !important;
}
.sticky-cards .e-loop-item.ofertas_exclusivas{
    position: sticky;
    top: 95px;
}
.footer-currency-selector select, .footer-menu-language-selector select{
	appearance: none;
}
.footer-currency-selector select, .footer-menu-language-selector select{
    appearance: none;
}
.footer-currency-selector::after, .footer-menu-language-selector::after{
    content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	color: #fff;
	font-size: 12px;
}

.mobile-jobs-filters .filter-search-input, .jobs-filters .filter-search-input{
	border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    height: auto !important;
    min-height: auto !important;
    background: transparent !important;
}
.filters-dropdown{
    display: none;
	max-height: 200px;
	overflow-y: auto;
}
.filters-dropdown.show{
    display: block;
}

@media (max-width: 767px){
	.mobile-jobs-filters{
		display: none;
	}
	.filters-dropdown{
		display: none;
		max-height: 60vh;
		overflow-y: auto;
	}
	.mobile-jobs-filters.show{
		display: block;
	}
	.mobile-jobs-filters.active{
		height: 100vh;
		max-height: 100dvh;
		overflow: hidden;
		border-radius: 0 !important;
	}
	.mobile-jobs-filters.active .elementor-icon-wrapper{
		text-align: left !important;
	}
	.mobile-jobs-filters.active .form-border{
		display: none;
	}
	.mobile-jobs-filters{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	
	.mobile-jobs-filters .filter-search-input{
		border: 2px solid #8C8C8C !important;
		padding: 16px 24px !important;
		border-radius: 80px;
	}
	
}