/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 13:49:22 */
/* Buscador */

/* seção do buscador */
.passagem-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: #FE1058;
    
    z-index: -1;
}

/* Date Picker */
span.ui-datepicker-month, .ui-datepicker-calendar thead tr th span, .ui-datepicker-calendar tbody tr td span, .ui-datepicker-calendar tbody tr td a {
    font-family: 'Roboto';
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #f7f7f7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: 1px solid #dfdfdf;
}

.ui-datepicker-calendar tbody tr td :not(.ui-datepicker-unselectable){
	background-color:#fbfbfb;
	border-color:#fbfbfb;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	background-color: #008c99 !important;
	border-color: #008c99 !important;
}
.ui-datepicker-next .ui-widget-header .ui-icon, .ui-datepicker .ui-datepicker-next span{
	background-image: url('/wp-content/uploads/2025/04/calendario-seta-direita-1-1.svg');
	background-position: 0;
    background-size: contain;
}
.ui-datepicker-prev .ui-widget-header .ui-icon, .ui-datepicker .ui-datepicker-prev span{
	background-image: url('/wp-content/uploads/2025/04/calendario-seta-esquerda-1.svg');
	background-position: 0;
    background-size: contain;
}
span.select2-dropdown.select2-dropdown--below {
	z-index: 10;
}
@media (min-width: 768px){
		#search-form .col-md-3, #hotel-search-form .col-md-3 {
    		-ms-flex: 0 0 20%;
    		flex: 0 0 20%;
    		max-width: 20%;
		}
	}
	
	#search-form .row, #hotel-search-form .row{
		align-items: center;
		padding: 30px 18px 18px 18px;
        background-color: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
	}
	
	#search-form button[type=submit], #hotel-search-form button[type=submit] {
    	background: #FE1058;
    	font-family: "Roboto", Sans-serif;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 26px;
    	max-height: 40px;
		min-width: 94px;
    	border: none;
    	border-radius: 4px;
		margin-top: 8px;
	}
	
	#search-form label:before, #hotel-search-form label:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #FE1058;
	padding-right: 6px;
	}
	#search-form label[for=origem]:before, #hotel-search-form label[for=origem]:before {		
    content: "\f3c5";
	}
	#search-form label[for=destino]:before, #hotel-search-form label[for=hotel-destino]:before{			
	content: "\f072";
	}
	#search-form label[for=data-ida]:before, #search-form label[for=data-volta]:before, #hotel-search-form label[for=hotel-data-entrada]:before, #hotel-search-form label[for=hotel-data-saida]:before  {			
	content: "\f783";
	}
	#search-form label[for=passageiros]:before, #hotel-search-form label[for=hotel-hospedes]:before {			
	content: "\f007";
	}
	
	#search-form input, #search-form .com-md-3 .form-group input.form-control,
	#hotel-search-form input, #hotel-search-form .com-md-3 .form-group input.form-control{
    background-color: #ffffff;
    border-color: #BEBEBE;
    border-radius: 5px 5px 5px 5px;
	}

	button#passageiros-modal-trigger:hover,
	button#hotel-hospedes-trigger:hover{
    background-color: transparent;
    border: solid 2px #4BB9C6;
	color:#495057;
	}
	
	#passageiros-modal .btn-group, #hotel-hospedes-modal .btn-group{
		display:block;
	}
	#passageiros-modal .col, #hotel-hospedes-modal .col {
    display: flex;
    justify-content: space-between;
	}
	#passageiros-modal .modal-body button.btn,
	#hotel-hospedes-modal .modal-body button.btn{
    background-color: transparent;
    border: none;
	font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #FE1058;
	}
	#passageiros-modal .passageiro-minus:before,
	#hotel-hospedes-modal .passageiro-minus:before{
	content: "\f068";
	}
	#passageiros-modal .passageiro-plus:before,
	#hotel-hospedes-modal .passageiro-plus:before{
	content: "\f067";
	}
	#passageiros-modal .modal-footer #confirm-passageiros,
	#hotel-hospedes-modal .modal-footer #confirm-hospedes{
		background-color: #FE1058;
		border: none;
	}
	.modal-header .close:hover {
    	background-color: transparent;
	}
	#search-form span.select2-selection.select2-selection--single,
	#hotel-search span.select2-selection.select2-selection--single{
   		height: 38px;
    	padding-top: 4px;
	}
	#search-form .select2-container--default .select2-selection--single .select2-selection__arrow,
	#hotel-search .select2-container--default .select2-selection--single .select2-selection__arrow{
    	height: 36px;
	}

#data-ida::placeholder,
#data-volta::placeholder,
#hotel-data-entrada::placeholder,
#hotel-data-saida::placeholder{
  color: #444444;
  opacity: 1; /* Firefox */
}

#data-ida::-ms-input-placeholder,
#data-volta::-ms-input-placeholde,
#hotel-data-entrada::-ms-input-placeholde,
#hotel-data-saida::-ms-input-placeholder{ /* Edge 12 -18 */
  color: #444444;
}

/*search options style*/
	div.search-options {
        background: white;
        width: 290px;
        padding: 11px 40px;
        border-radius: 20px 20px 20px 0;
        box-shadow: 0 -1px 3px #0003;
        position: relative;
        display: flex;        
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin-bottom: 5px;
        z-index: 2;
    }
    label.search-option {
        margin: 0;
        display: flex;
        justify-content: center;
        z-index: 2;
    }
    div.search-options label span {
        font-size: 14px;
        margin-top: 5px;
    }
    input.option-check {
        display: grid;
        align-items: center;
        justify-content: center;
        height: 0;
        width: 0;
        margin-right: 22px;
        margin-top: -1px;
    }
    div.search-options input[type=radio]:before {
        content: "";
        width: 24px;
        height: 24px;
        background: white;
        position: relative;
        border-radius: 16px;
        grid-column: 1;
        grid-row: 1;
        border: 1px solid #ccc;
    }
    div.search-options input[type=radio]:checked:after {
        transform: scale(1.5);
    }
    div.search-options input[type=radio]:after {
        content: "";
        width: 8px;
        height: 8px;
        background: #FE1058;
        position: relative;
        grid-row: 1;
        grid-column: 1;
        left: 8px;
        transform: scale(0);
        border-radius: 1rem;
        transition: transform .4s;
    }
    div.search-options .popover-arrow {
        content: "";
        position: absolute;
        background: #fff;
        width: 0;
        height: 0;
        transform: rotate(45deg);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        border-bottom: 8px solid #fff;
        margin-top: 40px;
        box-shadow: 2px 2px 4px #0003;
        margin-left: -8px;
        transition: margin-left .7s;
        z-index: 1;
    }
	/*end search options style*/

/* END BUSCADOR */

/*#### HEADER ####*/
.menu-mobile a {
    display: flex;
    gap: 8px;
}

.tabs .e-n-tab-title:hover .e-n-tab-icon path {
    fill: #FE1058;
}

.page-id-378 {
	overflow: hidden;
}
.loading-text {
 	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.loading-text p {
	font-family: 'Roboto', sans-serif;
	color: #FE1058;
	font-size: 30px;
	font-weight: 600;
}

/* LOGIN - MODAL */
#loginModalBootstrap .modal-body {	
	padding: 27px 40px 40px 40px !important;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.loginModalDescription {
	color: #3A3A3A;
	text-align: center;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 24px;
}
#loginModalLabel {
	color: #FE1058;
	text-align: center;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 10px;
}

.loginModalDescription .lnk {
	color: #FE1058;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#loginModalBootstrap .modal-content {
	border-radius: 20px;
}

#loginModalBootstrap button.close:hover {
    background: transparent;
}