@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;
}
@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
  font-family: "Century Gothic Regular";
  src: url("../fonts/CenturyGothic.ttf");
}

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: 1113px;}
.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;}
#header{
	width: 100%;
	z-index: 3;
	height: 121px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.contentDarkTop{
	height: 61px;
	padding-top: 3px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 115px;
}
.telsTop{
	display: flex;
	align-items: center;
}
.telsTop .telsTop2{
	margin-left: 25px;
}
.telsTop a{
	display: inline-flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.telsTop a img{
	margin-right: 5px;
}
.telsTop a .icoTop2{
	margin-top: 3px;
}
#redes{
	position: absolute;
	top: 0;
	right: 0px;
	height: 61px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

#logo{
	width: 170px;
	position: absolute;
	top: 32px;
	left: -1px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 53px;
	width: 100%;
	overflow-x: hidden;
}
#menu{
	margin: auto;
	position: absolute;
	left: calc(50% - 212px);
	top: 0px;
	height: 53px;
}
#menu .nav{
	padding-left: 80px;
	/*background: rgba(255, 255, 255, 0.8);
	clip-path: polygon(59px 0px, 100% 0px, 100% 100%, 0px 100%);*/
}
#menu::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 1171px;
	height: 100%;
	background: url('../images/banner/top.png') center no-repeat;
	background-size: cover;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 15px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height:30px;
	letter-spacing: 0px;
	text-transform: none;
	color: #212121;
	height: 53px;
	padding: 0px;
}
#menu li:nth-child(1) a{
	width: 40px;
}
#menu li:nth-child(2) a{
	width: 102px;
}
#menu li:nth-child(3) a{
	width: 160px;
}
#menu li a::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	transform: scaleX(0);
	z-index: 0;
  	background: #46D6D9;
    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: 0px;
	padding-left: 3px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #46D6D9;
	font-weight: 700;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}
.btnACalendario{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 125px;
	height: 33px;
	background: #46D6D9;
	border-radius: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.btnACalendario:hover,.btnACalendario:focus{
	color: #fff;
	transform: scale(1.04);
	text-decoration: none;
}


#datFooter{
	background: #000000;
}
.contentDatFoot{
	display: flex;
	padding-top: 70px;
	padding-bottom: 62px;
}
.contentDatFoot .tit{
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 11px;
}
.contentDatFoot .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #25D4D5;
}
.contentDatFoot figure{
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0px;
}
.contentDatFoot ul{
	list-style: none;
}
.contentDatFoot ul li a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0px;
}
.contentDatFoot ul.correosDat li a{
	font-size: 14px;
}
.contentDatFoot ul.correosDat li a img{
	margin-right: 14px;
}
.contentDatFoot ul.telsDat li a{
	font-size: 14px;
}
.contentDatFoot ul.telsDat li a img{
	margin-right: 9px;
}
#redes2{
	width: auto;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

.itemDat1{
	margin-right: 47px;
}
.itemDat2{
	margin-right: 47px;
}
.itemDat3{
	margin-right: 47px;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #2DB9BB;
	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;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: left;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
#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 1px #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;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-top: 100px;
	padding-bottom: 0px;
}
.sliderCntTop::before{
	display: block;
	content: "";
	position: absolute;
	height:795px;
	top: -1px;
	right: calc(50% + 15px);
	width: 945px;
	background: url('../images/banner/beforea.png') center no-repeat;
	background-size: contain;
	z-index: 2;
}
.titleCaptio1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.titleCaptio2{
	font-family: "Century Gothic Regular";
	font-weight: 400;
	font-size: 33px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	position: relative;
}
.titleCaptio3{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
}
.titleCaptio2 div{
	position: relative;
	z-index: 2;
}
.titleCaptio2::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -308px;
	width: 1635px;
	height: 100%;
	background: url('../images/banner/aftera.png') left center;
	background-size: cover;
}
#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 57px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 0;
  margin-left: 0px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 4px;
  display: inline-block;
}
.flex-control-paging li a {
  width: 87px;
  height: 6px;
  background: #fff;
  border: 0;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #46D6D9;
}


#textHome1{
	background: url('../images/inicio/bg1-a.webp') top center no-repeat;
	background-size: cover;
	padding-top: 0px;
	padding-bottom: 92px;
}
.titleHome1-a{
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #23D3D4;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.home1{
	background: #1b1b1b;
	padding-top: 40px;
	padding-bottom: 41px;
	position: relative;
}
.home1::before{
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentHome1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome1{
	display: flex;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.itemHome1 .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #23D3D4;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.itemHome1 figure{
	padding-right: 18px;
}
.figureHome1{
	padding-top: 18px;
}
.figureHome2{
	padding-top: 23px;
}
.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;
}

