@font-face {
    font-family: 'Ragasta';
    src: url('fonts/Ragasta/Ragasta.eot');
    src: url('fonts/Ragasta/Ragasta.eot') format('embedded-opentype'),
         url('fonts/Ragasta/Ragasta.woff2') format('woff2'),
         url('fonts/Ragasta/Ragasta.woff') format('woff'),
         url('fonts/Ragasta/Ragasta.ttf') format('truetype'),
         url('fonts/Ragasta/Ragasta.svg#Ragasta') format('svg');
}

@font-face {
	font-family: 'AvenirLTStd-Heavy';
    src: url('fonts/avenir-font/Heavy/original_AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), 
         url('fonts/avenir-font/Heavy/original_AvenirLTStd-Heavy.woff') format('woff'),
         url('fonts/avenir-font/Heavy/original_AvenirLTStd-Heavy.ttf') format('truetype'),
         url('fonts/avenir-font/Heavy/original_AvenirLTStd-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Roman';
    src: url('fonts/avenir-font/Roman/original_AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), 
         url('fonts/avenir-font/Roman/original_AvenirLTStd-Roman.woff') format('woff'),
         url('fonts/avenir-font/Roman/original_AvenirLTStd-Roman.ttf') format('truetype'),
         url('fonts/avenir-font/Roman/original_AvenirLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Medium';
    src: url('fonts/avenir-font/Medium/original_AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), 
         url('fonts/avenir-font/Medium/original_AvenirLTStd-Medium.woff') format('woff'),
         url('fonts/avenir-font/Medium/original_AvenirLTStd-Medium.ttf') format('truetype'),
         url('fonts/avenir-font/Medium/original_AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Black';
    src: url('fonts/avenir-font/Black/original_AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), 
         url('fonts/avenir-font/Black/original_AvenirLTStd-Black.woff') format('woff'),
         url('fonts/avenir-font/Black/original_AvenirLTStd-Black.ttf') format('truetype'),
         url('fonts/avenir-font/Black/original_AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Light';
    src: url('fonts/avenir-font/Light/original_AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), 
         url('fonts/avenir-font/Light/original_AvenirLTStd-Light.woff') format('woff'),
         url('fonts/avenir-font/Light/original_AvenirLTStd-Light.ttf') format('truetype'),
         url('fonts/avenir-font/Light/original_AvenirLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamHTF-Bold';
    src: url('fonts/GothamHTF-Bold/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'), 
         url('fonts/GothamHTF-Bold/GothamHTF-Bold.woff') format('woff'),
         url('fonts/GothamHTF-Bold/GothamHTF-Bold.ttf') format('truetype'),
         url('fonts/GothamHTF-Bold/GothamHTF-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamHTF-Light';
    src: url('fonts/GothamHTF-Light/GothamHTF-Light.eot?#iefix') format('embedded-opentype'), 
         url('fonts/GothamHTF-Light/GothamHTF-Light.woff') format('woff'),
         url('fonts/GothamHTF-Light/GothamHTF-Light.ttf') format('truetype'),
         url('fonts/GothamHTF-Light/GothamHTF-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body.modal-open {
    background: #000;
    display: flex;
    width: 100%;
    align-items: center;
}

div#myModal {
    max-width: 500px;
    margin: auto;
    height: 380px;
    display: flex;
    align-items: center;
}
.modal-backdrop.show {
    opacity: .95 !important;
}
a#close {
    color: #fff;
}
footer a {color:#fff;} 
body {
	font-family: 'AvenirLTStd-Roman', Sans-Serif;
	font-size: 14px;
	text-align: center;
	margin: auto;
	color: #fff;
	background: #000;
	width: 100%;
	/* display: flex; */
	/* align-items: center; */
}
.inicio {
    height: 100vh;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

.contimg, .conForm {
	width: 100%;
	margin: 0 auto;
	/* height: 100vh; */
}

.inicio {
	background: linear-gradient(72.44deg, #000000 0%, rgba(0, 0, 0, 0) 50%)  center center no-repeat;
	/* background-size: cover; */
	/* background-position: top; */
}
.container {
	margin: auto;
	width: 70%;
	z-index: 1;
}
h1 {
	/* width: 90%; */
	margin: 0 auto 0;
	text-align:
	center;
	/* text-transform: uppercase; */
	/* opacity: 1; */
	/* font-family: 'AvenirLTStd-Black'; */
	font-size: 1.8rem !important;
	color: #fff !important;
	line-height: 1 !important;
	font-weight: 600 !important;
}
h1 span {
    font-family: 'AvenirLTStd-Light';
    opacity: .6;
}
img {
	margin-bottom: 0;
	width: 100%;
}
img.logo {
    max-width: 219px;
    margin: 0;
    /* padding-top: 10%; */
    position: absolute;
    top: 13%;
}
.columna.col6.contFromulario h1 {
    font-size: 2.5rem !important;
}

.contimg p {
	/* font-family: 'Gotham-Light'; */
	font-size: 1em;
	/* color: rgba(255, 255, 255, .77); */
	letter-spacing: 1px;
	/* text-align:center; */
}
.contimg h2 {
	line-height: 1.2;
	/* letter-spacing: 8pt; */
	/* text-transform: uppercase; */
	font-size: 1em;
	color:#ffffff;
	/* letter-spacing: 8.52px; */
	text-align:
	center;
	/* opacity: 1; */
	font-weight: 200;
}
.conForm p {

	font-size: 1.2em;
	color: #313751;
	letter-spacing: -0.6px;
	width: 81%;
	margin: 0 auto 1em;
	font-weight: 600;
}
.Form input, .Form select {
	width: 100%;
	margin: .8em 0;
	padding: 10px;
	border: none;
	border-radius: 18px;
	text-align: center;
	background: #eeeeee;
}
.select:before {
	display: table;
	content: "";
	position: absolute;
	display: block !important;
	z-index: 1000;
	top: 18%;
	right: 19px;
	width: 19px;
	height: 15px;
	background-size: cover !important;
	background: url(images-landing/arrow.png) center center;
}
select#localidad {
	-webkit-appearance: none;
}
.select {
	position: relative;
}
.logo-img {
	top: 3%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 200px;
}
.inicio h1 {
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    font-size: 2.3em !important;
    font-family: 'Ragasta';
    font-weight: 400 !important;
}
.contimg h2 {
	text-align: left;
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	/* width: 77%; */
	/* margin: 0 auto; */
}
h2 span {
    opacity: .77;
    font-family: 'AvenirLTStd-Light';
}
h3 {
    letter-spacing: 7.27px;
    font-family: 'GothamHTF-Light' !important;
    font-weight: 100;
    font-size: 1em;
}

.columna.col12 h3:first-child {
    color: #78502C;
    font-size: 1.7em;
    font-family: 'AvenirLTStd-Roman', Sans-Serif;
}
/*botones*/
button.btn, input.enivar {
	padding: 10px 9px !important;
	background: #0a0603 !important;
	color: #fff !important;
	text-transform: uppercase;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
	position: relative;
	z-index: 1;
	border-radius: 0;
	box-shadow: none;
	border: none !important;
	cursor: pointer;
	margin-top: 1em;
}
button.btn:hover {
	background: #ffffff !important;
	color: #446cdd !important;
}
input.enivar {
	width: 36% !important;
}
/*redes*/
.redes img {
	max-width: 46px;
}
.redes {
	/* display: flex; */
	/* justify-content: stretch; */
	width: 70%;
	margin: 4em auto 0;
	text-align: center;
}
.redes a:hover {
	opacity: .5;
}
a img {
	/*max-width: 75px;*/
	margin: auto;
	display: block;
}
.Form input {
	width: 95%;
}
div#inline {
	width: 500px;
	text-align: center;
	/* color: #4d4d4d; */
	line-height: 1.5;
}
div#inline a input {
	background: transparent !important;
	border: none;
	color: #0f694b;
	font-weight: 800;
}

.OpenTable_secc h2 {
    opacity: .77;
    font-family: 'AvenirLTStd-Light';
    font-size:16.5px;
    color:#ffffff;
    letter-spacing: 10.83px;
    text-align:center;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: 100;
}
.OpenTable_secc {
    /* min-height: 300px; */
}

.arrow_down {
    width: 15px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 18px;
    height: 30px;
}

.columna.col3 {
    width: 33%;
    float: left;
    min-height: 250px;
}

.columnas {
    /* max-width: 1300px; */
    width: 90%;
    margin: 0 auto;
}

.direcciones {
    /* min-height: 100vh; */
    padding-top: 4%;
    padding-bottom: 9%;
    background: url(images/mapa.png) #111;
    border-top: 7px solid #4d2b10;
    border-bottom: 7px solid #4d2b10;
}
footer p {
    /* font-size: 80% !important; */
    /* text-align: left !important; */
}
.Contacto {
    background: url(images/bg_contacto.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
}
.Contacto h2 {
    text-align: left;
    margin: 0;
}


form#frmContacto {
    /* width: 30%; */
    margin-top: 2em;
}


form#frmContacto input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 15px;
    background: rgb(14 29 9);
    margin-bottom: 1em;
    color: #fff;
    position: relative;
}

form#frmContacto textarea {
    width: 100%;
    padding: 15px;
    background: rgb(14 29 9);
    border: none;
    min-height: 100px;
    color: #fff;
    font-family: 'AvenirLTStd-Roman', Sans-Serif;
}

.Contacto .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
img.icon {
    position: absolute;
    width: 15px;
    top: 17px;
    z-index: 1;
    left: 11px;
}

.name {
    position: relative;
}
form#frmContacto input::placeholder {
  color: #fff;    font-family: 'AvenirLTStd-Roman', Sans-Serif;
}

form#frmContacto textarea::placeholder {
   color: #fff;    font-family: 'AvenirLTStd-Roman', Sans-Serif;
}
form#frmContacto input::placeholder, form#frmContacto textarea::placeholder, 
form#frmContacto input::-moz-placeholder, form#frmContacto input:-ms-input-placeholder, form#frmContacto input::-webkit-input-placeholder,
form#frmContacto textarea::-moz-placeholder, form#frmContacto textarea:-ms-input-placeholder, form#frmContacto textarea::-webkit-input-placeholder {
   color: #d4c0a8 !important;    font-family: 'AvenirLTStd-Roman', Sans-Serif;
}
#OT_searchWrapper {
    height: 0;
    padding: 33px;
    box-sizing: content-box;
    width: 93%;
    margin: .5em auto;
    background: none;
}

#OT_searchWrapperAll {
    /* background: none !important; */
    /* height: 67px; */
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.OpenTable_secc {
    width: 100%;
    max-width: 1200px;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2.OT_feedTitle {
    display: none;
}
label {
    position: initial;
    border-right: 1px solid #979797;
}

dd#OT_restaurant {
    position: initial;
    width: 54%;
}

dl#OT_defList {
    display: flex;
    align-items: center;
}

#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
    padding: 5px;
    width: 100%;
    min-width: 76px;
    border: none;
    margin: 0;
}

label {
    position: initial !important;
    color: #ddd;
    margin: 0 !important;
    padding: 5px !important;
    width: 79px !important;
}

dd {
    position: initial !important;
}


img#OT_imglogo {
    max-width: 100px;
}

dd#OT_submitWrap {
    background: #e01d36;
    padding: 21px;
}

