@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1280px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}

#header{
	width: 100%;
	z-index: 3;
	height: 112px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0;
}
body[data-page="2"] #header{
	height: 170px;
	background: url('../images/banner/s1.webp') top center no-repeat;
	background-size: cover;
}
#bajarSl{
	margin-top: 170px;
}
#topMenu{
	height: 112px;
	width: 100%;
}
#logo{
	display: block;
	width: 90px;
	position: absolute;
	top: 35px;
	left: 15px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#menu{
	margin: auto;
	position: absolute;
	right: 150px;
	top: 70px;
	height: 33px;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	display: block;
	float: left;
	position: relative;
	padding: 0 5px;
	height: 33px;
	display: flex;
	align-items: flex-end;
}
#menu li a{
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 11.5px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
	height: 33px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 33px;
	letter-spacing: 0.25px;
	text-align: center;
}
#menu li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    transform: scaleX(0);
    position: absolute;
    z-index: 0;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#menu li a::after{
    display: block;
    content: "";
    width: 22px;
    height: 1px;
    left: calc(50% - 11px);
    bottom: -1px;
    transform: scaleX(0);
    position: absolute;
    z-index: 0;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	float: right;
	padding-right: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#fff;
	background: none;
}
#menu li.active a::before, #menu li a:hover::before, 
#menu li a:focus::before,#menu li.active a::after, #menu li a:hover::after, 
#menu li a:focus::after{
   transform: scaleX(1);
}
#winConfirmar{
	position: absolute;
	width: 125px;
	height: 40px;
	font-size: 10px;
	font-family: 'Lora', serif;
	text-align: center;
	background: #c0b99d;
	letter-spacing: -0.25px;
	color: #FFF;
	border-radius: 5px;
	line-height: 40px;
	top: 68px;
	text-transform: uppercase;
	right: 15px;
	cursor: pointer;
	overflow: hidden;
}
.winConfirmar{
	cursor: pointer;
}
.winConfirmar:hover,.winConfirmar:focus{
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.winConfirmar::after,
.winConfirmar::before{
	width: 25px;
	height: 200px;
	content: '';
	display: block;
	background: rgba(255,255,255,0.5);
	transform: rotate(45deg);
	top: -60px;
	position: absolute;
	transition: none;
	right:-70%;
	cursor: pointer;
}
.winConfirmar::before{
	left: -100%;
}
.winConfirmar:hover::after,
.winConfirmar:hover::before{
	transform: rotate(45deg), scaleX(130%);
	background: rgba(255,255,255,0.1);
	transition: all ease 0.5s;
}

.winConfirmar:hover::after{
	right: 140%;
}
.winConfirmar:hover::before{
	left: 130%;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #444444;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	float: none;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: none;
	display: flex;
	align-items: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	height: 450px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 450px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
	background-repeat: no-repeat;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.sliderCntTop{
	width: 100%;
	position: relative;
}
.sliderCntTop .captionCount{
	position: relative;
}
.sliderCntTop .captionCount::before{
	content: '';
	position: absolute;
	width: 1578px;
	height: 580px;
	background: url('../images/banner/shadow.png') center no-repeat;
	background-size: cover;
	top: calc(50% - 290px);
	left: calc(50% - 789px);
}
#countdown-timer{
	position: relative;
	z-index: 2;
}
#countdown-timer #countdown span:first-child{
	margin-left: auto;
	margin-right: auto;
}
#countdown-timer span.day,
#countdown-timer span.hour,
#countdown-timer span.min,
#countdown-timer span.sec{
  display: inline-block;
  margin: 0 10px 0;
  padding: 14px 0 0px 0;
  font-size: 41px;
	color:#FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}
#countdown-timer span.circle{
	display: block;
  width: 90px;
	height:90px;
	line-height: 90px;
	background: url('../images/banner/bgContador.png') 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#countdown-timer span.sec{margin-right:0}
#countdown-timer span.timer-text{
  display: block;
  font-size: 15px;
  color: #fff;
	font-family: 'Lara', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.75px;
	text-align: center;
	padding-top: 15px;
}
.fechaBodaSlider{
	font-family: 'Imperial Script', cursive;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	color: #d2cdb8;
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left: 50%;
	width: auto;
	margin-left: 345px;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 7px 0 !important;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255,255,255,1);
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px transparent !important;
  border-radius:50%;
}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active{
	background: #f3a81e;
}