.contentHome2{
	display: flex;
	flex-wrap: wrap;
	padding-top: 87px;
	padding-bottom: 60px;
}
.itemHome2-1{
	width: 100%;
	padding-right: 10px;
	padding-top: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1c1c1c;
	text-align: left;
}
.itemHome2-2{
	width: 100%;
	padding-top: 45px;
}
.titleHome2{
	background: #23D3D4;
	padding-right: 32px;
	display: inline-flex;
	height: 39px;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	margin-bottom: 52px;
}
.titleHome2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -600px;
	height: 100%;
	width: 600px;
	background: #23D3D4;
}
.titleHome2 strong{
	font-weight: 900;
	text-transform: uppercase;
}
.cntBtnReservaLugar{
	padding-left: 94px;
}
.btnHome2{
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 44px;
	border-radius: 22px;
	background: #23D3D4;
	border: solid 1px #23D3D4;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}
.btnHome2:focus,.btnHome2:hover{
	text-decoration: none;
	color: #23D3D4;
	background: #fff;
}
.itemHome2-2 figure{
	width: 420px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.itemHome2-2 figure a{
	position: relative;
	display: block;
}
.itemHome2-2 figure a:after{
	position: absolute;
	display: block;
	content: "";
	background: url('../images/icoPlay.png') center center no-repeat;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background-size: 15.5% auto;
	background-position: 53% 44%;
	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;
}
.itemHome2-2 figure:hover a:after{
	opacity: 1;
}
/*.itemHome2-2 figure a:before{
	position: absolute;
	display: block;
	content: "";
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	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;
}
.itemHome2-2 figure:hover a:before,
*/

.imgHover{
	position: absolute;
	top: calc(50% - 39px);
	left: calc(50% - 51px);
	margin-top: -22px;
}
.imgHover2{
	display: none;
}
#textHome2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 49px;
	padding-bottom: 57px;
}
#frmContacto{
	overflow: hidden;
	max-width: 1135px;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 24px;
	text-align: center;
	margin-bottom: 52px;
}
#frmContacto .row{
	margin: 0 -3px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3px;
}
#frmContacto .form-group{
	margin-bottom: 7px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-left: 18px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #959595;
	background: #fff;
	box-shadow: none;
	border: solid 1px #dcdcdc;
	position: relative;
	line-height: 33px;
}
#frmContacto .textarea{
	height: 45px;
	overflow-y: auto;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: #25D4D5; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Arial', sans-serif; 
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0px;
	width: 135px;
	text-align: center;
	border-radius: 5px;
	margin-top: 45px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 50px;
}
.cntCapt img{
	width: 300px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}