form#ism {
    padding: 0;
}
.redes img {
    /* max-width: 68px; */
    height: 31px;
    margin: 15px;
    display: inline-block;
}

.direcciones .columna img {
    max-width: 43px;
    height: 51px;
}

.columnas:after {
    content: "";
    display: block;
    clear: both;
}

.columna.col12 {
    width: 100%;
    display: block;
}
div#OT_logo {
    background: none;
    position: initial;
}
footer {
    /* background: #3a200b; */
    /* padding: 30px 0 30px; */
}

footer .wrapper {
    /* display: flex; */
    /* width: 90%; */
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* align-items: flex-start; */
    /* text-align: left; */
}

footer .wrapper img {
    max-width: 300px;
    margin: 0 51px;
}
.Locaciones h3, footer a {
    margin: 0  !important;
    display: block;
    /* font-family: 'AvenirLTStd-Roman', Sans-Serif; */
    /* letter-spacing: 0; */
}
footer span {
    color: #d4c0a8;
    margin-top: 2em !important;
    display: block; 
}

footer p {
    margin: 0;
}
.datos {
    width: 32.3%;
}

.Locaciones {
    width: 35.3%;
    padding: 0 11px;
}

.copyright {
    padding: 15px;
    background: #573d2b;
    text-align: center;
    color: #fff;
}
input#nombre:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
}
section.formulario {/* background: rgba(30,6,0,0.05); */background: -moz-linear-gradient(top, rgba(30,6,0,0.05) 0%, rgba(40,20,11,0.5) 20%, rgba(53,36,24,1) 44%, rgba(75,43,21,1) 44%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,6,0,0.05)), color-stop(20%, rgba(40,20,11,0.5)), color-stop(44%, rgba(53,36,24,1)), color-stop(44%, rgba(75,43,21,1)));/* background: -webkit-linear-gradient(top, rgba(30,6,0,0.05) 0%, rgba(40,20,11,0.5) 20%, rgba(53,36,24,1) 44%, rgb(32, 12, 5) 44%); */background: -o-linear-gradient(top, rgba(30,6,0,0.05) 0%, rgba(40,20,11,0.5) 20%, rgba(53,36,24,1) 44%, rgba(75,43,21,1) 44%);background: -ms-linear-gradient(top, rgba(30,6,0,0.05) 0%, rgba(40,20,11,0.5) 20%, rgba(53,36,24,1) 44%, rgba(75,43,21,1) 44%);background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(10 6 3) 10%, rgb(10 6 3) 14%, rgb(10 6 3) 14%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0600', endColorstr='#4b2b15', GradientType=0 );}

