#reserva_container_inicio {
	height: 1638px;
	background: #fff url('../imgs/tocoto01.jpg') no-repeat left 1px;
}

#reserva_container {
	height: 2535px;
	background: #fff url('../imgs/tocoto02.jpg') no-repeat left 1px;
}

#reserva_container_fin {
    height: 1671px;
    background: #fff url('../imgs/tocoto03.jpg') no-repeat left 1px;
}

#newsletter_container_fin {
    height: 1473px;
    background: #fff url('../imgs/newsletter_fin.jpg') no-repeat left 1px;
}

#newsletter_container {
	height: 1823px;
	background: #fff url('../imgs/tocoto04.jpg') no-repeat left 1px;
}

#reserva_container_inicio div {
	padding-top: 1505px;	
}

#reserva_form {
	padding-top: 1370px;
}

#newsletter_form {
	padding-top: 1240px;
}

.reserva_wrapper {
	background: #fff;
}

#reserva_container_fin,
#newsletter_container_fin {
    display: block;
    margin: 0 auto;
    width: 878px;
    font-family: "Times New Roman",Georgia,Serif;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}

#reserva_container_inicio {
	display: block;
	margin: 0 auto;
	width: 878px;
	font-family:"Times New Roman",Georgia,Serif;
	
	margin: 0 auto;
}



#reserva_container_inicio a {
	background: #fdfaf3;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-size: 35px;
	height: 52px;
	margin: 0 auto;
	width: 380px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	font-family: Grotesk;
	letter-spacing: 3px;
}

#reserva_container_inicio a:hover {
	background: #000;
	color:#fdfaf3;
}

#newsletter_container {
	display: block;
	width: 878px;
	margin: 0 auto;
}

#reserva_container {
	display: block;
	width: 878px;
	margin: 0 auto;
}

#reserva_form,
#newsletter_form {
	width: 780px;
	margin: 0 auto;
}

.inputs-container {
/*     background: #57a66c; */
	padding: 0 0 0 0;
}

#reserva_form label,
#newsletter_form label {
color: #000;
display: inline-block;
font-size: 35px;
margin: 0 0 0 0;
text-align: left;
/* text-transform: uppercase; */
/* width: 256px; */
font-family: Grotesk;
letter-spacing: 2px;
}

#reserva_form p,
#newsletter_form p {
	margin:  20px 0 20px 0;
}

#reserva_form input, #reserva_form select,
#newsletter_form input, #newsletter_form select {
	background: none repeat scroll 0 0 #D8E7EA;
	border: medium none;
	color: #000;
	font-size: 14px;
	padding: 1px 10px;
	/* width: 210px; */
	font-family:Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; 
	line-height: 26px;
	height: 18px;
	vertical-align: text-bottom;
}

option {
/* 	background: #CDE3C2; */
}
#reserva_form input,
#newsletter_form input {
	
/* 	-webkit-appearance: none; */
	border-radius: 0;
}
#reserva_form select {
	padding: 1px 10px;
	width: 310px;
}

#reserva_form input#guardar_btn,
#newsletter_form input#guardar_btn {
	background: #fdfaf3;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-size: 35px;
	height: 52px;
	margin: 50px auto 0 auto;
	width: 380px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	font-family: Grotesk;
	letter-spacing: 3px;
}

#reserva_form input#guardar_btn:hover,
#newsletter_form input#guardar_btn:hover {
	background: #000;
/* 	color:#fff; */
	color: #fdfaf3;
}

#select_hora {
	width: 133px;
}

.error {
	background: #fc5454 !important;
}


.checkbox-container {
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
	padding: 10px 0;
}

#reserva_form .checkbox-container label,
#newsletter_form .checkbox-container label {
	width: 100%;
	font-size: 25px;
	color: black;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

#reserva_form .checkbox-container input,
#newsletter_form .checkbox-container input {
	width: auto;
	height: auto;
}


#guardar_btn:disabled,
#guardar_btn[disabled] {
	pointer-events: none;
}





label.center {
	text-align: center!important;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
	width: 100%!important;
}

textarea {
	background: none repeat scroll 0 0 #BDDCE7;
	background: none repeat scroll 0 0 rgba(189, 220, 231, 0.60);
	width: 502px;
	height: 55px;
	display: block;
	margin: 20px auto 0 auto;
	border: none;
	font-family: Grotesk;
	font-size: 18px;
}

strong {
	font-family: Grotesk;
	font-weight: normal;
}

#opi_section {
	margin-left: 144px;	
}

#opi_section label {
	width: auto;
	vertical-align: super
}

#opi_section input {
	width:40px;
/* 	-webkit-appearance: checkbox!important; */
}

#msg_error {
	font-family:Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; 
    text-align: center;
    color: #aa1515 !important;
    padding-top: 10px;
    font-weight: bold;


}

.policy_error {
	font-family:Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; 
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.checkbox-container.error {
    margin-bottom: -16px;
}

.row {
	display: flex;
}

.column {
	padding: 0 20px;
	flex-grow: 1;
    flex-basis: 0;
}

@font-face {
    font-family: Grotesk;
    src: url("../fonts/Founders_Grotesk_Bold_Cmp.otf") format("opentype");
}

.fake-check {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #D8E7EA;
	margin: 0 5px;
}

.checkbox:checked + .fake-check {
	background: #000;
}

.checkbox {
	display: none;
}

.check-label {
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }

  .courier {
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	font-size: 15px;
	display: block;
	margin-top: 7px;
}

#texto-legal {
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	font-size: 13px;
	width: 690px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	padding-top: 2rem;
}