/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
	font-family: 'Open Sans', sans-serif !important;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
ul.rd-mobilemenu_ul {
  position: fixed;
  top: -66px;
  left: 0;
  bottom: -35px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: rgba(0,0,0,0.9);
  font-size: 14px;
  line-height: 20px;
	font-weight: 600 !important;
  padding-left:0 !important;
  overflow: auto;
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active ul.rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); 
  background: url('../images/inicio/background-1.jpg') center top;
  background-position: 0 0;
	background-size: auto 100%;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.3);
}
ul.rd-mobilemenu_ul a {  display: block; padding: 10px 25px 12px; color:#b73a40; font-weight:600; text-decoration: none !important}
ul.rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
ul.rd-mobilemenu_ul a.active {background: #b73a40; color:#fff; }
ul.rd-mobilemenu_ul a:hover { background: #b73a40; color:#fff;}
ul.rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      ul.rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      ul.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    ul.rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      ul.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  ul.rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  ul.rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  ul.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 56px;
  color: #000;
  z-index: 99999991;
  background: transparent;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 78px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: #b73a40;
  top: 2px;
  left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  margin-bottom: 0 !important;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, 
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, 
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, 
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rd-mobilepanel_title{padding: 8px 0 0 !important;height: 56px !important;}
.rd-mobilepanel_title #logo img{
	max-width: 140px;
	display: block;
	height: auto;
	position: relative;
	top: -2px;
}
@media (min-width: 576px){
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .container {
    max-width: 960px;
  }
  #menuTop .logo {
    height: 84px;
    left: 15px;
    padding-right: 34px;
  }
  #menuTop .logo a{
    font-size: 40px;
    line-height: 84px;
  }
   #menuTop #menu{
    left: 320px;
  }
  #menuTop #menu li{
    padding: 0 10px;
  }
  #menuTop ul a{
    font-size: 16px;
  }
  #winConfirmar{
    width: 173px;
    height: 43px;
    font-size: 16px;
  }
  .captionBanner{
    bottom: 100px;
    margin-right: -470px;
  }
  .captionBanner h1{
    font-size: 100px;
  }
  .captionBanner h2{
    font-size: 27px;
  }
  #countdown-timer span.circle{
    width: 180px;
    height: 179px;
    line-height: 175px;
    font-size: 72px;
  }
  #countdown-timer #countdown span:first-child{
    margin-left: 0;
  }
  #countdown-timer span.day,
  #countdown-timer span.hour,
  #countdown-timer span.min,
  #countdown-timer span.sec{
    margin: 0 20px 0;
  }
  #countdown-timer span.sec{margin-right:0}
  #home-text1{
    padding: 95px 0;
    font-size: 20px;
    line-height: 26px;
  }
  #home-text3 .col{
    width: 50%;
    flex-basis: 0;
  }
  #home-text3 .col article,#home-text3 .col:first-child article{
    height: 876px;
  }
  #home-text3 .bg{
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
  }
  .cntItemText3{
    justify-content: flex-start;
  }
  #home-text3 .itemHometext3 {
    height: 318px;
    width: 215px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3b{
    margin-bottom: 28px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3c{
    margin-right: 20px;
  }
  #home-text3 .itemHometext3 figure img{
    width: 90px;
  }
  #home-text4{
    background: url('../images/bg4.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
  }
  .titleHome4{
    padding-left: 10px;
    font-size: 60px;
    text-align: left;
  }
  .imghome4{
    display: none;
  }
  .contentHome4{
    height: 653px;
    display: flex;
    align-items: center;
    padding-right: 50%;
  }
  .itemHome5{
    width: calc(50% - 29px);
  }
  .itemHome5a{
    margin-right: 58px;
  }
  .contLugares .bodyLugares{
    padding-left: 25px;
  }
  .titleItemHome5{
    font-size: 24px;
  }
  .dirItemHome5{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .titleMesa{
    font-size: 55px;
  }
  .textoMesa{
    font-size: 24px;
  }
  #barraConfirmar a{
    font-size: 36px;
    padding: 45px 25px;
    line-height: 36px;
  }
}
@media (min-width: 1280px){
  .container {
    max-width: 1246px;
  }
  #menuTop .logo {
    height: 84px;
    left: 28px;
    padding-right: 34px;
  }
  #menuTop .logo a{
    font-size: 60px;
    line-height: 84px;
  }
  #menuTop #menu{
    left: 460px;
  }
  #menuTop #menu li{
    padding: 0 18.5px;
  }
  .captionBanner{
    bottom: 100px;
    margin-right: -570px;
  }
  .captionBanner h1{
    font-size: 130px;
  }
  .captionBanner h2{
    font-size: 30px;
  }
  #countdown-timer span.circle{
    width: 215px;
    height:214px;
    line-height: 210px;
  }
  #home-text1{
    padding: 115px 0;
    font-size: 24px;
    line-height: 28px;
  }
  #home-text3 .bg{
    padding-left: 30px;
  }
  #home-text3 .itemHometext3 {
    height: 318px;
    width: 280px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3b{
    margin-bottom: 28px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3c{
    margin-right: 20px;
  }
  #home-text3 .itemHometext3 figure img{
    width: auto;
  }
  .contLugares .bodyLugares{
    padding-left: 45px;
  }
  .titleItemHome5{
    font-size: 30px;
  }
  .dirItemHome5{
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media(min-width: 1450px){
  .container{
    width: 1430px;
  }
  #menuTop #menu li{
    padding: 0 18.5px;
  }
  #winConfirmar{
    width: 173px;
    height: 43px;
    font-size: 16px;
    line-height: 42px;
    top: 60px;
    right: 90px;
  }
  .captionBanner{
    bottom: 100px;
    margin-right: -692px;
  }
  .captionBanner h1{
    font-size: 150px;
  }
  .captionBanner h2{
    font-size: 36px;
  }
  #home-text1 span{
    display: block;
  }
  #home-text3 .bg{
    padding-left: 55px;
  }
  #home-text3 .itemHometext3 {
    height: 318px;
    width: 304px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3b{
    margin-bottom: 38px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3c{
    margin-right: 30px;
  }
  .container{
    margin:auto; 
    position:relative; 
    color:#757575; 
    max-width: 1430px;
  }
}