.columna.col6.contFromulario {
    width: 47%;
    background: #222b1f;
    padding: 4%;
    box-sizing: border-box;
    box-shadow: 2px -5px 9px rgba(0, 0, 0, 0.51);
}

select#restaurant {
    background: rgb(14 29 9);
    border: 0;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-appearance: none;
}

.columna.col6.contFromulario h1,.columna.col6.contFromulario h2 {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0;
}

section.formulario {
    /* margin-top: -100px; */
    padding-bottom: 8%;
}

.columna.col6.contImg {
    width: 73%;
    background: url(images/FBV_4344.jpg) center center #000;
    background-size: cover;
    /* float: left; */
}
section.formulario .columnas {
    display: flex;
}
.container-fluid {
    padding: 0 !important;
}
.carousel-item.col-md-4 {
    padding: 0 !important;
}
section.galeria a.btn {
    padding: 10px 20px !important;
    background: #222b1f !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    /* max-width: 235px; */
    margin: 0 10px;
    font-weight: 700;
    letter-spacing: 4px;
    /* font-size: 1.5em; */
    text-transform: uppercase;
}
section.galeria {
    /*background: #4b2b15;*/
    position: relative;
}
.datos a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    font-family: 'AvenirLTStd-Roman', Sans-Serif;
    margin-bottom: 1em !important;
}
.Locaciones h3 {
    color: #fff;
    min-height: 30px;
    margin-bottom: 1em !important;
    display: block;
}
.contSelect:before {
   content: "\025be";
   padding-top: 10px;
   text-align:center;
   width:30px;
   height: 42px;
   /* background-color: #d4c0a8; */
   color: #d4c0a8;
   position:absolute;
   top:0;
   right:0px;
   pointer-events: none;
}
.contSelect {
    position: relative;
}
a.whats img {
    position: fixed;
    width: 100px !important;
    height: 100px;
    max-width: 100px !important;
    bottom: 0;
    right: 50px;
}
div#menuCena {
    background: #4b2b15;
    color: #fff;
    text-align: center;
}
span.rombo {
    width: 9px;
    height: 9px;
    background: #d4c0a8;
    display: block;
    margin: 1em auto;
    border-radius: 100%;
}
.OpenTable_responsivo {
     display: none;
}
.inicio a.whats img {
    position: initial;
}
iframe {
    height: 100px;
}
@media screen and (max-width: 1024px) {
h1 {
	font-size: 2em;
}
.columna.col6.contFromulario h2 {
	font-size: 1.6em;
}
.conForm p {
	font-size: 1.2em;
}
section.formulario {
    margin-top: -33%;
}
}