#textHome3{
	background: url('../images/inicio/bg2-a.webp') center no-repeat;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 76px;
}
.contentHome3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome3{
	width: 100%;
	margin-right: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1c1c1c;
	text-align: center;
}
.itemHome3:last-child{
	margin-right: 0px;
	margin-top: 45px;
}
.figureHome3{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#textSomos1{
	background: #fff;
	padding-top: 89px;
	padding-bottom: 90px;
	position: relative;
}
#textSomos1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: url('../images/somos/shadow.png') center bottom no-repeat;
	background-size: cover;
}
.titleSomos1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 354px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #23D3D4;
	margin-bottom: 26px;
}
.titleSomos1{
	font-weight: 900;
}
.cntSomos1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1c1c1c;
	text-align: center;
	margin-bottom: 86px;
}
.contentSomos1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.itemSomos1{
	margin-right: 20px;
}
.itemSomos1:last-child{
	margin-right: 0;
}
#textSomos2{
	background: #0f0f0f;
	padding-top: 123px;
	padding-bottom: 120px;
}
.titleSomos2{
	width: 464px;
}
.contentSomos2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding-top: 38px;
}
.contentSomos2 img{
	margin-right: auto;
	margin-left: auto;
}
.itemSomos2{
	margin-bottom: 30px;
	margin-right: 76px;
}
.itemSomos2:last-child{
	margin-right: 0;
}
#textSomos3{
	background: #fff;
	padding-top: 125px;
	padding-bottom: 140px;
}
.contentSomos3{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemSomos3a{
	width: 50%;
	padding-right: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #1c1c1c;
	text-align: left;
}
.itemSomos3b{
	width: 50%;
	padding-left: 92px;
}
.itemSomos3b figure{
	width: 589px;
}
.textoMision1{
	padding-right: 21px;
}
.titleMision{
	border-bottom: solid 1px #d1d1d1;
	margin-bottom: 15px;
}
.titleMision div{
	background: #46D6D9;
	padding: 0 14px;
	font-family: "Freight Sans Bold";
	font-size: 33px;
	line-height: 51px;
	display: inline-block;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}
.titleMision2{
	margin-top: 58px;
}
#textProductos{
	background: url('../images/galeria/tit.png') top center no-repeat;
	background-size: cover;
}
#textProductos .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 117px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#textProductos .tit strong{
	font-weight: 900;
}
#textProductos2{
	background: url('../images/galeria/bg1.webp') top center no-repeat;
	background-size: cover;
	padding-top: 89px;
	padding-bottom: 3px;
}
#textProductos2 .row{
	margin: 0 -10px;
}
#textProductos2 div[class*="col-"]{
	margin-bottom: 60px;
	padding: 0 10px;
}
.contentGal1{
	max-width: 329px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contentGal1 .titleGal{
	background: #1d1d1d;
	border: solid 6px #2DB9BB;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	height: 100px;
	padding: 0 5px;
}
.contentGal1 a:hover,.contentGal1 a:focus{
	text-decoration: none;
}
.contentGal1 figure{
	position: relative;
}
.contentGal1 figure::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transform: scaleX(0);
}
.contentGal1 figure::after{
	content: '';
	position: absolute;
	top: calc(50% - 38px);
	left: calc(50% - 45.5px);
	width: 91px;
	height: 76px;
	background: url('../images/galeria/camara.png') center no-repeat;
	background-size: contain;
	transform: scaleX(0);
}
.contentGal1 a:hover figure::before,.contentGal1 a:hover figure::after{
	transform: scaleX(1);
}
#textCaledar1{
	background: url('../images/eventos/fondo1-a.webp') top center no-repeat;
	background-size: cover;
	padding-top: 97px;
	padding-bottom: 120px;
}
.titleCalendar1{
	display: flex;
	flex-wrap: wrap;
}
.titleCalendar1 h2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	letter-spacing: 0px;
	color: #3f3f3f;
	text-align: left;
	width: calc(100% - 373px);
}
.header-calendar{
	width: 373px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #25D4D5;
	font-family: 'Lato', sans-serif;
	padding-top: 5px;
}
.header-calendar a{
	cursor: pointer;
}
.header-calendar h3{
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
}
.contentEvento{
	background: #3f3f3f;
	border-radius: 15px;
	margin-top: 45px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 305px;
	padding-bottom: 25px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: left;
	min-height: 310px;
}
.titleLugarEvento{
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.titleEvento1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	padding-left: 5px;
}
.titleDescEvento{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}
/*.titleLugarEvento,
.titleEvento1,
.titleDescEvento{
	padding-right: 120px;
}*/