#main{
	overflow: hidden
}
#icoWa{
	background: url('../images/icoWha.png') center no-repeat;
	background-size: contain;
	width: 180px;
	height: 65px;
	position: fixed;
	bottom: 85px;
	right: 0px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	padding: 92px 0;
}
#textHome1 .tit{
	color: #383838;
	font-family: 'Imperial Script', cursive;
	font-size: 60px;
	line-height: 59px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
}
#textHome1 .tit span{
	font-size: 36px;
}
#textHome2{
	padding-top: 70px;
	padding-bottom: 70px;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome2{
	width: 50%;
}
.titleHome2a{
	font-family: 'Lora', sans-serif;
	font-weight: 700;
	color: #616161;
	font-size: 30px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 15px;
}
.itemHome2a{
	padding-right: 20px;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.texto1Home2a{
	margin-bottom: 13px;
}
.itemHome2 img{
	margin-left: auto;
	margin-right: 0;
}
#textHome3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fafafa;
	padding-top: 12px;
	position: relative;
}
.itemHome3{
	width: 25%;
	margin-bottom: 12px;
	position: relative;
}
.itemHome3::before{
	content: '';
	position: absolute;
	top: 0;
	right: -6px;
	width: 12px;
	height: 100%;
	background: #fafafa;
	z-index: 2;
}
.itemHome3:last-child::before{
	width: 0;
	height: 0;
}
#textHome3::before,#textHome3::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: #fafafa;
	z-index: 2;
}
#textHome3::after{
	left: auto;
	right: 0;
}
#textHome4{
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
}
.contentHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 623px;
}
.itemHome4b{
	padding-left: 93px;
	margin-left: 60px;
	position: relative;
}
.itemHome4b::before{
	content: '';
	position: absolute;
	top: calc(50% - 107px);
	left: 0;
	width: 2px;
	height: 214px;
	background: url('../images/inicio/linea.png') center no-repeat;
	background-size: cover;
}
.titleHome4{
	color: #383838;
	font-family: 'Imperial Script', cursive;
	font-weight: 400;
	font-size: 45px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 27px;
	padding-bottom: 14px;
	position: relative;
}
.titleHome4::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: calc(50% - 102px);
	width: 204px;
	height: 8px;
	background: rgba(95, 88, 58, 0.25);
	border-radius: 4px;
}
.texto1Home4{
	color: #383838;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-align: center;
}
#textHome5{
	padding-top: 62px;
	padding-bottom: 69px;
}
.contentHome5{
	position: relative;
	padding-left: calc(50% + 60px);
	height: 712px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.contentHome5::before{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 540px;
	right: calc(50% - 9px);
	background: url('../images/inicio/fondo3.webp') center no-repeat;
	background-size: cover;
}
.titleHome5{
	font-family: 'Imperial Script', cursive;
	color: #a49e84;
	font-weight: 600;
	font-size: 45px;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
}
.subtitleHome5{
	color: #616161;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 26px;
	margin-bottom: 65px;
}
.titleSeccionHome5-1{
	color: #616161;
	font-family: 'Imperial Script', cursive;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 400;
	padding-left: 24px;
	border-left: solid 4px #d2cdb8;
}
.titleSeccionHome5-2{
	font-family: 'Lora', serif;
	color: #616161;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 28px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.btnHome5{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 5px;
	width: 120px;
	height: 36px;
	background: #c0b99d;
	margin-left: 28px;
}
.btnHome5:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
.titleSeccionHome5-1m2{
	margin-top: 76px;
	margin-bottom: 85px;
}
.titleSeccionHome5-1 span{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
}
#textHome6{
	background: url('../images/inicio/fondo4a.webp') center no-repeat;
	background-size: cover;
	height: 776px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentHome6{
	width: 100%;
	background: rgba(220, 213, 186, 0.8);
	padding-top: 57px;
	padding-bottom: 53px;
}
.contentHome6 .container{
	text-align: center;
}
.titleHome6{
	color: #2b2b2b;
	font-family: 'Imperial Script', cursive;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 400;
}
.subtitleHome6{
	color: #2b2b2b;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.subtitleHome6 span{
	font-size: 23.88px;
	text-transform: uppercase;
}
.btnHome6{
	margin-left: auto;
	margin-right: auto;
	color: #2b2b2b;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	width: 186px;
	height: 53px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-bottom: 71px;
}
.btnHome6:hover{
	color: #2b2b2b;
	text-decoration: none;
	opacity: 0.85;
}
.titleHome6 span{
	font-size: 24px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
}
#textHome7{
	padding-top: 115px;
}
.titleHome7{
	color: #383838;
	font-family: 'Imperial Script', cursive;
	font-size: 72px;
	font-weight: 400;
	line-height: 65px;
	letter-spacing: 0px;
	text-align: center;
}
.subtitleHome7{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	color: #383838;
	margin-bottom: 50px;
}
#hospedaje{
	padding-bottom: 27px;
}
.rowhoteles{
	margin: 0 -33.5px;
}
.rowhoteles div[class*="col-"]{
	padding: 0 33.5px;
	margin-bottom: 70px;
	width: 50%;
}
.contentHome7{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
}
.home7{
	background: #edeadc;
	padding-bottom: 27px;
	max-width: 372px;
	margin-left: auto;
	margin-right: auto;
}
.itemHome7 figure{
	position: relative;
}
.itemHome7 figure .icoHotel{
	position: absolute;
	bottom: -21px;
	right: 24px;
}
.itemHome7:last-child{
	margin-right: 0;
}
.titleHotel1{
	color: #363636;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 38px;
	padding: 0 5px;
}

