body, html{
	background: #f9f9f9;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
}
footer{
	background: #efefef;
    border-top: 1px solid #dadada;
}
footer a{
	color: #8c8c8c;
}
footer a:hover{
	color: #efefef;
	text-decoration: none;
}
.socialfooter .fa{
	font-size: 21px;
}
header{
	background: #ffffff00;
    position: absolute;
    z-index: 9999;
}
nav a{
	color: #868686;
}
.bottomfooter{
	background: #1a1a1a;
	color: #3f3f3f;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.carousel-caption{
	color: #414141;
    top: 30%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.titleslider{
	font-size: 62px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 0px;
}
.subtitleslider{
	font-size: 26px;
	color: #989899;
	font-weight: 200;
}
.linegarrousel{
	border-bottom: 1px solid #dddddd;
}
.titlerest{
	/* color: #0166ff; */
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1px;
}
.descrptest{
	color: #8e8e8e;
	font-size: 14px;
}
.rounded-lg {
    border-radius: 15px!important;
}
.rounded-top {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
}
.itemrestaurant{
	border: 1px solid #dee2e6;
	transition-duration: 1s, 2s;
		overflow: hidden;
}
.itemrestaurant:hover{
	cursor:pointer;
	transition-duration: 1s, 2s;
}
a:hover{
	text-decoration: none;
}
.img-autoheight{
	width: 100%;
	min-height: 100%;
}
/* effect images */
.image-disable figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    min-height: 300px;
    overflow: hidden;
    height: 300px;
    background: silver;
}
/* Zoom In*/
.zoomuin figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoomuin figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/* Search Form */
.searchform .btn-secondary {
    border-radius: 0px 4px 4px 0px;
}
/* .searchform input{
	border-radius: 4px 0px 0px 4px;
} */

/* input, select{
    background-color: #0166ff!important;
    border: 0px solid #0166ff!important;
    color: white!important;
} */

select{
	background-image: URL('../img/arrow.jpg');
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 28px!important;
}
/* ::-webkit-input-placeholder {
	color: white!important;
} */
:-moz-placeholder {
	/* Firefox 18- */
	color: white!important;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: white!important;
}
/* :-ms-input-placeholder{
	color: white!important;
} */
.displaysearch{
    position: relative;
    z-index: 999999;
    margin-top: -7px;
    overflow-y: scroll;
    max-height: 215px;
    overflow-x: hidden;
    height: auto;
}
.resultitem{
	background: whitesmoke;
	border-bottom: 1px dotted silver;
}
.resultitem img{
	width: 100%
}
.resultitem p{
	text-align: left;
}
.resultitem .titlerest{
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 0px;
}
.resultitem .descrptest{
	font-size:12px;
}
.mainsearchform{
    top: 30%;
    position: absolute;
    z-index: 99999999;
    left: 50%;
    margin-left: -570px;
}





@media(max-width: 900px) and (min-width: 640px){
	figure {
	    min-height: 300px;
	    height: 300px;
	}
	.titlerest {
	    font-size: 13px;
	}
	.descrptest {
	    font-size: 10px;
	}
	.carousel-caption{
	    top: 10%;
	}
	.carousel-inner{
		height: 360px;
	}
	.navbar-collapse{
		background: #fffffff5;
	    border-radius: 0px 0px 4px 4px;
	    border-top: 0px solid;
	    box-shadow: 2px 2px 2px #d6d4d4b5
	}
	.navbar-collapse ul{
		display: grid;
		text-align: right;
	}
	.mainsearchform{
	       top: 22%;
		    position: absolute;
		    z-index: 99999999;
		    left: 50%;
		    margin-left: -360px;
		    padding: 0px 30px;
	}
	.resultitem img, .no-inmovil{
		display: none;
	}
	.smallspace{
		padding-left: 25px;
	}
}
@media(max-width: 1025px) and (min-width: 901px){
	figure {
	    min-height:300px;
	    height: 300px;
	}
	.mainsearchform{
	    top: 23%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -480px;
	    padding: 0px 30px;
	}
	.resultitem .titlerest {
	    font-size: 11px;
	    margin-top: 4px;
	    margin-bottom: 0px;
	}

	.resultitem .descrptest {
	    font-size: 11px;
	}
}
@media(min-width: 1026px){
	.mainsearchform{
	    top: 43%;
	}
}
@media(max-width: 639px){
	.titleslider {
	    font-size: 50px;
	    font-weight: 900;
	    line-height: 45px;
	    margin-bottom: 0px;
	}
	.subtitleslider {
	    font-size: 20px;
	}
	.smallspace{
		padding-left: 25px;
	}
	.img-autoheight{
		width: 100%;
		min-height: 100%;
		/* width: auto;
    right: 40%;
    position: relative; */
	}
	.nodisplay{
		display: none!important;
	}
	.text-align-left,.text-align-right{
		text-align: center;
	}
	.text-align-left{
		display: grid;
	}
	.carousel-caption{
	    top: 14%;
	}
	.bottonlarge{
		width: 100%;
	}
	.navbar-collapse{
		background: #fffffff5;
	    border-radius: 0px 0px 4px 4px;
	    border-top: 0px solid;
	    box-shadow: 2px 2px 2px #d6d4d4b5
	}
	.navbar-collapse ul{
		display: grid;
		text-align: right;
	}
	.searchform .btn-secondary {
    border-radius: 4px 4px 4px 4px;
	}
	/* .searchform input{
		border-radius: 4px 4px 4px 4px;
	} */
	.resultitem img{
		display: none;
	}
	.mainsearchform{
		top: 39%;
	    position: absolute;
	    z-index: 99999999;
	    left: 0%;
	    margin-left: -0px;
	    padding: 0px 30px;
	}
}

/* Iphone X landscape  */
@media (width: 812px) and (orientation: landscape) {
	.mainsearchform{
		top: 57%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -360px;
	    padding: 0px 30px;
	}
}
@media (max-width: 750px) and (orientation: landscape) {
	.mainsearchform{
		top: 57%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -270px;
	    padding: 0px 30px;
	}
}
/* Iphone 6/7/8 landscape  */
@media (width: 667px) and (orientation: landscape) {
	.mainsearchform{
		top: 63%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -270px;
	    padding: 0px 30px;
	}
	.titleslider {
	    font-size: 50px;
	    font-weight: 900;
	    line-height: 45px;
	    margin-bottom: 0px;
	}
	.subtitleslider {
	    font-size: 20px;
	}
}
/* Iphone 6/7/8 pro landscape  */
@media (width: 736px) and (orientation: landscape) {
	.mainsearchform{
		top: 54%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -270px;
	    padding: 0px 30px;
	}
}
/* pixel landscape  */
@media (width: 684px) and (orientation: landscape) {
	.mainsearchform{
		top: 53%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -270px;
	    padding: 0px 30px;
	}
	.titleslider {
	    font-size: 45px;
	    line-height: 40px;
	}
	.subtitleslider {
	    font-size: 16px;
	}
}
/* pixel xl landscape  */
@media (width: 823px) and (orientation: landscape) {
	.mainsearchform{
	    top: 50%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -370px;
	    padding: 0px 30px;
	}
}
/* Smallphone landscape  */
@media (width: 640px) and (orientation: landscape) {
	.mainsearchform{
	    top: 70%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -280px;
	    padding: 0px 30px;
	}
}
/* Ipad landscape  */
@media (width: 1024px) and (orientation: landscape) {
	.mainsearchform{
	    top: 43%;
	    position: absolute;
	    z-index: 99999999;
	    left: 50%;
	    margin-left: -480px;
	    padding: 0px 30px;
	}
}
