/*Tipografía*/
@font-face{
  font-family: negotiate;
  src: url("../fonts/negotiate.ttf");
}

@font-face{
  font-family: lufga;
  src: url("../fonts/lufga/LufgaRegular.ttf");
}

.pie-pagina{
  color: #ebe7e1 !important;
  transition: 0.5s;
}

.pie-pagina:hover{
  color: #ff434d !important;
  transition: 0.5s;
}

.negotiate{
  font-family: negotiate !important;
}

.lufga-regular{
	font-family: lufga !important;
}

.formulario-index{
	background-color: rgba(255, 255, 255, 0.70);
	border-radius: 12px;
}

.portada-secundaria{
	padding-top: 5%;
}

.form-group{
	margin-bottom: 0.3rem;
}

h6{
	color: #075f97 !important;
}

.buscador{
	margin-top: -60px;
	width: 100%;
	height: 270px;	
}

/*  Para los íconos de pago  */
.icono-footer{
	font-size:45px; 
	color: #AAB1B7;
}

.iconos{

	font-size: 37px !important;
	width: 40px !important;

}

/*  Home  */
@media(max-width:700px){

	.logo{
		width: 130px;
	}

	.buscador{
		margin-top: -60px;
		width: 100%;
		height: 500px !important;	
	}

	/*  Para los íconos de pago  */
	.icono-footer{
		font-size:32px; 
		color: #AAB1B7;
	}

	.iconos{

		font-size: 33px !important;
		width: 30px !important;

	}

}

.espaciado{
	padding-top: 30px !important;
	padding-bottom: 30px !important ;
}

.link-tel:hover{
	color: #dc3545;
}

h1, h2, h3, h4, h5, h6, a, p{
	font-family: negotiate !important;
}

.menu-marcado{
	color: #007bff !important;
}

.zoom-img{
  background-size: 100%;
  transition: 0.8s !important;
  background-position: center;
  height: 160px;
}

.zoom-img:hover{
  transition: 0.8s !important;
  background-size: 120%;
}

.checked {
  color: orange;
}

/*Filtros*/

.contenedor-general{
	width: 100%;
}

.contenedor-filtro{
		width: 100% !important;
}

.tachado-esconder{
	display: none;
}

@media(max-width:700px){

	.tachado-esconder{
		display: block;
	}

	.contenedor-filtro{
		width: 50% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.boton-destino{

	border: 3px #47a956 solid;
  border-radius: 5px;
  text-align: center;
  color: #075f97;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: montserrat semibold !important;

}

.boton-destino-active{
  background-color: #47a956;
  color: white;
}


.boton-destino:hover{

	background-color: #4b5c6b;
	border: 3px #4b5c6b solid;
  color: rgb(253, 251, 247);

}

.formulario-contacto{

	border: 1px #ddd solid;
  border-radius: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 35px;

}

.division-pagos{
	width: 20%;
}

.contenedor-footer{
	margin-left: 0px !important;
	margin-right: -45px !important;
}

.formulario-index-movil{
	display: none;
	background-color: rgba(255, 255, 255, 0.70);
	border-radius: 12px;
}

.boton-filtros{
	display: none;
}

@media(max-width:700px){
	.portada{
		height: 370px !important;
			
	}

	.formulario-index{
		display: none !important;
	}

	.formulario-index-movil{
		display: inline;
		background-color: rgba(255, 255, 255, 0.70);
		border-radius: 12px;
	}

	.contenedor-footer{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.boton-filtros{
		display: block;
	}
}

@media (min-width: 990px){
	/* FILTRO DE HOTELES  */
	#global {
    height: 600px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
  }
  
  #multifilters {
    height: auto;
  }
}


.input-pagos{

	-ms-transform: scale(1.8); /* IE 9 */
  -webkit-transform: scale(1.8); /* Chrome, Safari, Opera */
  transform: scale(1.8);
  margin-right: 15px;

}

.input-pagos-text{
	font-size: 18px;
}