.titleHotel2{
	color: #616161;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.25px;
	margin-bottom: 42px;
}
.itemHome7 a{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 39px;
	border-radius: 5px;
	background: #c0b99d;
	margin-left: auto;
	margin-right: auto;
}
.itemHome7 a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
#textHome8{
	background: url('../images/inicio/fondo5.webp') center no-repeat;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 144px;
}
.titleHome8{
	color: #4b4b4b;
	font-family: 'Imperial Script', cursive;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 37px;
	position: relative;
}
.contentHome8{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.itemHome8{
	margin-right: 24px;
	background: #eae9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 613px;
	height: 238px;
	mix-blend-mode: multiply;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 48px;
	color: #4b4b4b;
}
.itemHome8:last-child{
	margin-right: 0;
}
.itemHome8 img{
	mix-blend-mode: multiply;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
}
.itemHome8 img.img2{
	margin-bottom: 0px;
}
.itemHome8 a{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 39px;
	border-radius: 5px;
	background: #c0b99d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}
#textHome9{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	position: relative;
}
.itemHome9{
	position: relative;
}
.itemHome9::before{
	content: '';
	position: absolute;
	top: 0;
	right: -6px;
	background: #fff;
	width: 12px;
	height: 100%;
	z-index: 2;
}
.itemHome9:last-child::before{
	right: 0;
}
#textHome9::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.fancybox-skin {
  position: relative;
  background: #fff;
}

#winPasos {
  padding: 30px 15px;
  text-align: center;
  overflow: hidden;
  height: 438px;
}
#winPasos{padding: 30px 15px; text-align: center; overflow: hidden; height: 400px}
#winPasos img{display: block; margin: auto}
#winPasos .lbl{
	font-family: Verdana," sans-serif"; 
	font-size: 15px; 
	color: #141414; 
	line-height: 24px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.cntBtns{text-align: center; width: 302px; margin: auto}
.cntBtns a{display: inline-block; background: #191e24; width: 103px; height: 36px; text-align: center; color: #FFF; font-family: Verdana," sans-serif"; font-size: 13px; text-decoration: none; cursor: pointer; line-height: 34px; margin: 0 3px; color: #FFF;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
		border-radius: 2px;
}
.cntBtns a:hover{opacity: 0.75}
.cntBtns input{display: inline-block; height: 36px; border:solid 1px #cfcfcf; width: 207px; float: left; padding: 0 15px; font-family: Verdana," sans-serif"; font-size: 11px; color: #878787}
.cntBtns2 a{
	float: right; width: 95px; margin: 0;
	color: #FFF !important;
	-webkit-border-radius: 0 2px 2px 0;
   -moz-border-radius: 0 2px 2px 0;
		border-radius: 0 2px 2px 0;
}
/*#winPasos .paso{display: none}*/
#winPasos[data-p="1"] #p1{display: block}
#winPasos[data-p="2"] #p2{display: block}
#winPasos[data-g="Novio"] #p2 figure#img1{display: block}
#winPasos[data-g="Novia"] #p2 figure#img2{display: block}
#bgConfirmar{
	padding-top: 25px;
}
.maxw740{max-width: 500px !important; margin: auto; padding-left: 15px; min-height: 350px; padding-top: 65px; position: relative}
.imgNovio{
	background:url(../images/pasos/novio-novia.jpg) 0 0 no-repeat; 
	margin-top: 35px !important; 
	padding-left: 310px;
}
/*.imgNovia{background:url(../images/pasos/fig3.jpg) 0 0 no-repeat;}*/
.titConfirma{
	background: #ededed; 
	height: auto; 
	border: solid 1px #cfcfcf; 
	font-family: Verdana," sans-serif"; 
	font-size: 15px; 
	color: #141414; 
	line-height: 24px; 
	padding-left: 20px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}