@media screen and (max-width: 768px) {
.container {
	width: 53% !important;
}
.OpenTable_secc {
    display: none;
}
span.top-none {
    margin: 0 !important;
}
.OpenTable_responsivo {
    display: block;
    text-align: center;
    margin-top: 2em;
}
footer .wrapper {
    display: block;
}

.datos, .Locaciones {
    width: 100%;
    padding: 15px;
}
.Locaciones h3 {
    min-height: auto;
    margin: 0 !important;
}
footer .wrapper img {
    max-width: 317px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
section.formulario .columnas {
    display: block;
}
.columna.col6.contImg {
    width: 100%;
    min-height: 200px;
}
.columna.col6.contFromulario {
    width: 100%;
}
.columna.col6.contFromulario h1, .columna.col6.contFromulario h2 {
    font-size: 2rem !important;
}
.h1, h1 {
    font-size: 1.1em !important;
}
.ot-dtp-picker.standard {
    width: auto;
}
.inicio {
    display: block;
    height: auto;
    background: #000;
    position: relative;
    height: 114vh;
}
iframe {
    height: 360px;
}
	
}
@media screen and (max-width: 600px) {
	.cont_text {
    /* position: initial !important; */
    height: auto !important;
    display: block !important;
    margin-top: -44% !important;
    z-index: 10 !important;
}

.slideshow-container {
    height: 47vh !important;
    z-index: 1 !important;
}

img.logo {
    position: initial;
}

.inicio:before {
    content: "";
    display: block;
    width: 100%;
    height: 43vh;
    /* background: linear-gradient(360deg, #000000 66%, rgb(0 0 0 / 0%) 100%)  center center no-repeat; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.61%, #000000 100%);
    position: absolute;
    z-index: 2;
    top: 0;
}
.inicio h1, .inicio h2 {
    text-align: center;
}
input.enivar {
    width: 44% !important;
}
.container {
	width: 100% !important;
	height: auto;
	padding: 15px;
}
.redes img {
	max-width: 24px;
}
body {
	display: block;
}
.contimg {
	/* width: 100%; */
	/* box-shadow: -1px 5px 3px #00000042; */
}
.contimg, .conForm {
	width: 100%;
	/* height: 400px; */
}
.conForm {
	padding: 17px 0;
}
h1 {
	font-size: .8em;
	margin: 0 auto;
}
.contimg h2 {
	font-size: .7em;
}
.conForm p {
	font-size: 1em;
}
.Form {
	width: 90%;
	margin: 0 auto;
}
img.logo {
	/* position: inherit; */
	/* width: 50%; */
	margin: 0 auto 1em;
}
.contimg h2 {
	font-size: 1em;
	/* position: inherit; */
}
.contimg p {
	font-size: 1.2em;
}
.contimg {
	/* padding-top: 31px; */
}
dl#OT_defList {
    display: block;
    width: 90%;
}

div#OT_searchWrapper {
    height: 100%;
    height: 179px;
    text-align: center;
}