@media(max-width: 767px){
  #menuTop #menu, #menuTop #menu ul, #menuTop #menu li, #menuTop #menu a{
    display: none;
  }
  #menuTop .logo {
    height: auto;
    left: calc(50% - 76px);
    top: 25px;
    padding-right: 0;
    border-right: 0;
  }
  #menuTop .logo a{
    font-size: 25px;
    line-height: 35px;
  }
  #winConfirmar {
    width: 140px;
    top: 75px;
    right: auto;
    left: calc(50% - 70px);
  }
  #header{
    height: 150px;
  }
  .captionBanner {
    right: 50%;
    bottom: 100px;
    margin-right: -310px;
  }
  .captionBanner h1{
    font-size: 65px;
  }
  .captionBanner h2{
    font-size: 20px;
  }
  #areaContador {
    background: url('../images/bgContador.jpg') 0 0 no-repeat #edeff1;
    background-size: cover;
    padding: 75px 0;
  }
  #countdown-timer span.timer-text{
    font-size: 18px;
  }
  #home-text2 .col{
    width: 100%;
    flex-basis: auto;
  }
  #home-text2 .img{
    background: url('../images/home-1.jpg') left center no-repeat;
    background-size: cover;
    height: 400px !important;
  }
  #home-text3 .bg{
    padding-left: 15px;
    padding-right: 15px;
  }
  .titleHome4{
    font-size: 45px;
  }
  #barraConfirmar {
    padding: 52px 20px;
  }
  #barraConfirmar a{
    font-size: 22px;
  }
  #divMesa{
    background: url('../images/bg5.jpg') right center no-repeat;
    background-size: cover
  }
  .contentMesa{
    padding: 100px 0;
    height: auto;
    padding-left: 0%;
  }
  #bgmesas1-1{
    background: url('../images/home5.jpg') top center no-repeat;
    background-size: cover;
    height: 300px;
  }
}
@media(max-width: 680px){
  .captionBanner {
    right: 50%;
    bottom: 60px;
    margin-right: -220px;
  }
  .captionBanner h1{
    font-size: 45px;
  }
  .captionBanner h2{
    font-size: 18px;
  }
  #areaContador{
    padding: 75px 0;
  }
  #countdown-timer #countdown span:first-child{
    margin-left: 0;
  }
  #countdown-timer span.day,
  #countdown-timer span.hour,
  #countdown-timer span.min,
  #countdown-timer span.sec{
    margin: 0 6px 0;
    padding: 14px 0 0px 0;
    font-size: 30px;
  }
  #countdown-timer span.circle{
    width: 100px;
    height:99px;
    line-height: 95px;
    font-size: 40px;
  }
  #countdown-timer span.sec{margin-right:0}
  #home-text1 {
    padding: 60px 0;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3b,
  #home-text3 .itemHometext3c,#home-text3 .itemHometext3d{
    margin-right: 30px;
    margin-left: 30px;
  }
  .itemHometext3c{
    margin-bottom: 38px;
  }
  .textItemLine4{
    font-size: 20px;
  }
  .titleHome5{
    font-size: 20px;
  }
  .titleHome5 strong{
    font-size: 45px;
  }
  .titleItemHome5{
    font-size: 24px;
  }
  .dirItemHome5{
    font-size: 18px;
  }
}
@media(max-width: 600px){
  #areaContador{
    padding: 55px 0;
  }
  #countdown-timer #countdown span:first-child{
    margin-left: 0;
  }
  #countdown-timer span.day,
  #countdown-timer span.hour,
  #countdown-timer span.min,
  #countdown-timer span.sec{
    margin: 0 4px 0;
    padding: 10px 0 0px 0;
    font-size: 24px;
  }
  #countdown-timer span.circle{
    width: 70px;
    height:69px;
    line-height: 65px;
    font-size: 30px;
  }
  #countdown-timer span.sec{margin-right:0}
  #countdown-timer span.timer-text{
    font-size: 14px;
  } 
  .titleItemHome5{
    font-size: 20px;
  }
  .dirItemHome5{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contLugares .bodyLugares{
    padding-left: 25px;
  }
  .contentMesa{
    padding: 80px 0;
  }
  #bgmesas1-1{
    height: 220px;
  }
}
@media(max-width: 480px){
  .captionBanner {
    right: 50%;
    bottom: 60px;
    margin-right: -180px;
  }
  .captionBanner h1{
    font-size: 35px;
  }
  .captionBanner h2{
    font-size: 16px;
  }
  #home-text2 .col .item .title {
    font-size: 40px;
  }
  #home-text2 .col .item .text {
    font-size: 20px;
  }
  #home-text3 .itemHometext3a,#home-text3 .itemHometext3b,
  #home-text3 .itemHometext3c,#home-text3 .itemHometext3d{
    margin-right: 0px;
    margin-left: 0px;
  }
  .titleHome4 {
    font-size: 35px;
  }
  .textItemLine4 {
    font-size: 18px;
    line-height: 26px;
  }
  .titleItemHome5{
    font-size: 18px;
  }
  .dirItemHome5{
    font-size: 14.5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contLugares .bodyLugares{
    padding-left: 20px;
  }
  .contLugares a{
    width: 100px;
    height: 27px;
    font-size: 14px;
  }
  .contentMesa{
    padding: 60px 0;
  }
  .titleMesa{
    font-size: 40px;
  }
  .textoMesa{
    font-size: 18px;
  }
}
@media(max-width: 420px){
  .titleItemHome5{
    font-size: 16px;
  }
  .dirItemHome5{
    font-size: 13.5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contLugares .bodyLugares{
    padding-left: 15px;
    padding-right: 10px;
  }
  .contLugares a{
    width: 80px;
    height: 25px;
    font-size: 14px;
  }
  .form-group.w50 {
    width: 100%;
  }
}
@media(max-width: 400px){
  .captionBanner {
    right: 50%;
    bottom: 30px;
    margin-right: -150px;
  }
  .captionBanner h1{
    font-size: 30px;
  }
  .captionBanner h2{
    font-size: 14px;
  }
  #areaContador{
    padding: 35px 0;
  }
  #countdown-timer #countdown span:first-child{
    margin-left: 0;
  }
  #countdown-timer span.day,
  #countdown-timer span.hour,
  #countdown-timer span.min,
  #countdown-timer span.sec{
    margin: 0 4px 0;
    padding: 10px 0 0px 0;
    font-size: 20px;
  }
  #countdown-timer span.circle{
    width: 55px;
    height:54px;
    line-height: 50px;
    font-size: 24px;
  }
  #countdown-timer span.sec{margin-right:0}
  #countdown-timer span.timer-text{
    font-size: 13px;
  } 
  #home-text3 .itemHometext3{
    height: 318px;
    width: 290px;
  }
  .textItemLine4 {
    font-size: 16px;
    line-height: 24px;
  }
  .titleItemHome5{
    font-size: 15px;
  }
  .dirItemHome5{
    font-size: 12.5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contLugares .bodyLugares{
    padding-left: 15px;
    padding-right: 10px;
  }
  #barraConfirmar a{
    font-size: 18px;
  }
}