.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 8000;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 250px;
  padding: 132px 0 76px;
  color: #fff;
  background:#1f1f1f;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -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 .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 12px;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a {background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); text-decoration: none}
    .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); }
      .rd-mobilemenu_ul a .rd-submenu-toggle::after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .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); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul::after {
    content: '';
    display: block;
    height: 20px; }
  .rd-mobilemenu_ul a img.hover2{
  	display: none;
  }
  .rd-mobilemenu_ul a div{
  	display: flex;
  	align-items: center;
  }
  .rd-mobilemenu_ul a div img{
  	width: 19px;
  	margin-right: 8px;
  }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 8001;
  background: #fff;
   }

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

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.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: #46D6D9;
  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);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{
	top:5px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 100px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(min-width:992px){
	/*#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}*/
  #sliderTop, #sliderTop .slides li{
    height: 500px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  #menu .nav{
    padding-left: 120px;
  }
  .titleCaptio2::before{
    left: -405px;
  }
  .titleCaptio1{
    font-size: 30px;
    line-height: 55px;
  }
  .titleCaptio2{
    font-size: 37px;
    line-height: 55px;
  }
  .titleCaptio3{
    font-size: 32px;
    line-height: 60px;
  }
  #menu li a{
    font-size: 18px;
    line-height:30px;
    height: 53px;
  }
  #menu li:nth-child(1) a{
    width: 45px;
  }
  #menu li:nth-child(2) a{
    width: 115px;
  }
  #menu li:nth-child(3) a{
    width: 180px;
  }
  .btnACalendario{
    width: 155px;
    font-size: 17px;
    line-height: 24px;
  }
  .contentDarkTop{
    padding-right: 81px;
  }
  .telsTop .telsTop2{
    margin-left: 66px;
  }
  #logo{
    width: 250px;
  }
  .itemDat1{
    margin-right: 110px;
  }
  .itemDat2{
    margin-right: 110px;
  }
  .itemDat3{
    margin-right: 110px;
  }
  .itemHome1-1{
    width: 270px;
    margin-right: 150px;
    margin-bottom: 45px;
  }
  .itemHome1-2{
    width: 270px;
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .itemHome1-3{
    width: 270px;
    margin-right: 150px;
  }
  .itemHome1-4{
    width: 270px;
    margin-right: 0px;
  }
  .itemHome2-2{
    padding-top: 0;
    width: calc(50% + 3px);
  }
  .itemHome2-2 figure{
    width: auto;
    margin-left: 0;
    margin-right: auto;
    margin-top: 18.5%
  }
  .itemHome2-1{
    width: calc(50% - 3px);
    padding-right: 20px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }
  .titleHome2{
    padding-right: 32px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .imgHover{
    top: calc(50% - 39px);
    left: calc(50% - 45px);
    margin-top: -22px;
  }
  #textHome3{
    padding-top: 126px;
    padding-bottom: 106px;
  }
  .itemHome3{
    width: calc(50% - 57px);
    margin-right: 114px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .itemHome3:last-child{
    margin-right: 0px;
    margin-top: 0px;
  }
  .figureHome3{
    width: 744px;
    margin-right: 0;
    margin-left: -259px;
  }
  .itemSomos1{
    margin-right: 20px;
  }
  .itemVal2{
    margin-right: 146px;
  }
  #textProductos2 .row{
    margin: 0 -24px;
  }
  #textProductos2 div[class*="col-"]{
    margin-bottom: 86px;
    padding: 0 24px;
  }
  .contentGal1 .titleGal{
    border: solid 12px #2DB9BB;
    font-size: 20px;
    line-height: 25px;
    height: 109px;
  }
  .contentEvento{
    padding-top: 24px;
    padding-left: 36px;
    padding-bottom: 27px;
    padding-right: 418px;
  }
  .nombreEventoActual{
    font-size: 50px;
    margin-bottom: 42px;
  }
  .titleEvento1{
    font-size: 28px;
    padding-left: 10px;
  }
  #resEvento .imgEvento{
    right: 25px;
    top: 25px;
    width: 350px;
  }
  .titleLugarEvento{
    margin-bottom: 47px;
  }
  .titleDescEvento{
    font-size: 16px;
    line-height: 20px;
  }
  .icoReserva{
    font-size: 18px;
  }
  .icoReserva img{
    margin-right: 13px;
    width: auto;
  }
  .icoReserva1{
    margin-right: 22px;
  }
  .contentEvento{
    min-height: 403px;
  }
}
@media(min-width:1200px){
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  #sliderTop, #sliderTop .slides li{
    height: 670px;
  }
  .sliderCntTop{
    padding-top: 0px;
  }
  .titleCaptio2::before{
    left: -518px;
  }
  .titleCaptio1{
    font-size: 30px;
    line-height: 55px;
  }
  .titleCaptio2{
    font-size: 37px;
    line-height: 55px;
  }
  .titleCaptio3{
    font-size: 32px;
    line-height: 60px;
  }
  #logo{
    width: 301px;
  }
  #menu .nav{
    padding-left: 166px;
  }
  .itemDat1{
    margin-right: 122px;
  }
  .itemDat2{
    margin-right: 121px;
    width: 258px;
  }
  .itemDat3{
    margin-right: 118px;
    width: 119px;
  }
  .itemDat4{
    width: auto;
  }
  .contentHome1{
    flex-wrap: nowrap;
  }
  .itemHome1-1{
    width: auto;
    margin-right: 28px;
    margin-bottom: 0px;
  }
  .itemHome1-2{
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .itemHome1-3{
    width: auto;
    margin-right: 55px;
  }
  .itemHome1-4{
    width: auto;
  }
  .itemHome2-2 figure{
    /*width: 677px;*/
    margin-top: 23.5%
  }
  .itemHome2-1{
    padding-right: 6px;
    padding-top: 33px;
    font-size: 18px;
    line-height: 30px;
  }
  .titleHome2{
    padding-right: 79px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .imgHover{
    top: calc(50% - 39px);
    left: calc(50% - 51px);
    margin-top: -62px;
  }
  .itemSomos1{
    margin-right: 89px;
  }
  .titleCalendar1 h2{
    font-size: 82px;
  }
  .header-calendar{
    width: 373px;
    padding-top: 28px;
  }
  .header-calendar h3{
    font-size: 40px;
  }
  .titleEvento1{
    font-size: 35px;
    margin-top: 17px;
    margin-bottom: 24px;
  }
  .icoReserva{
    font-size: 21px;
  }
  .itemReserva2 a{
    width: 217px;
    height: 43px;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 5px;
    border-radius: 15px;
  }
}
@media(min-width:1300px){
  #sliderTop, #sliderTop .slides li{
    height: 720px;
  }
}
@media(min-width:1450px){ 
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  } 
  #sliderTop, #sliderTop .slides li{
    height: 700px;
  }
}
@media(min-width:1650px){ 
  #sliderTop, #sliderTop .slides li{
    height: 949px;
  }
  .titleCaptio2::before{
    left: -427px;
  }
  .titleCaptio1{
    font-size: 48px;
    line-height: 69px;
  }
  .titleCaptio2{
    font-size: 47px;
    line-height: 69px;
  }
  .titleCaptio3{
    font-size: 58px;
    line-height: 85px;
  }
}