div#OT_searchWrapperAll {
    height: 100%;
}

dd {
    margin: 0 auto !important;
}
.columna.col3 {
    width: 100%;
}
section.formulario {
    margin-top: 0;
    padding-top: 57px;
    background: #0a0603;
}
footer .wrapper div.custom, footer .wrapper div.custom h2 {
    width: 100%;
    text-align: center !important;
}

footer .wrapper {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 375px) {
span.top-none {
    margin-top: 0 !important;
}
}

@media screen and (max-width: 320px) {
h2 {
	font-size: 2em;
}
}

@media screen and (orientation:landscape) {
}

/*estilos slider galeria */
 @media (min-width: 768px) {

    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
        padding: 0;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    .carousel-control-next, .carousel-control-prev {
    background: #000 ;
    width: 6% !important;
}
}  
.ot-dtp-picker {
    margin: 0 auto !important;
}
select:focus{ outline: none;}
select#restaurant {
    CURSOR: POINTER;
}
select#restaurant {
    CURSOR: POINTER;
}
.sendCont {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
}
.sendCont a.whats img {
    position: inherit;
    display: inline-block;
    width: 69px !important;
    height: 77px;
}
p.btn_menu {
    padding: 10px 20px !important;
    background: #222b1f !important;
    color: #fff !important;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 50px !important;
}
div#btn_menu {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 326px;
    margin: 0 auto;
    justify-content: center;
}
.datos h3 {
    color: #fff;
    min-height: 30px;
    margin-bottom: 1em !important;
    display: block;
    /* font-size: 1.5em; */
    font-family: 'AvenirLTStd-Roman', Sans-Serif;
    letter-spacing: 0;
}
.premiosOT {
    display: flex;
    align-items: center;
    justify-content: center;
}

