/* CSS Document */

:root {
    --main-color: #DB0D80;
    --white-color: #ffffff;
    --black-color: #245ba7;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
}
.main_header_arae {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,245ba7+28,245ba7+76,000000+100 */
background: linear-gradient(135deg,  #000000 0%,#245ba7 28%,#245ba7 76%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.div-quadrado {
	background-color: #DB0D80;
}
.flight_Search_boxed, .tour_search_form select {
	background: #FFE8F7;

}
#cta_area i {
	color: #DB0D80 !important;
}
.page-item.active .page-link {
	background-color: #DB0D80;
border-color: #DB0D80;
}
.page-link {
	color: #DB0D80;
}
#search-tabContent select {
	background: #FFE8F7 !important;
}
#search-tabContent input {
	background: #FFE8F7 !important;
}
#form-search-hotels-hub select{
	background: #FFE8F7 !important;
}
#form-search-hotels-hub input{
	background: #FFE8F7 !important;
}
.ui-datepicker-calendar tbody td a.ui-state-default {
	background-color: #fff !important;
	color: #1f1f1f;
	border: 1px solid #e3e3e3;
}
.ui-datepicker-calendar tbody td a:hover {
  background: #DB0D80;
  color: #ffffff;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight {
	color: #fff !important;
	border: 1px solid #DB0D80;
	background-color: #DB0D80 !important;
  }
  
.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #DB0D80 !important;
  color: #ffffff;
}

.ui-datepicker-calendar tbody td a.ui-state-highlight {
  color: #fff;
  border: 1px solid #DB0D80;
}
.logo, .navbar-brand{
	background-image: url("../img/destinos_white.png");
	width: 150px;
	height: 60px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
}
.ui-autocomplete .title_break {
	color: #fff;
	background-color: #DB0D80;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #db0d7eb9;
	cursor: pointer;
	color: #fff;
}
.ui-autocomplete .title_break:hover {
    cursor: default !important;
	color: #fff;
	background-color: #DB0D80;
}
#error_main .logo {
	background-image: url("../img/destinos_color.png");
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*.navbar-area, .navbar-area.is-sticky {
	background-color: #245ba7;
}*/
#theme_search_form .modal-header {
	background-color: #fff !important;
	text-align: center;
	display: block;
}
#theme_search_form .modal-header .close {
	display: none;
}
#theme_search_form .modal-body {
	background-color: #fff !important;
}
.multi-select-button, .filterIcon {
	border: 1px solid #DB0D80 !important;
}