.cntEventoReservar{
	display: flex;
	flex-wrap: wrap;
	padding-top: 35px;
}
.itemReserva1{
	display: flex;
	/*width: calc(100% - 230px);
	padding-right: 20px;*/
	margin-right: 22px;
}
.itemReserva2{
	position: relative;
}
.icoReserva{
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
}
.icoReserva img{
	width: 20px;
	margin-right: 7px;
}
.icoReserva strong{
	font-weight: 900
}
.icoReserva div{
	width: 100%;
}
.icoReserva1{
	margin-right: 15px;
}
.itemReserva2 a{
	background: #31B0B1;
	width: 130px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 5px;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.itemReserva2 a:hover,.itemReserva2 a:focus{
	text-decoration: none;
	color: #ff0015;
	background: #fff;
}
.contenCalendar1{
	position: relative;
	padding-top: 57px;
}
.contenCalendar1 .row{
	margin: 0 -7.5px;
}
.contenCalendar1 .row div[class*="col-"]{
	padding: 0 7.5px;
	margin-bottom: 15px;
	width: 14.285%;
}
.header-col{
	height: 43px;
	background: #31B0B1;
	border-radius: 5px;
  	color:#fff;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
  	font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 700;
  	letter-spacing: 0px;
  	text-transform: uppercase;
}
.box-day{
  height:127px;
  background-color: #3f3f3f;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0px;
  padding-right: 18px;
  padding-bottom: 10px;
}
.box-dayoff{
  height:127px;
  background-color: rgba(63, 63, 63, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: rgba(255, 255,255, 0.5);
  line-height: 60px;
  letter-spacing: 0px;
  padding-right: 18px;
  padding-bottom: 10px;
}
.box-day, .box-dayoff{
	background-position: center center !important;
}
.cntWinReserva .fancybox-skin {
  background: url('../images/ventana/fondo.png') top center no-repeat;
  background-size: cover;
  border-radius: 15px;
  color: #444;
  text-shadow: none;
}
.cntWinReserva .fancybox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 43px;
  height: 43px;
  background: url('../images/ventana/closea.png') center no-repeat;
  background-size: contain;
}
.winReserva{
	padding: 34px 10px;
}
.cntVentanFlotEvent{
	max-width: 263px;
	margin-left: auto;
	margin-right: auto;
}
.h3Evento{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: center;
	color: #3d3d3d;
	margin-bottom: 21px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.h3Evento span.span1{
	font-size: 15px;
}
.h3Evento span.span2{
	font-weight: 700;
	font-size: 22px;
}
.titleLugarEventoV{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: left;
	color: #3d3d3d;
	padding-bottom: 8px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
	padding-right: 19px;
}
.titleLugarEventoV span.span1{
	font-size: 15px;
}
.titleNameEventoV{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: left;
	color: #2B9596;
	margin-bottom: 0px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.titleFechaHoraEventoV{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 0px;
	text-align: left;
	color: #3f3f3f;
	margin-bottom: 17px;
}
.titleFechaHoraEventoV span{
	font-size: 14px;
}
#frmReserva input[type="text"]{
	border:solid 1px #989898;
	display: block;
	width: 100%;
	padding: 0 12px;
	height: 44px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
	font-weight: 400;
	color: #3d3d3d;
}
#frmReserva input[type="submit"]{
	background: #2DB9BB;
	display: block;
	width: 225px;
	padding: 0 12px;
	height: 40px;
	border-radius: 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
#frmReserva input::-webkit-input-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva input:-moz-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva input::-moz-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva input:-ms-input-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva textarea::-webkit-input-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva textarea:-moz-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva textarea::-moz-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva textarea:-ms-input-placeholder {color:#3d3d3d; opacity:  1;}
#frmReserva input:focus::-webkit-input-placeholder {opacity:0.5}
#frmReserva input:focus:-moz-placeholder{opacity:0.5}
#frmReserva input:focus::-moz-placeholder{opacity:0.5}
#frmReserva input:focus:-ms-input-placeholder{opacity:0.5}
#frmReserva textarea:focus::-webkit-input-placeholder{opacity:0.5}
#frmReserva textarea:focus:-moz-placeholder{opacity:0.5}
#frmReserva textarea:focus::-moz-placeholder{opacity:0.5}
#frmReserva textarea:focus:-ms-input-placeholder{opacity:0.5}
#frmReserva .error input{
	border:solid 1px #000;
	background:rgba(255,216,217,1.00);
	color:#000;
}
.forml{
	margin-bottom: 6px;
}
.cntAcompa{
	padding-top: 15px;
	text-align: center;
}
.cntAcompa label{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
	font-weight: 400;
	color: #3d3d3d;
	padding-right: 0px;
}
.cntAcompa label span{
	font-size: 18px;
}
.cntAcompa select{
	width: 52px;
	height: 35px;
	background-color: #dedede;
	border-radius: 3px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.25px;
	color: #3d3d3d;
	cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/ventana/poli.png");
	background-repeat: no-repeat;
	background-position: 91% 49%;
	padding-right: 13px;
}
.precioEvento{
	font-family: 'Montserrat', sans-serif;
	color: #2B9596;
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}
.precioEvento strong{
	font-weight: 700;
	font-size: 52px;
	color: #2B9596;
}
.precioEvento strong span{
	font-size: 25px;
}
.contenedorDePrecio{
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
	height: 77px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.cntDatosBancarios{
	color: #3d3d3d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 25px;
}
.tit1Banco{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 15px;
	color: #2DB9BB;
	text-align: left;
}
.tit1Banco img{
	margin-right: 9px;
}
.tit2Banco{
	margin-top: 14px;
}
.btnWhatsVentana{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
	height: 39px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	background: #00CF4E;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.btnWhatsVentana img{
	margin-left: 8px;
}
.btnWhatsVentana:hover,.btnWhatsVentana:focus{
	text-decoration: none;
	color: #fff;
}
  

.imgtarjetas{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#titleValores1{
	background: #2DB9BB;
}
#titleValores1 .tit{
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #feffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}
#titleValores1 .tit strong{
	font-weight: 900;
}
#textValores2{
	background: url('../images/inicio/fondo4.webp') top center no-repeat;
	background-size: cover;
}
.contentVal2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 76px;
	padding-bottom: 10px;
}
.itemVal2{
	margin-right: 100px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.25px;
	margin-bottom: 60px;
}
.itemVal2:nth-child(3n + 3){
	margin-right: 0;
}
.itemVal2 img{
	margin-bottom: 20px;
}

#resEvento{
	position: relative;
}
#resEvento .imgEvento{
	position: absolute;
	right: 25px;
	top: 25px;
	width: 260px;
}
#resEvento .imgEvento a{
	display: block;
	width: 100%;
	height: 100%;
}
#resEvento .imgEvento img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}
  
.reserv1 label,
.reserv1 select{
	opacity: 0.7;
	cursor: not-allowed;
}
.cupo1{
	color: red;
  	font-weight: 500;
  	font-size: 16px;
  	margin-bottom: 8px
}
.nombreEventoActual{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 13px;
	color: #31B0B1;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}