@charset "utf-8";
/* CSS Document */


#btn-reserva{
    transition: .3s;
    cursor: pointer;
    BACKGROUND-COLOR: #000;
    color: #fff;
	/*float: right;*/
}
#btn-reserva:hover{
	opacity: .7;

}
.registro-campo-error{
	background-color: #a5cd39;
}
#message{

	position: fixed;

	background-color: #666;

	width: 90%;

	max-width: 400px;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	padding: 30px;

	box-shadow: 0px 0px 20px 4px #000;

	color: #fff;

	font-size: 20px;

	border: solid 3px #fff;
	transition: .5s;
	pointer-events: none;
	opacity: 0;
}
#message.active{
	opacity: 1;
}
/* FORM*/
input, select, textarea{

    border-radius: 5px;
    padding-left: 1em;
    COLOR: #000;
    box-shadow: none;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: transparent;
    border-color: #666;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    border-width: 1px;
}

textarea
{
    height: 80px;
    margin-bottom: 0;

}

	
	
.styled-select select {
	background: rgba(0, 0, 0, 0.94);
	width: 50px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	/* height: 34px; */
	-webkit-appearance: none;
	COLOR: #fff;
   }
   
  .form-style-10 input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}