.premiosOT a {
    width: 100px;
    background-size: contain;
    padding: 0 !important;
    background-position: center;
}
footer {
    background: #000;
    color: #fff;
    padding: 3% 0;
}
footer .wrapper {
 display:flex;
 align-items: flex-start;
 width:90%;
 max-width:1200px;
}
footer .custom:first-child {
    text-align: left !important;
    color: #fff9f1;
    letter-spacing:1px;
    line-height: 1.5;
}

footer .custom:first-child h2 {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.7em;
    text-align: left;
    letter-spacing: 1px;
}

footer .custom {
    width: 33%;
    text-align: center;
}

footer .custom img {
    width: 100%;
    max-width: 230px;
    margin: 1.5em 0 1.5em;
}

footer .custom:last-child {
    text-align: right;
}

footer .custom:last-child a {
    display: block;
    line-height: 1.8;
    color: #fff9f1;
    letter-spacing:1px;
}

.icons ~ img {
    max-width: 150px !important;
}
.icons a {
    display: inline-block;
    font-size: 2em;
    margin: 0 19px !important;
}
footer .wrapper h3 {
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-weight: 800;
    font-size: 1.25em;
    letter-spacing: 0;
}
i.fa.fa-whatsapp {
    font-size: 4em;
    color: #fff;
}
p.btn_menu a {
    color: #fff;
}
.premiosOT a .fa {
    font-size: 5em;
    margin: 0 0em;
}
/*****SLIDER HOME *****/
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 100vh;
  overflow: hidden;
  z-index: -2;
  background: #000;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.cont_text {
    position: absolute;
    bottom: 4%;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    height: 100vh;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5.5s;
}

@keyframes fade {
  from {opacity: 0; 	-webkit-transform: scale(1.1);}
  to {opacity: 1;}
}

h1.text-fields-selectd-user-reservation {
 text-align: left !important;
 margin: 20px auto 12px auto !important;
 font-weight: bold !important;
 font-size: 18px !important;
 color: #2d333f !important;
}
form#fields-selectd-user-reservation {
 background-color: #fff;
 display: inline-block;
}
form#fields-selectd-user-reservation .ot-restaurant-picker,
form#fields-selectd-user-reservation .ot-party-size-picker,
form#fields-selectd-user-reservation .ot-time-picker {
 float: left;
 padding-right: 8px;
 border: 1px solid #e1d6d6;
 border-top-color: #fff;
 border-bottom-color: #fff;
}
form#fields-selectd-user-reservation .ot-time-picker-fecha {
 padding-right: 0px;
}
form#fields-selectd-user-reservation .ot-restaurant-picker select,
form#fields-selectd-user-reservation .ot-party-size-picker select,
form#fields-selectd-user-reservation .ot-time-picker select,
form#fields-selectd-user-reservation .ot-time-picker-fecha input {
 color: #2d333f;
 font-size: 16px;
 background-color: #ffffff;
 height: 48px;
 padding: 2px 0px 2px 15px;
 border: none;
 cursor: pointer;
}
form#fields-selectd-user-reservation .ot-party-size-picker select,
form#fields-selectd-user-reservation .ot-time-picker select {
 padding-right: 15px;
}
form#fields-selectd-user-reservation .ot-time-picker-fecha .form-group {
 margin-bottom: 0px;
}
form#fields-selectd-user-reservation button {
 border-radius: 0 2px 2px 0;
 width: 200px;
 /* float: right; */
 height: 50px;
 background-color: #da3743;
 border: none;
 color: #fff;
 font-weight: 500;
 cursor: pointer;
}

@media(max-width: 790px) {
 .cont_text {
  bottom: 35%;
  left: 0;
  text-align: center;
 }
 h1.text-fields-selectd-user-reservation {
  text-align: center !important;
  color: #fff !important;
 }
 form#fields-selectd-user-reservation {
  padding: 20px 10px;
  border-radius: 3px;
 }
 form#fields-selectd-user-reservation .ot-restaurant-picker,
 form#fields-selectd-user-reservation .ot-party-size-picker,
 form#fields-selectd-user-reservation .ot-time-picker {
  float: none;
  border-top-color: #e1d6d6;
  border-bottom-color: #e1d6d6;
 }
 form#fields-selectd-user-reservation .ot-restaurant-picker select,
 form#fields-selectd-user-reservation .ot-party-size-picker select,
 form#fields-selectd-user-reservation .ot-time-picker select {
  width: 100%;
  display: block;
 }

 .cenacolo_logo_fotter {
  display: none;
 }
}