@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inspiration&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
*{
}

.container:before,
.container:after{display:block; content:""; clear:both;}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	min-width: 320px;
	overflow-x: hidden;
}
#header li{
	list-style: none;
}
#wrap{
	overflow: hidden;
}
#header{
	position: relative;
	height: 164px;
	z-index: 1;
	background: url('../images/bgHeader.jpg') center top;
}
#menuTop{
	position: relative;
}
#menuTop .container{
	height: inherit;
	position: relative;
}
#menuTop .logo{
	height: 84px;
	position: absolute;
	left: 15px;
	top: 42px;
	z-index: 1;
	margin: 0;
	padding-right: 15px;
	border-right: solid 5px #d6be7c;
}
#menuTop .logo a{
	display: block;
	font-family: 'Ms Madi', cursive;
	font-size: 26px;
	color: #616161;
	line-height: 84px;
	text-decoration: none;
}
#menuTop #menu{
	position: absolute;
	left: 200px;
	top: 70px;
	z-index: 1;
	margin: 0;
}

#menuTop #menu,
#menuTop #menu ul,
#menuTop #menu li,
#menuTop #menu a{
	display: block;
	height: inherit;
}
#menuTop #menu ul{
	padding-left: 0
}
#menuTop #menu li{
	padding: 0 5px;
	text-align: left;
	float: none;
	display: inline-block;
}
#menuTop #menu li:first-child{
	padding-left: 0px;
}
#menuTop ul a{
	color: #2f2e2e;
	padding: 0;
	font-family: 'Cormorant Garamond', serif;
	position: relative;
	font-size: 14.5px;
	cursor: pointer;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	text-decoration: none !important;
}
#menuTop ul a:hover,
#menuTop ul li.active a{
	color: #000;
	text-decoration: underline;
}
#winConfirmar{
	position: absolute;
	width: 125px;
	height: 43px;
	font-size: 13.5px;
	font-family: 'Cormorant Garamond', serif;
	text-align: center;
	background: #bcac82;
	color: #FFF;
	border-radius: 6px;
	line-height: 42px;
	top: 60px;
	right: 15px;
	cursor: pointer;
}
.winConfirmar{
	cursor: pointer;
}
body .rd-mobilemenu_ul a{
	cursor: pointer
}
body .rd-mobilemenu_ul a.loginU img{
	width: 10px;
	position: relative;
	top: 2px;
}
/*Footer*/
#footer{
	color: #FFF;
	text-align: center;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-weight: 500;
	background: #363636;
	height: 123px;
}
#footer .container,
#footer .row{
	height: inherit;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
#powered{
	padding-top: 10px
}
#footer #powered a {
  background: url(../images/iconGlobal.png) no-repeat center left;
  padding: 3px 0 3px 22px;
  color: inherit;
}
.uppercase{text-transform: uppercase;}
#bannerTop{
	position: relative;
}
#bannerTop img{
	display: block;
	width: 100%;
	height: auto;
}
.captionBanner {
	position: absolute;
	right: 50%;
	bottom: 100px;
	margin-right: -360px;
}
.captionBanner h1{
	color: #FFF;
	font-size: 80px;
	font-family: 'Inspiration', cursive;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.captionBanner h2{
	color: #FFF;
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#areaContador{
	background: url('../images/bgContador.jpg') 0 0 no-repeat #edeff1;
	padding: 108px 0;
}
#cnt-countdown-timer{
	width: 100%;
	text-align: center;
}
#countdown-timer{
    text-align: center;	
	padding:11px;
	display: inline-block;
}
#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{
    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: 130px;
	height:129px;
	line-height: 125px;
	background: url('../images/bgContador.png') 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 45px;
	color: #464646;
}
#countdown-timer span.sec{margin-right:0}
#countdown-timer span.timer-text{
    display: block;
    font-size: 24px;
    color: #464646;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 15px;
}
#home-text1{
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	padding: 90px 0;
	font-size: 18px;
	color: #616161;
	line-height: 24px;
}

#home-text1 strong{
	color: #bcac82;
}
#home-text1 b{
	color: #4a4a4a;
	font-size: 30px;
}
#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;
}
#home-text2{
	overflow: hidden;
}
#home-text2 .img{
	background: url('../images/home-1.jpg') 0 0 no-repeat;
}
#home-text2 .row{
	margin: 0 -4px;
}
#home-text2 .col{
	width: 50%;
	overflow: hidden;
	padding: 0 4px 8px;
}
#home-text2 .col article{
	height: 603px;
}
#home-text2 .bg{
	background: url('../images/bg1.jpg') 0 0 no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-text2 .col .item{
	margin-bottom: 50px;
}
#home-text2 .bg >div .item:last-child{
	margin-bottom: 0;
}
#home-text2 .col .item .title{
	font-size: 48px;
	color: #404040;
	font-family: 'Tangerine', cursive;
	font-weight: 600;
	padding-left: 26px;
	border-left: solid 4px #e3d09e;
	line-height: 50px;
}
#home-text2 .col .item .text{
	font-size: 24px;
	color: #616161;
	font-family: 'Cormorant Garamond', serif;
	padding-left: 30px;
}
#home-text3{
	overflow: hidden;
}
#home-text3 .row{
	margin: 0;
}
#home-text3 .col{
	width: 100%;
	overflow: hidden;
	flex-basis: auto;
}
#home-text3 .img{
	background: url('../images/home-2.jpg') center no-repeat;
	background-size: cover;
}
#home-text3 .col article{
	height: auto;
}
#home-text3 .col:first-child article{
	height: 300px;
}
#home-text3 .bg{
	background: url('../images/bg2.jpg') 0 0 no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.cntItemText3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#home-text3 .itemHometext3{
	height: 318px;
	width: 304px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.03);
	position: relative;
	color: #616161;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}