@media(max-width: 1199px){
  .itemHome1 figure img{
    width: 37px;
    height: auto;
  }
  .itemDat1,
  .itemDat2,
  .itemDat3{
    margin-right: 75px
  }
}



@media(max-width:991px){
	#sliderTop .flex-direction-nav .flex-prev {
		display: none;
	}
	#sliderTop .flex-direction-nav .flex-next {
		display: none;
	}
  /*.titleLugarEvento, .titleEvento1, .titleDescEvento {
    padding-right: 180px;
  }*/
  .header-col{
    padding: 0 5px;
  }
  .header-col span{
    display: none
  }
  .box-day,
  .box-dayoff{
    height: 100px;
    font-size: 35px;
  }

  .itemDat3{
    margin-right: 0;
  }
  .itemDat4{
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: visible !important;
    display: block;
    opacity: 1;
    z-index: 2
  }
  .itemDat4 .tit{
    display: none;
  }
  #redes2{
    display: flex;
    width: 100%;
    height: 36px;
    padding-left: 0;
    background:#ffffff;
    z-index: 5;
  }
  #redes2 a{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color:#ffffff;
    font-size: 18px;
    margin-right: 0;
    border-radius: 0px;
    flex-basis: 25%
  }
  #redes2 a:hover,#redes a:focus{
    text-decoration: none;
    opacity: 1;
    transform: scale(1);
  }
  /*#redes2 a img{
    display: none;
  }*/
  #redes2 .fb{
    background: #395398 !important;
  }
  #redes2 .in{
    background: #AB7F5C !important;
  }
  #redes2 .ln{
    background: #0e76a8 !important; 
  }
  #redes2 .tk{
    background: #000 !important;
  }
  #redes2 a .fa{
    display: block;
  }
  body{
    padding-bottom: 35px;
  }

  .contentHome2{
      flex-direction: column-reverse;
  }
  .itemHome2-2 {
    padding-top: 0;
    padding-bottom: 25px
  }
  .contentHome2 {
    padding-top: 47px;
  }
}
@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 35px;
	}
	#header #logo{
		display: none
	}
	#header{
		margin-top: 0px;
		height: auto;
		padding-top: 56px;
	}
  #header #topMenu{
    height: auto;
    padding-top: 0;
  }
  #topMenu::before{
    width: 0;
    height: 0;
  }
	#header #menu{
		display: none;
	}
  .sliderCntTop::before{
    width: 0;
    height: 0;
  }
  .contentDarkTop {
    height: 61px;
    padding-top: 0;
    justify-content: center;
    padding-right: 0;
  }
  .titleCaptio2::before{
    left: -380px;
  }
  .sliderCntTop{
    padding-top: 60px;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 400px;
	}	
  .sliderCntTop::before {
    left: -505px;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
	/*#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
    padding-left: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0px;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		opacity: 1;
		transform: scale(1);
	}
	#redes a img{
		display: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}*/
  .flex-control-nav {
    margin-left: 0px;
    left: 0px;
  }
  .flex-control-paging li a {
    width: 30px;
    height: 4px;
  }
    .icoMenuMovil{
    width: 15px;
  }
  .rd-mobilemenu_ul li:nth-child(2) .icoMenuMovil{
    width: 10px;
    position: relative;
    top: 4px;
    margin-right: 6px;
  }
  .rd-mobilemenu_ul li:nth-child(3) .icoMenuMovil{
    width: 12px;
    margin-right: 2px;
  }
  .contentDatFoot{
    flex-wrap: wrap;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  /*.itemDat4{
    width: calc(50% - 10px);
  }*/
  .itemHome1{
    font-size: 13px;
    line-height: 18px;
  }
  .itemHome1 .tit{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .itemHome1 figure{
    padding-right: 12px;
  }
  .figureHome1{
    padding-top: 15px;
  }
  .figureHome2{
    padding-top: 20px;
  }
  .itemHome1-1{
    width: 250px;
    margin-right: 60px;
    margin-bottom: 45px;
  }
  .itemHome1-2{
    width: 250px;
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .itemHome1-3{
    width: 250px;
    margin-right: 60px;
  }
  .itemHome1-4{
    width: 250px;
  }
  .contentHome2{
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .itemHome2-1{
    padding-right: 0;
    padding-top: 15px;
    font-size: 15px;
    line-height: 27px;
  }
  .cntBtnReservaLugar {
    padding-left: 0;
  }
  .btnHome2 {
    margin-top: 40px;
    width: 240px;
    height: 40px;
    border-radius: 22px;
    font-size: 15px;
  }
  #textSomos1{
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .titleSomos1{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    width: 289px;
    height: 50px;
  }
  .cntSomos1{
    font-size: 15px;
    line-height: 26px;
  }
  #titleValores1 .tit {
    height: 80px;
    padding-top: 8px;
    font-size: 25px;
    line-height: 39px;
  }
  .itemSomos1 {
    margin-right: 10px;
  }
  .itemVal2 {
    width: 33.333%;
    margin-right: 0px;
  }
  .itemVal2 img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
  #textSomos3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .itemSomos3a{
    width: 100%;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .itemSomos3b{
    padding-top: 35px;
    width: 100%;
    padding-left: 0px;
  }
  .itemSomos3b figure{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .titleMision div{
    font-size: 25px;
  }
  #textProductos .tit{
    font-size: 22px;
    line-height: 80px;
  }
  #textProductos2{
    padding-top: 60px;
  }
  #textCaledar1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleCalendar1 h2{
    font-size: 28px;
    width: calc(100% - 220px);
  }
  .header-calendar {
    width: 220px;
    padding-top: 0;
  }
  .header-calendar a img{
    width: 30px;
  }
  .header-calendar h3 {
    font-size: 24px;
  }
  .titleLugarEvento{
    font-size: 19px;
  }
  .titleEvento1{
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 13px;
    margin-bottom: 17px;
  }
  .cntEventoReservar{
    padding-top: 29px;
  }
  .icoReserva1 {
    margin-right: 40px;
  }
  .icoReserva{
    font-size: 15px;
  }
  .icoReserva img {
    margin-right: 10px;
    width: 25px;
  }
  
  .cntSomos1 br{
    display: none;
  }
  .btnACalendario{
    right: -25px;
  }
  .rd-mobilepanel_title {
    padding-right: 98px;
  }
  .btnACalendario {
    top: 5px;
    width: 185px;
    height: 45px;
    font-size: 20px;
    padding-bottom: 4px;
  }
  .itemReserva2{
    margin-top: 30px;
  }
}

@media(max-width:680px){
  .titleCaptio1{
    font-size: 24px;
    line-height: 40px;
  }
  .titleCaptio2{
    font-size: 20px;
    line-height: 40px;
  }
  .titleCaptio3{
    font-size: 24px;
    line-height: 40px;
  }
  #textProductos2 div[class*="col-"] {
    width: 50%;
  }
  /*.itemReserva2 {
    width: 160px;
  }
  .itemReserva1 {
    width: calc(100% - 160px);
  }*/
  .box-day, .box-dayoff {
    height: 80px;
    font-size: 28px;
    padding-right: 8px;
    padding-bottom: 0px;
  }
  .contentEvento{
    padding-right: 25px;
  }
  #resEvento .imgEvento {
    position: relative;
    right: auto;
    top: auto;
    width: 260px;
    margin-top: 20px;
  }
  .itemReserva2 {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span{
	  display: block;
	  line-height: 24px;
	  padding-bottom: 0;
	  width: 100%;
	  margin-top: 10px;
	}
  .itemHome1 figure {
    padding-right: 12px;
    width: 50px;
  }
  .textoHome1P{
    width: calc(100% - 50px);
  }
  .itemHome1-1{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemHome1-2{
    width: calc(50% - 10px);
  }
  .itemHome1-3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemHome1-4{
    width: calc(50% - 10px);
  }
  /*.itemReserva1{
    padding: 10px 0
  }
  .itemReserva1,
  .itemReserva2{
    width: 100%;
    justify-content: center;
  }
  .itemReserva2 a{
    margin: 0 auto;
  }*/
  #resEvento .imgEvento {
    position: static;
    text-align: center;
    padding-top: 15px;
  }
  .contentEvento {
    padding-right: 25px;
  }
  .cntEventoReservar{
    justify-content: center;
    align-items: center;
  }
  .itemReserva2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  #redes{
    display: none;
  }
}
@media(max-width: 580px){
  .itemDat1,
  .itemDat2,
  .itemDat3{
    width: 100%;
    margin-right: 0 !important;
  }
}
@media(max-width:540px){
}
@media (max-width: 520px) {
  #resEvento .imgEvento{
    margin-left: auto;
    margin-right: auto;
  }
  .itemReserva1 {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    justify-content: center;
  }
  .itemReserva2{
    margin-top: 20px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
  .itemDat1{
    width: 100%;
    margin-right: 20px;
  }
  .itemDat2{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat3{
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .itemDat4{
    width: 100%;
  }
  .itemHome1 br{
    display: none;
  }
  .titleCalendar1 h2{
    font-size: 20px;
    width: calc(100% - 190px);
  }
  .header-calendar {
    width: 190px;
    padding-top: 0;
  }
  .header-calendar a img{
    width: 25px;
  }
  .header-calendar h3 {
    font-size: 20px;
  }
  .btnACalendario {
    right: -50px;
    /*top: 15px;
    width: 105px;
    height: 27px;
    border-radius: 14px;
    font-size: 12px;*/
  }
  .rd-mobilepanel #logoMovil {
    right: 40px;
  }
  .rd-mobilepanel_title {
    padding-right: 70px;
  }
}
@media(max-width:480px){
	#footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
  .itemHome1 .tit {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .itemHome1 {
    font-size: 12px;
    line-height: 17px;
  }
  .itemHome1 figure {
    padding-right: 7px;
    width: 40px;
  }
  .textoHome1P{
    width: calc(100% - 40px);
  }
  .itemHome2-2 figure {
    width: 100%;
  }
  .figureHome3 {
    width: 100%;
  }
  
  .header-col{
    font-size: 13px;
  }
  .contenCalendar1 .row div[class*="col-"] {
    padding: 0 2.5px;
  }
  .titleLugarEvento, .titleEvento1, .titleDescEvento {
    padding-right: 0;
  }
  .cntEventoReservar {
    padding-top: 9px;
  }
}

@media(max-width:420px){
  #footer .contentFooter{
    min-height: 145px;
  }
  .titleCaptio1{
    font-size: 18px;
    line-height: 40px;
  }
  .titleCaptio2{
    font-size: 18px;
    line-height: 40px;
  }
  .titleCaptio3{
    font-size: 18px;
    line-height: 40px;
  }
  .telsTop a{
    font-size: 13px;
  }
  .itemHome1-1{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome1-2{
    width: 100%;
  }
  .itemHome1-3{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome1-4{
    width: 100%;
    margin-top: 45px;
  }
  .titleHome2{
    font-size: 17px;
    margin-bottom: 40px;
  }
  .itemVal2 {
    width: 50%;
    margin-right: 0px;
  }
  #textProductos2 div[class*="col-"] {
    width: 100%;
  }
  .contentGal1{
    max-width: 220px;
  }
  .titleCalendar1 h2{
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .header-calendar {
    width: 100%;
    padding-top: 40px;
  }
  .header-calendar a img{
    width: 25px;
  }
  .header-calendar h3 {
    font-size: 20px;
  }
  .nombreEventoActual {
    font-size: 19px;
  }
  .titleEvento1 {
    font-size: 17px;
  }
}

@media(max-width: 400px){
  .telsTop {
    flex-direction: column;
    padding-top: 15px;
  }
  .telsTop a {
    line-height: 23px;
  }
}

@media(max-width: 380px){
   .itemReserva1, .itemReserva2 {
      flex-direction: column;
      align-items: center;
    }
    .icoReserva {
      margin-bottom: 10px;
    }
    .btnACalendario {
      width: 155px;
    }
}
@media(max-width:365px){
  .telsTop a{
    font-size: 12px;
  }
  .itemSomos3b figure{
    width: 100%;
  }
}