.tblConfirmar th{height: 32px; vertical-align: middle; padding: 5px 15px; font-weight: 400}
.tblConfirmar th.bg{background: #ededed; border:solid 1px #cfcfcf; font-family: Verdana," sans-serif"; font-size: 12px; color: #575757; text-align: center;}
.tblConfirmar .space{width: 18px;}
.tblConfirmar td{ height: 32px; vertical-align: middle; font-family: Verdana," sans-serif"; font-size: 12px; text-align: center; color: #575757}
.tblConfirmar .trDat td{padding-top: 15px}
.tblConfirmar .tleft{text-align: left !important; padding: 5px 15px;}
.nBorderRight{border-right: none !important}
.nBorderLeft{border-left: none !important}
.tblConfirmar .nBorderRight{padding-right: 15px !important;}
.tblConfirmar .nBorderLeft{padding-left: 15px !important;}
.spanRadio{display: inline-block; background: url(../images/chk.png) 0 0; width: 20px; height: 20px;}
.sepConfirma{display: block; height: 1px; background: #d1d2d3}
.row.mlr2{margin: 0 -3px; padding-top: 22px}
.form-group{margin-bottom: 7px;}
.form-group.w50{width: 50%; float: left; }
.form-group div{padding: 0 3px; position: relative}
.form-group input,
.form-group textarea{
	display: block; 
	border: solid 1px #d4d4d4; 
	width: 100%; 
	height: 43px; 
	line-height: 20px; 
	font-family: Arial," sans-serif"; 
	font-size: 12px; 
	color: #8a8a8a; 
	padding: 0 15px 0 50px
}
.icon{width: 37px; display: block; height: 43px; background:url(../images/iconos.jpg); position: absolute;}
.icon-tel{background-position: 0 0}
.icon-cel{background-position: right top;}
.form-group textarea{height: 71px; padding: 10px 15px}
.cntSubmit{width: 283px; padding-left: 3px; padding-bottom: 55px}
.cntSubmit input{height: 36px; background: #d61e3d; width: 100%; 
	font-family: Verdana," sans-serif"; font-size: 13px; color: #FFF; text-align: center; border: solid 1px #d61e3d;
	cursor: pointer;
-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
.cntSubmit input:hover{background: #FFF; color: #d61e3d}
#frmConfirmar textarea{
	margin-bottom: 20px
}
.vestimenta{
	padding: 15px 0;
	line-height: 20px; 
	font-family: Verdana," sans-serif";
	font-size: 12px;
	color: #575757;
}
.vestimenta strong{
	display: block;
	background: #ededed;
	border: solid 1px #cfcfcf;
	font-family: Verdana," sans-serif";
	font-size: 12px;
	color: #575757;
	text-align: left !important;
	padding: 3px 15px;
	height: 32px;
	margin-bottom: 10px
}
#winGracias{position: relative; overflow: hidden; padding-top: 15px}
#winGracias .lbl1{font-family: 'Ms Madi', cursive; text-align: center; font-size: 46px; color: #525252; line-height: 70px;}
#winGracias img{display: block; margin: auto}
#winGracias .img2 img{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 1px;
}
#winGracias .lbl2{font-family:Arial," sans-serif"; text-align: center; font-size: 14px; color: #737373; padding: 15px 0 15px}
#winGracias .lbl3{font-family: 'Open Sans', sans-serif; text-align: center; font-size: 19px; color: #454545; padding: 8px 0 5px}
#winGracias .loading2{padding-top: 12px}
#winGracias .loading2 img{
	display: block;
	-webkit-animation: 1.5s rotate linear infinite;
	animation: 1.5s rotate linear infinite;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}}
	@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
#barraConfirmar{
	padding: 52px 59px;
}
#barraConfirmar a{
	display: block;
	background: #bcac82;
	text-align: center;
	color: #FFF;
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	padding: 35px 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
}

#textRestaurante{
	background: url('../images/inicio/fondo6.webp') center no-repeat;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 124px;
}
.contentRestaurante{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.itemRestau1{
	width: calc(50% - 33px);
	margin-right: 66px;
}
.itemRestau1:last-child{
	margin-right: 0;
}
.titleRes1{
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #373737;
	text-align: left;
	margin-bottom: 35px;
}
.contRes1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.itemRes1a{
	width: calc(50% - 7px);
	margin-right: 14px;
	margin-bottom: 15px;
}
.itemRes1a:nth-child(2n + 2){
	margin-right: 0;
}
.contRes1a::before{
	content: '';
	position: absolute;
	top: 0;
	right: -31px;
	width: 2px;
	height: calc(100% - 15px);
	background: #6a6a6a;
}
#textSalones{
	background: url('../images/inicio/fondo7.webp') center no-repeat;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 85px;
}
#textSalones .row{
	margin: 0 -10px;
}
#textSalones div[class*="col-"]{
	margin-bottom: 45px;
	padding: 0 10px;
}
#textSalones figure{
	margin-right: auto;
	margin-left: auto;
	max-width: 359px;
}
.cntSA{
	padding: 0 15px;
}
.contentSalon1{
	max-width: 1603px;
	margin-right: auto;
	margin-left: auto;
}
.contentSalon1 figure span{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 39px;
	border-radius: 5px;
	background: #b0a680;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}
.contentSalon1 figure a:hover,.contentSalon1 figure a:focus{
	text-decoration: none;
}
.contentSalon1 figure a:hover span,.contentSalon1 figure a:focus span{
	opacity: 0.9;
}