/*@font-face {
  font-family: 'SaolText-Light';
  src: url('https://www.restauranteelflaco.com/fonts/SaolText-Light.eot'); /* IE9 Compat Modes */
  /*src: url('https://www.restauranteelflaco.com/fonts/SaolText-Light.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('https://www.restauranteelflaco.com/fonts/SaolText-Light.woff2') format('woff2'), /* Super Modern Browsers */
       /*url('https://www.restauranteelflaco.com/fonts/SaolText-Light.woff') format('woff'), /* Pretty Modern Browsers */
       /*url('https://www.restauranteelflaco.com/fonts/SaolText-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       /*url('https://www.restauranteelflaco.com/fonts/SaolText-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
/*}*/

body{font-size:20px;
 	color:#212529;
 	font-family: 'Lora', serif;}

p{line-height:1.5;
 	  margin:30px 0}


h1,h2,h3,h4,h5,h6{font-family: 'Lora', serif;}

h3{font-size: 1.2em;
   font-weight: lighter;
   color:#515151;
   line-height: 32px;
	font-weight: bold;}

h4{font-size: 1em;
   font-weight: lighter;
   color:#515151;
   line-height: 32px;}

h4 .destacado{color:red;}

h5.titulo1,
h5.titulo2,
h5.titulo3{font-family: 'Lora', serif;
           font-size: 0.8em;
		   font-weight: lighter;
		   color:#515151;
		   font-weight: bold;}

h6{font-size: 0.9em;}

a{color:#212529;
  transition:all .2s}

a:focus,a:hover{color:#0085a1}

img::-moz-selection{color:#fff;background:0 0}

img::selection{color:#fff;background:0 0}

img::-moz-selection{color:#fff;background:0 0}



.floating-label-form-group{font-size:14px;position:relative;margin-bottom:0;padding-bottom:.5em;border-bottom:1px solid #dee2e6}

.floating-label-form-group input,
.floating-label-form-group textarea{font-size:1.5em;
	                                position:relative;
	                                z-index:1;
	                                padding:0;
	                                resize:none;
	                                border:none;
	                                border-radius:0;
	                                background:0 0;
	                                box-shadow:none!important;
	                                font-family: 'Lora', serif;}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder{color:#868e96;
	                                                           font-family: 'Lora', serif;}

.floating-label-form-group label{font-size:.85em;
	                             line-height:1.764705882em;
	                             position:relative;
	                             z-index:0;
	                             top:2em;
	                             display:block;
	                             margin:0;
	                             transition:top .3s ease,opacity .3s ease;
	                             vertical-align:middle;
	                             vertical-align:baseline;
	                             opacity:0}

.floating-label-form-group .help-block{margin:15px 0}

.floating-label-form-group-with-value label{top:0;opacity:1}

.floating-label-form-group-with-focus label{color:#0085a1}

.row .justify-content-end.contenedorhora{width:57.6%;
	                                       margin:0 auto;
	                                       /*border:thin solid #000;*/}

.row .justify-content-end.contenedorhora .col-xl-3 {padding-right: 0 !important;}



.form-group .entrega{font-family: 'Lora', serif;
		             text-align: right;
		         	 font-size: 0.7em;
		         	 padding: 8px 0 0 0;
		         	 color:#515151;}

.form-group select{font-family: 'Lora', serif;
		         	 font-size: 0.8em;
		         	 color:#515151;
		         	 border:thin solid #000;
		         	font-weight: bold;}

.form-group .columna1,
.form-group .columna2,
.form-group .columna3{font-family: 'Lora', serif;
		         	 font-size: 0.7em;
		         	 padding: 5px 0 0 0;
		         	 color:#515151;
		         	 display: flex;
  					 align-items: center;
  					 justify-content: flex-end;}

.form-group select.columna{font-family: 'Lora', serif;
				         	font-size: 0.7em;
				         	color:#515151;
				         	font-weight: bold;
				            text-align: right;}

select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}

form{margin-bottom: 5em;}

.formBox{
	margin-top: 40px;
	padding: 50px;
}
.formBox  h1{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.inputBox .inputText{
	position: absolute;
    font-size: 16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.inputBox2{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.inputBox2 .inputText{
	position: absolute;
    font-size: 16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox2 .input{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}

textarea{
	background: transparent;
	border: none !important;
    outline: none;
    resize: none;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.5) !important;

}
.focus .inputText{
	transform: translateY(-30px);
	font-size: 18px;
	opacity: 1;
	color: #515151;

}
textarea{
	height: 100px !important;
}
/*.button{
	width: 20%;
    height: 45px;
    border: none;
    outline: none;
    background: #6a6a6a;
    color: #fff;
    font-size: 1em;
}*/

.btn-secondary,
.btn-primary {
    color: #fff;
    background-color: #878846;
    border-color: #878846;
}

.btn-secondary:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #66672e;
    border-color: #66672e;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #878846;
    border-color: #878846;
}

.formBox p.informacion{font-size: 0.7em;
              color:#515151;
              margin:0 0 15px 0;}


.btn{font-size:16px;
	 /*font-weight:800;*/
	 font-weight: 300;
	 padding:15px 25px;
	 letter-spacing:2px;
	 text-transform:uppercase;
	 border-radius:0;
	 font-family: 'Lora', serif;}


.btn-lg{font-size:16px;
	    padding:25px 35px}

.condiciones{font-size: 0.7em;}

.condiciones a{color:#000;
			   text-decoration: underline;}

.condiciones a:hover{opacity: 0.6;
					 text-decoration: none;}


@media (min-width: 576px){
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;}
}
/* ----- Smartphone -----*/
@media (min-width: 320px) and (max-width: 767px) {

	h3{font-size:0.9em;
   line-height: 28px;}

   .titulo1{margin:-25px 0 25px 0;
   		   text-align: center; }

   .titulo2,
   .titulo3{text-align: center;
            margin: 25px 0 25px 0;}

  .form-group select.columna{text-align: right;}

  .formBox {
    padding: 30px;}

  .condiciones {
    font-size: 0.7em;}

  .row .justify-content-end.contenedorhora{width: 82.5%;}

  .row .justify-content-end.contenedorhora .col-xl-3 {padding-right: 0 !important;}
  
}

/* ----- Tablets ------*/

@media (min-width: 768px) and (max-width: 991px) {

.titulo1{margin:-25px 0 25px 0;
   		   text-align: center; }

.titulo2,
.titulo3{text-align: center;
         margin: 25px 0 25px 0;}

.row .justify-content-end.contenedorhora{width: 82.5%;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}

@media (min-width: 992px) and (max-width: 1024px) {

	.form-control{padding:0;}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){

.row .justify-content-end.contenedorhora{width: 82.5%;}

}

@media screen and (min-width: 1024px) {

	.form-control{padding:0;}

}