@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Buda:wght@300&family=Caudex:wght@400;700&family=Herr+Von+Muellerhoff&display=swap');
*{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: 1420px;}
.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: 115px;
	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: 115px;
	padding-top: 42px;
	width: 100%;
}
.cntMenuHeader{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center; 
}

/*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: 480px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 480px;
	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-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 63.56px;
	width: 100%;
	position: relative;
}
.sliderCntTop::before{
	content: '';
	position: absolute;
	width: 1920px;
	height: 580px;
	background: url('../images/banner/shadow.png') center no-repeat;
	background-size: cover;
	bottom: 64px;
	left: calc(50% - 960px);
	z-index: 1;
}
#logo{
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 3;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
.titleSliderTop1{
	color: #Fff;
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
.fechaBodaSlider{
	font-family: 'Buda', cursive;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.sliderCntTop .captionCount{
	position: relative;
}
#cnt-countdown-timer{
	display: flex;
	align-items: center;
	justify-content: center;
}
#countdown-timer{
	position: relative;
	z-index: 2;
}
#countdown-timer span.day,
#countdown-timer span.hour,
#countdown-timer span.min,
#countdown-timer span.sec{
  	display: inline-block;
  	margin: 0 7px 0;
 	padding: 14px 0 0px 0;
  	font-size: 41px;
	color:#FFF;
	font-family: 'Buda', cursive;
	font-weight: 300;
}
#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: 'Buda', cursive;
	font-weight: 300;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	padding-top: 15px;
}

#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;
}
#textConfirmar{
	position: relative;
	padding-top: 59px;
	padding-bottom: 63px;
}
#textConfirmar div{
	position: relative;
}
#textConfirmar div::before{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 100%;
	height: 10px;
	background: #f2f2f2;
}
#winConfirmar{
	position: relative;
	display: flex; 
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 50px;
	font-size: 16px;
	font-family: 'Buda', cursive;
	text-align: center;
	font-weight: 300;
	background: #484848;
	border: solid 2px #484848;
	letter-spacing: 2px;
	color: #FFF;
	border-radius: 0px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	padding-top: 2px;
}
#winConfirmar{
	cursor: pointer;
}
#winConfirmar:hover,#winConfirmar:focus{
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #484848;
	background: #fff;
}

#textHome1{}
.contentHome1{
	display: flex;
	flex-wrap: wrap;
}
.itemHome1a{
	width: calc(50% - 9px);
	margin-right: 18px;
	position: relative;
	display: flex;
	align-items: center;
}
.itemHome1b{
	position: relative;
	width: calc(50% - 9px);
	height: 810px;
}
.itemHome1a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1200px;
	height: 100%;
	background: #f2f2f2;
}
.itemHome1b::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 100%;
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.home1{
	position: relative;
	z-index: 2;
	padding-left: 0px;
}
.imgHome1Flor{
	position: absolute;
	top: -114px;
	left: 4px;
}
.titleHome1{
	color: #616161;
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: left;
}
.titleHome1b{
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #616161;
	text-transform: uppercase;
}
.home1 a{
	background: #484848;
	display: block;
	text-align: center;
	width: 195px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border:solid 2px #484848;
	margin-top: 6px;
}
.home1 a:hover,.home1 a:focus{
	color: #484848;
	background: #fff;
	text-decoration: none; 
}
.home1 .nonniosHome1{
	background: #dddbdb;
	display: block;
	text-align: center;
	width: 195px;
	height: 41px;
	line-height: 45px;
	color: #1f1f1f;
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 6px;
}
.titleHome1-2{
	margin-top: 75px;
}
.cntHome1{
	padding-left: 13px;
	position: relative;
}
.cntHome1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 5px);
	width: 1px;
	background: #aeaeae;
}
#textHome2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 15px;
}
.itemHome2{
	width: calc(25% - 16px);
	margin-right: 21.33px;
}
.itemHome2:last-child{
	margin-right: 0;
}
#textHome3{
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
	position: relative;
}
.contentHome3{
	height: 496px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.titleHome3{
	color: #fff;
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.titleHome3b{
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.titleHome3::before{
	content: '';
	position: absolute;
	width: 147px;
	height: 4px;
	bottom: 0;
	left: calc(50% - 73.5px);
	background: url('../images/inicio/li.png') center no-repeat;
	background-size: cover;
}
.itemHome3a{
	margin-right: 80px;
	position: relative;
}
.itemHome3a::before{
	content: '';
	position: absolute;
	top: calc(50% - 107.5px);
	right: -44px;
	width: 8px;
	height: 215px;
	background: rgba(238,238,238,0.25);
	border-radius: 4px;
}

#textHome4{
	background: url('../images/inicio/fondo3.webp') center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 20px;
}
.itemHome4{
	margin-right: 22px;
	margin-bottom: 45px;
}
.itemHome4:last-child{
	margin-right: 0;
}
.titleHome4{
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	color: #202020;
	text-align: center;
	margin-bottom: 19px;
}
.titleHome4 span{
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0px;
}
.titleHome4 span.block{
	display: block
}
.cntHome4{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home4{
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.home4 figure{
	position: relative;
	overflow: hidden;
	margin-bottom: 27px;
}
.home4 .titHotel1{
	position: absolute;
	bottom: -5px;
	left: 35px;
	background: #fff;
	width: calc(100% - 70px);
	text-align: center;
	font-family: 'Buda', cursive;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.25px;
	color: #202020;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.home4 .titHotel1 span{
	font-size: 12px;
	color: #616161;
}
.home4 a{
	width: 162px;
	height: 42px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #5a5a5a;
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px;
	border:solid 2px #5a5a5a;
}
.home4 a:hover,.home4 a:focus{
	color: #5a5a5a;
	background: #fff;
	text-decoration: none;
}
#textHome5{
	background: #f4f4f4;
	padding: 50px 0;
}
#textHome5 .titHotel1{
	background: #f4f4f4;
}
#textHome6{
	background: url('../images/inicio/fondo4.webp') center no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 40px;
}

#textHome7{
	background: url('../images/inicio/fondo5.webp');
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 126px;
}
.contentHome7{
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome7{
	width: calc(50% - 25px);
	margin-right: 50px;
}
.itemHome7:last-child{
	margin-right: 0px;
}
.cntHome7{
	background: rgba(255,255,255,0.5);
	max-width: 519px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center; 
	height: 318px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #5a5a5a;
	text-align: center;
}
.cntHome7 figure{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.cntHome7 figure img{
	height: 45px;
}
.cntHome7 strong{
	font-weight: 600;
	text-transform: uppercase
}
.cntHome7b figure{
	margin-bottom: 25px;
}
.cntHome7 span{
	font-weight: 600;
	color: #403e3e;
	display: inline-block;
	padding-top: 25px;
}
.mesabtn:hover,.mesabtn:focus{
	text-decoration: none;
}
#textHome8{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 15px;
}
#textHome9{
	background: #efefef;
}
#textHome9 .tit{
	font-family: 'Buda', cursive;
	font-weight: 300;
	font-size: 20px;
	padding: 48px;
	padding-bottom: 40px;
	text-align: center;
	color: #444444;
	line-height: normal;
	letter-spacing: 0px;
}

.fancybox-skin {
  position: relative;
  background: #fff;
}
#winPasos{
	padding: 30px 15px 17px 15px; 
	text-align: center;
	overflow-x: hidden;
}
#winPasos img{display: block; margin: auto;margin-bottom: 10px;}
#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: 100%; 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;  padding: 0 15px; font-family: Verdana," sans-serif"; font-size: 11px; color: #878787}
.cntBtns2 a{
	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}
#frmConfirmar .form-group input,
#frmConfirmar .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;
}

#frmCompNombre .form-group label{
	font-size: 13px;
  	text-align: left;
  	width: 100%;
  	font-weight: 400;
  	padding-bottom: 5px;
}
#frmCompNombre .form-group{
	margin-bottom: 8px;
}
#frmCompNombre .form-group .form-control{
  display: block;
  border: solid 1px #d4d4d4;
  width: 100%;
  height: 35px;
  line-height: 20px;
  font-family: Arial," sans-serif";
  font-size: 12px;
  color: #8a8a8a;
  padding: 5px 15px;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.cntCheckBoc{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 3px;
}
.textChekEnvio1{
	margin-right: 15px;
}
.cntCheckBoc label i{
	font-style: normal;
}
.cntCheckBoc input[type="radio"]{
	bottom: 1.5px;
}
.titleHome2bA{
	position: absolute;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
    bottom: 85px;
    left: 35px;
    width: calc(100% - 70px);
    line-height: 30px;
    letter-spacing: -0.25px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
}