.invisible {
	display: none;
}

/*home*/

.last,
.travel,
.result{
	border: 1px solid #7d8293;
}
.travel{
	padding-top: 20px;
}
.home_text_small{
	top: -30% !important;
}

.main_nav_item a {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.logo_image {
    left: 10px !important;
}
.logo {
    padding-left: 50px;
}


.contactar{
	margin-top: 10px;
	width: 100%;	
	text-decoration: bold;
	text-align: right;	
}

.footer_latest_item_content{
	width: 100% !Important;
	padding-right: 20px !Important;
	padding-bottom: 10px !Important;
}

/*mytravel*/

.sign-center{
	padding-top: 30px;
	margin: 0 auto;
	width: 120px;
}
.center{	
	margin: 0 auto;
	width: 60px;
	padding-left:30px;
}

#signout {
    width: 120px;
    margin-top: 5px;
}

.inactivo{	
	background-color: lightgray;
}

.correcto{
	border: 2px solid green !Important;
}

.radio-inline{
	color: #fff !Important;
	margin-left: 10px;
}
/*

#select2-source-container{
	background-color: #131a2f;
    color: rgba(255,255,255,0.5);
    border: solid 1px rgba(255,255,255,0.5);
}
	
.select2-selection{
	height: auto !Important;
}
*/

/* Clearable text inputs */
.clearable{
  position: relative;
  /*display: inline-block;  */
  color: white;
}
.clearable input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.clearable__clear{
  display: none;
  position: absolute;
  right:0; top: -17px;
  padding: 0 8px;
  font-style: normal;
  font-size: 2.5em;
  user-select: none;
  cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}

.botones{
	margin-top:5px;
	margin-bottom:5px;
}

.message{
	margin-top:10px !Important;
	border:1px solid silver !Important;
}
.message_title{
	margin-top:10px !Important;
}
.responder{
	position: relative;
	margin-top:5px;
	margin-right:5px;
	float:left;
}
.form-control{
    color: #495057 !Important;
}

.related_sites{
	text-align:center;
	width:100%;
}
.logo_referencia{
	width:150px;
	height: 80px;
	margin: 32px;
	padding-top: 3px;
	display: inline;
}

.logo_referencia img{
    max-width: 100%;
    max-height: 100%;		
	opacity: 0.7; 
}
.logo_referencia img:hover{
	opacity: 1; 
}

.lema{
	text-align:center;
	font-style: normal;
	font-size: 2em;
}

	
.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
	width: auto;
}
 
.contenedor .usuario{
    position: absolute;
    bottom: 5px;
    left: 0px;
	/*text-decoration: bold;*/
	/*font-weight: bold;*/
	background: #020303ad;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.contenedor .texto{
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-40%, -70%);
	font-weight: bold;
	color: #131a2f;
	background-color: rgba(255, 255, 255, 0.4);
	padding-left: 4px;
	padding-right: 4px;
	/*font-size: 110%;*/
}
.imagelink img{
	width: 100px;
	height: 60px; /*100px;*/	
	border: #fe435b; /*#131a2f;*/
	border-radius: 2px;
	border-style: solid;
  border-width: 3px 3px 12px;
}

#cookieChoiceInfo{
	position: fixed;
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	z-index: 1000;
	text-align: center;
	padding: 1em 2em;
	background-color: rgba(0, 0, 0, 0.755);
}
#cookieChoiceInfo p{
	color: white;
}

#cookieChoiceInfo a#cookieChoiceDismiss{
	font-weight: 600;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 5px;	
}

#owl-demo .item{
  background: #131a2f; /*#42bdc2;*/
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.item_ img{
	/*
	-webkit-filter: sepia(50%) brightness(10%) contrast(6.2) grayscale(.3) blur(1px);
	position: relative;
	z-index: -1;
	*/
	filter: contrast(150%) brightness(90%) sepia(50%) grayscale(3%) blur(1px);
}

/*TMP ADVISE*/
/*
#tempContainer{
	display:flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}*/

#tempAdvise{
	/*position: absolute;*/
	position: fixed;
	width: 65%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 1000;
	text-align: center;
	padding: 1em 2em;
	background-color: #fe364a;
	padding:50px;
}
#tempAdvise p{
	color: rgb(255, 255, 255);
	font-size: 22px;
    font-weight: 600;
}

#tempAdvise a#tempAdviseDismiss{
	font-weight: 600;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 5px;	
	color: rgb(255, 255, 255);
}
#tempAdviseDismiss{
	color: rgb(255, 255, 255);
}
#tempAdviseDismiss:hover{
	color: rgb(255, 255, 255);
}


/*CountriesCities*/

.country_item{	
	margin: 5px 5px 5px 5px; 	
	display: inline-block;
	background-color: #fe435b;
	color: white;
}
.country_item:hover, .country_item_selected{
	background-color: #e90120;
	color: white;
}

.countries_container{
	overflow: hidden; 
    text-align: center;
}

