/*html, body
{
  	height: 100%;
}*/

body
{
	color: #ffffff;
	font: 33.58px 'bebas_neuebook';	
	line-height: 34px;
	background-color: #ffffff;
	background: #ffffff;
	position: relative;
}

strong
{
  	font-family: 'bebas_neuebold';
}

h1,h2,h3,h4,h5,h6
{
	color: #f7782c;
 	font: 139.48px 'bebas_neuebold';
	line-height: 139.48px;
}

a, a:before, a:after
{
	color: #ffffff;
 	text-decoration: none;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

a:hover, a:hover:before, a:hover:after
{	
	cursor: pointer;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}


input, textarea
{
	width: 100%;
	height: 106px;
	color: #535565;
    font: 34.03px 'latoregular';
    background: #fff;
    border: 2px solid #f2862d;
    padding: 0px !important;
    padding-left: 50px !important;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea
{
	width: 99%;
	height: 156px;
	padding-top: 19px !important;
	margin-bottom: 2px;
	resize: none;
}

input[type="radio"], input[type=checkbox] 
{
	display: none !important;
    width: auto;
    height: auto;
} 

input:focus, textarea:focus, .inputSeleccionado
{
	outline: none;
	border-color: #340101 ;
}

input[type="checkbox"]
{
	width: auto;
	height: auto;
	margin: 0px;
	vertical-align: middle;
}

label.lbRadio
{
	display: inline-block !important;
	font-size: 35.19px;
    padding-left: 38px;
    margin-left: 0px;
    margin-bottom: 10px;
    position: relative;
}

label.lbRadio:before 
{
    display: inline-block;
    content: "";
    width: 19px;
    height: 19px;
    left: 0;
    top: 8px;
    background-color: #ffffff;
    border: 2px solid #b9d5dd;
    vertical-align: top;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
}

label.lbCheckbox
{
	font-size: 35.19px;
	padding-left: 38px;
	margin-left: 10px;
	position: relative;
}

label.lbCheckbox:before 
{
    content: "";
	display: inline-block;
	width: 23px;
    height: 23px;
	left: 0;
	top: 12px;
	background-color: #ffffff;
	vertical-align: top;
	position: absolute;
}

input[type=radio]:checked + label.lbRadio:before 
{
	content: "\2022";
    color:#1c437a;
    font-size: 35px;
    text-align: center;
    line-height: 18px;
}

input[type=checkbox]:checked + label.lbCheckbox:before 
{
    content: "\2713";
    font-size: 22px;
    color: #1c437a;
    text-align: center;
    line-height: 22px;
}

/******************************************************Placeholder******************************************************/

::-webkit-input-placeholder
{
 	color: #5e5e5e;
}

::-o-input-placeholder
{
 	color: #5e5e5e;
}

::-ms-input-placeholder
{
 	color: #5e5e5e;
}

:-moz-input-placeholder
{
 	color: #5e5e5e;
}

::-moz-input-placeholder
{
 	color: #5e5e5e;
}

/************************************************************************************/

.Header {
	height: 766px;
	background: #ffffff;
}

.Header-Logo {
	width: 886px;
	height: 554px;
	width: 665px;
    height: 408px;
	background: url(../images/logo.png) no-repeat;
	margin: 0px auto;
	margin-bottom: 240px;
}

.Header div {
	/*background-size: 100% 100% !important;*/
	z-index: 0 !important;
}

/*****************************************************************************/

.NavForm {
	background: #fff url(../images/fondos/bgFondo.jpg) center no-repeat;
	padding-top: 40px;
	padding-bottom: 125px;
}

.NavForm-Title {
	margin-bottom: -8px;
}

.NavForm-Text {
	color: #351c1c;
	font: 39.43px 'gotham_boldregular';
	line-height: 39.43px;
	margin-bottom: 20px;
}

.NavForm-Btn {
	width: 230px;	
	margin-top: 100px;
	margin-bottom: 125px;
    padding: 33px 0px;
    padding-left: 157px;
	padding-right: 48px;
	
	position: relative;
}

.NavForm-Btn:before {
	content: "";
	width: 87px;
	height: 88px;
	background: url(../images/icoWhatsapp.png) no-repeat;
	position: absolute;
	background-size: 100% !important;
	top: 19px;
	left: 70px;
}

.NavForm-Btn:hover:before {
	top: 17px;
}

.NavForm-Form {
	width: 694px;
}

.NavForm-Fecha {
	width: 290px;
	width: 152px;
	height: 86px;
	font: 27.11px 'latoregular';
    letter-spacing: -0.7px;
	border-color: #ffffff;
	padding-left: 28px !important;
	padding-right: 35px !important;
}

.NavForm-Horario div.fancy-select {
    width: 223px;
}

.NavForm-Horario div.fancy-select div.trigger {
    padding-left: 0px;
    padding-right: 18px;
}

.NavForm-BtnReserva {
	width: 435px;
	padding: 48px 0px;
	margin-top: 90px;
}

.NavForm-Msj{
	display: none;
	color: #340101;
	padding-top: 30px;
    margin-bottom: 20px;
    clear: both;
}

.NavForm-Msj strong{
    
}

.booklet {
    width: 800px;
    height: 600px;
    position: relative;
    margin: 0 auto 10px;
    overflow: visible!important;
}

.booklet .b-arrow {
    width: 33px;
	height: 53px;
	top: 42%;
}

.booklet .b-arrow div {
	width: 33px;
	height: 53px;
}

.booklet .b-arrow-prev {
    left: -60px;
}

.booklet .b-arrow-prev div {
	background: url(../images/icoPrev.png) no-repeat;
}

.booklet .b-arrow-next {
    right: -60px;
}

.booklet .b-arrow-next div {
    background: url(../images/icoNext.png) no-repeat;
}

.b-page img{
	width: 100%;
}

.booklet .b-counter {
    display: none !important;
}

/*****************************************************************************/


.Mapa {
	height: 636px;
	background: #fff;
}

/*****************************************************************************/

.Footer {
	background: url(../images/fondos/bgFooter.jpg) center no-repeat;
	padding-top: 50px;
	padding-bottom: 30px;
}

.Footer-Horarios {
	width: 337px;
	margin-right: 130px;
}

.Footer a {
	margin-top: 24px;
}

.Footer-IcoFacebook {
	width: 24px;
	height: 47px;
	background: url(../images/icoFacebook.png) no-repeat;
	margin-right: 45px;
}

.Footer-Instagram {
	width: 46px;
	height: 46px;
	background: url(../images/icoInstagram.png) no-repeat;
}

.Footer-Direccion {
	margin-top: 28px;
}

/*****************************************************************************/