#home-text3 .itemHometext3a,#home-text3 .itemHometext3b{
	margin-bottom: 38px;
}
#home-text3 .itemHometext3a,#home-text3 .itemHometext3c{
	margin-right: 30px;
}
#home-text3 .itemHometext3 strong{
	display: block;
	font-weight: 700;
	color: #3f3f3f;
	font-size: 40px;
	line-height: 32px;
	letter-spacing: 0px;
	font-family: 'Tangerine', cursive;
	margin-bottom: 15px;
}
#home-text3 .itemHometext3 span{
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
}
#home-text3 .itemHometext3 figure{
	position: relative;
	height: 153px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 16px;
}
.textHorarioHome3{
	position: absolute;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.25px;
	top: 18px;
	right: 25px;
	color: #c8b682;
}
#home-text3 .itemHometext3 a{
	margin-left: auto;
	margin-right: auto;
	width: 117px;
	height: 32px;
	border-radius: 16px;
	background: #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616161;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 22px;
}
#home-text4{
	background: #fff;
	padding: 70px 0;
}
.contentHome4{
	height: auto;
	display: block;
	align-items: center;
	padding-right: 0;
}
.imghome4{
	display: block;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
}
.titleHome4{
	padding-left: 0px;
	color: #3f3f3f;
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 60px;
	line-height: 32px;
	letter-spacing: 0px;
	margin-bottom: 47px;
	text-align: center;
}
.itemHome4{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.imgItemLine4{
	width: 70px;
}
.textItemLine4{
	width: calc(100% - 70px);
	color: #616161;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.imgItemLine4a,.imgItemLine4c{
	padding-left: 6px;
}
.itemHome4a{
	margin-bottom: 15px;
}
.itemHome4b{
	margin-bottom: 28px;
	align-items: flex-end;
}
.itemHome4c{
	margin-bottom: 28px;
}
#home-text5{
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 63px;
}
.titleHome5{
	color: #4b4b4b;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 39px;
	position: relative;
}
.titleHome5 strong{
	display: block;
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	font-size: 65px;
	letter-spacing: 0px;
}
.titleHome5:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: url(../images/bgam.png);
	bottom: 0;
	left: calc(50% - 25px);
}
.contentHome5{
	display: flex;
	flex-wrap: wrap;
}
.itemHome5{
	width: 100%;
}
.itemHome5a{
	margin-right: 0px;
}
.contLugares{
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #ffff;
	margin-bottom: 60px;
}
.contLugares figure{
	width: calc(50% - 9px);
	margin-bottom: 0px;
}
.contLugares figure img{
	max-width: 100%;
}
.contLugares .bodyLugares{
	width: calc(50% + 9px);
	padding-left: 45px;
	display: flex;
	align-items: center;
	border: solid 1px #d7d7d7;
	border-left: 0;
}
.titleItemHome5{
	color: #363636;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
}
.dirItemHome5{
	color: #616161;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 21px;
	line-height: normal;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.dirItemHome5 img{
	margin-right: 3px;
}
.contLugares a{
	background: #c6b997;
	width: 121px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0px;
}
#divMesa{
	background: url('../images/bg5.jpg') center no-repeat;
	background-size: cover
}
.contentMesa{
	height: 645px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 50%;
}
#divMesa .logomesa{
	margin-right: auto;
	margin-left: auto;
	mix-blend-mode: multiply;
}
.logoliverpool{
	margin-top: 15px;
	margin-bottom: 20px;
}
.linermesa{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
}
.titleMesa{
	color: #4b4b4b;
	font-family: 'Tangerine', cursive;
	font-weight: 400;
	font-size: 50px;
	line-height: normal;
	letter-spacing: 0px;
}
.textoMesa{
	color: #4b4b4b;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
}
.textoMesa strong{
	display: block;
}
#divMesa .contentMesa a{
	background: #c6b997;
	width: 121px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	margin-bottom: 26px;
}
.textoCuenta{
	padding: 10px 15px;
}
.textoMesa2{
	color: #4b4b4b;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.textoMesa2 strong{
	font-size: 20px;
}