@font-face {
	font-family: "light";
	src: url('Font/SanFranciscoLight.ttf');
}
@font-face {
	font-family: "regular";
	src: url('Font/SanFranciscoRegular.ttf');
}
body {
	margin: 0;
	font-family: "regular";
	font-size: 16px;
	
	--blue: #51a3ee;
	--brightgreen: #2FD45A;
	--gray: #3D555F;
	--red: #F8551D;
}
html,body{
    height:100%;
	width: inherit;
	min-width: 1024px;
}
a {
	text-decoration: none;
	font-family: regular;
	font-style: italic;
	font-size:14px;
	color: var(--blue)
}
.PageContentArea {

}
.Background1 {
	background-image: url(ImgObjects/HomeHeader.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;	
	border: 1px solid transparent;
	height:400px;
}
h2 {
	font-family: light;
}
.TopBar {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding:0px 20px;
	top:40px;
	transition: top 1s;
}

.Logo {
	height: 80px;
	vertical-align: middle;
	position:relative;
	top:-20px;
}

.TopMenu {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
.TopMenu div {
	display: inline-block;
	font-family: regular;
	font-size:19px;
	padding:0px 20px;
	color: #fff;
	cursor: pointer;
	height:40px;
	line-height:40px;
	border-bottom:3px solid transparent;
	transition: background-color 2s;
}

.TopMenu div:hover {
	border-bottom:3px solid var(--red);
}
.TopMenu div:nth-child(1) {
	color: #2fd45a;
}

.SocialMediaBox {
	position: absolute;
	top:15px;
	right:20px;
	width:350px !important;
	z-index:10000;
}
.MomsPage .SocialMediaBox {
	width:265px !important;
}
.TreatmentPage .SocialMediaBox {
	width:265px !important;
}

.SocialMediaBox div {
	width:45px;
	height:45px;
	float: left;
	background-position: center;
	background-size:80%;
	cursor: pointer;
}
.ShowPopUp .SocialMediaBox div {
	transform: translateX(50px);
}

.FacebookIcon {
	background-image: url(ImgObjects/FBIcon.jpg);
}

.InstagramIcon {
	background-image: url(ImgObjects/IGIcon.jpg);
}

.ShoppingCard {
	cursor: pointer;
	background-color: #2C3539;
/* 	height: 30px; */
	width: 260px !important;
	background-size: 100% !important;
	background-image: url(ImgObjects/StoreIcon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-family: regular;
	font-size:22px;
	text-align: center;
	line-height:45px;
}

.ReservationBtn img {
	position: absolute;
	top:5px;
	right:5px;	
}
.Header {

}
.PopUpAd {
	text-align: center;
	margin:0 auto;
	margin-top: 80px;
	color: #fff;
	font-family: light;
	transition: transform 1s;
	position: relative;
	transform: translateX(-1700px);
	width:720px;
	border: 1px solid transparent;
	position: relative;
}
.PopUpAd img:hover {
	/* transform: scale(1.2); */
	box-shadow: 0px 0px 45px #fff;
}
.ShowPopUp .PopUpAd{
	transform: translateX(0px);
	height: 330px;
	width: 720px;
	overflow: hidden;
}
.ShowPopUp .TopBar {
	top:10px;
}

.Statement {
	text-align: center;
	margin-top: 110px;
	color: #fff;
	font-family: light;
	transition: transform 6s;
}
.HomePage .Statement {
	margin-top: 30px;
}

.Statement:hover {

}
.Statement h1 {
	font-size: 34px;
	font-weight: normal;
	transition: transform 6s;
	font-weight: normal !important;
}

.Statement h2 {
	font-size: 24px;
	font-weight: normal;
	transition: transform 6s;
	transition-delay:1.4s;
}
.Statement p {
	font-size: 16px;
	font-weight: bold;
	transition: transform 6s;
	transition-delay:.7s;
}
.AnimateStatement:hover .Statement h1 {
	transform: translateX(200px);	
}
.AnimateStatement:hover .Statement h2 {
	transform: translateX(200px);	
}
.AnimateStatement:hover .Statement p {
	transform: translateX(200px);	
}

.ContactUsPage .Statement {
	text-align: left;
	margin-left:30px;
}
.ContactUsPage .Statement h1 {
	font-size: 44px;
}
.ContactUsPage .Statement h2 {
	font-size: 28px;
}

.CentralButtons {
	transition: margin-top 1s;
}

.CenterAligner {
	width: 1024px;
	position: relative;	
	margin: 0 auto;
}

.LargeBtn .BlueBtn {
	width: 320px;
	height: 320px; 
	background-color: #57A2EA;
	margin-right: 15px;
}

.Panel {
	width: 100%;
	position: relative;
	min-height: 80px;
	padding:20px 0px;
	background-size: 100%;
}

.Title {
	font-size:54px;
	font-family: light;
}

.ContactBar {
	text-align: center;
}

.Column {
	display: inline-block;
	vertical-align: top;	
}

.ContactBox {
	margin-bottom:10px;
	vertical-align:  top;
}

.Button1 {
	display: inline-block;
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color: #fff;
	font-size:22px;
	vertical-align: middle;
	cursor: pointer;
}
.ReservationBtn1 {
	vertical-align: middle;
	display: inline-block;
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color: #fff;
	font-size:22px;
	background-color: #F8551D;
 	background-image: url('ImgObjects/TurnosIcon.png');
 	background-repeat: no-repeat;
 	background-size: auto 70%;
 	background-position: 10px 10px;
	padding-left:50px;
	font-size: 18px;
	cursor: pointer;
}
.ReservationBtn2 {
	vertical-align: middle;
	display: inline-block;
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color: #fff;
	font-size:22px;
	background-color: #F8551D;
 	background-image: url('ImgObjects/TurnosIcon.png');
 	background-repeat: no-repeat;
 	background-size: auto 70%;
 	background-position: 10px 10px;
	padding-left:50px;
	font-size: 18px;
}
.ReservationBtn3 {
	vertical-align: middle;
	display: inline-block;
	height:110px !important;
	line-height:50px;
	padding:15px 15px;
	text-align: right;
	color: #fff;
	font-size:22px;
	width:260px !important;
	background-color: #F8551D;
 	background-image: url('ImgObjects/TurnosIcon.png');
 	background-repeat: no-repeat;
 	background-size: 32% !important;
 	background-position: 170px !important;
	padding-right:110px;
	font-size: 18px;
	line-height:22px;
	box-sizing: border-box;
	margin-top: 2px;
	cursor: pointer;
	position: absolute;
	top:60px;
	right:20px;
	z-index:10000;
}
.TreatmentPage .ReservationBtn3 {
	position: static;
}
.HomePage .ReservationBtn3 {
	right:110px;
	top:58px;
}
.HomePage.ShowPopUp .ReservationBtn3 {
	right:60px;
	top:58px;
}


.TreatmentPage .ReservationBtn3 {
	right:5px;
	top:43px;
}
.MomsPage .ReservationBtn3 {
	right:5px;
	top:43px;
}

.ReservationBtn3 span {
	font-size:12px;
	line-height: 4px !important;
}


.Button1.BlueBtn {
	background-color: var(--blue);

}

.Panel.PanelBackground {
	background-size: 100%;
	background-repeat: no-repeat;
}
.Panel.PanelBackground .Column {
	width:45%;
}
.Panel.PanelBackground * {
	color: #fff;
}
.Panel.PanelBackground .Column:nth-child(2) {
	width:300px;
}
.Panel.PanelBackground p {
	font-size: 14px;
	line-height:18px;
	font-family: regular;	
}
.Panel.PanelBackground .Column h1 {
	font-size:24px;
	line-height:33px;
	font-family: light;
}

.Button2 {
	height:45px;
	background-color: red;
	width:270px;
	line-height:45px;
	color: #fff;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	margin-top:120px;
}

.Link {

}

.Panel .PanelBackground {

}

.Panel .PanelLogo {

}

.LogoArea {
	text-align: left;
}

.LogoArea img {
	width:220px;
	margin:0px 10px;
}

.SubscribeBtn {
	width: 44px;
	height: 44px;
	background-image: url('ImgObjects/NewsletterBTN.jpg');
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-left:-5px;
}

.Panel.Footer {
	background-color: var(--brightgreen);
	color: #fff;
	font-size:12px;
	font-family: regular;
}
.Footer h2 {
	font-size:14px;
	margin-bottom:30px;
	font-family: regular;
	cursor: pointer;
}
.BottomMenu {

}
.BottomMenu .Column {
	margin: 30px;
	text-align: center;
}
.BottomMenu .Column div {
	margin-bottom:10px;
}

.BottomLine {

}

.Logo {

}

.EmailIco {

}

.EsteticosBtn {
	background-image: url(ImgObjects/EsteticaIcon.png);
}
.EsteticosBtn:hover {
	background-image: url(ImgObjects/EsteticaIconHover.png);
	background-color: #fff;
	color: var(--blue);
}

.MamasBtn {
	background-image: url(ImgObjects/MamasIcon.png);
}
.MamasBtn:hover {
	background-image: url(ImgObjects/MamasIconHover.png);
	background-color: #fff;
	color: var(--blue);
}
.LargeBtn {
	transition: transform 1s, background-color .7s, color .7s;
	width:350px;
	height:300px;
	background-color: var(--blue);
	color: #fff;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 20px;
	box-sizing: border-box;
	padding:0px 20px;
	padding-top:130px;
	vertical-align: top;
	cursor: pointer;
}
.LargeBtn:nth-child(1) {
	margin-right:15px;
}
.LargeBtn:hover {
/* 	transform: scale(1.02); */
}
.CentralButtons {
	text-align: center;
	position: relative;
	margin-top: -150px;
}
.ContactUsPage .CentralButtons {
	margin-top:-110px;
}
.Center {
	text-align: center;
}
.Blue {
	color: var(--blue) !important;	
}
.ContactArea {
	font-size:12px;
	text-align: left;
}
.ContactArea .Column:nth-child(3) {
	/* padding-top:50px; */
}
.ContactArea * {
	font-family: regular;
	color: #111;
}


.ContactArea .ContactBox span {
	display: block !important;
	font-size:14px;
	font-weight: bold;
}
.ContactArea .Column:nth-child(2) {
	border-right: 1px solid #999;
	padding-right:10px;
	margin-right:10px;
}
.ContactArea .Column:nth-child(3) {
	border-right: 1px solid #999;
	padding-right:10px;
	margin-right:10px;
}

.ContactBar .ContactBarButtons {
	text-align: right;
	width:400px;
	padding-top:50px;
}
.ContactBar .ContactBarButtons a {
	margin-bottom:0px;
	display: block;
}

/* .ContactBar  .Column:nth-child(2) {
	padding-top:80px;
} */
.BottomLine .Column:nth-child(1) {
	width: 40%;	
	margin-left:20px;
}
.BottomLine .Column:nth-child(2) {
	float: right;
	text-align: right;
	margin-right:20px;
}
.BottomLine .Column:nth-child(2) * {
	vertical-align: middle;
	margin-right:10px;
	font-size:12px;
	color: #fff;
	font-style: normal;
}
.BottomLine .Logo {
	height:50px;
	vertical-align: middle;
}
.BottomLine .Column span {
	display: inline-block;
}
.SubscribeBox {
	color: var(--blue);
	font-family: regular;
	font-size:20px;
	margin: 30px 0px;
}
.SubscribeBox input{
	border: 2px solid var(--blue);
	border-top: none;
	font-size:16px;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	margin-left:10px;
	width:400px;
	box-sizing: border-box;
	padding:0px 10px;
	height:43px;
}
.Background3 {
	background-image: url(ImgObjects/TrayectoriaBG.png);
	background-size:100% 100% !important;
}
.Background4 {
	background-image: url(ImgObjects/TecnologiaBG.jpg);
	background-size:100% 100% !important;
}
.Background8 {
	background-image: url(ImgObjects/MamasHeader.jpg);
	background-size:100% !important;		
	height:400px;
}
.Background7 {
	background-image: url(ImgObjects/TratamientosEsteticosBG.png);
	background-size:100% 100% !important;		
}

.Background5 {
	background-image: url(ImgObjects/AboutHeader.jpg);
	height:400px;
}

.Background15 {
	background-image: url(ImgObjects/AboutHeader2.jpg);
	height:200px;
}

.Background6 {
	background-image: url(ImgObjects/AboutHeader.jpg);
	height:400px;
}
.Background16 {
	background-image: url(ImgObjects/barman2.jpg);
	height:400px;
}

.Panel.Background4 .Column{
	width:300px;
	margin-left:200px;
}
.ContactUsPage .LargeBtn {
	width:300px;
	height:150px;
	vertical-align: top;
	background-size: 80px;
	background-position: 20px center;
	padding-top:0px;
	padding-left:110px;
	text-align: left;
}
.ContactUsPage .LargeBtn h2 {
	/* font-size:22px; */
	/* font-family: light; */
	/* font-weight: normal; */
}
.LargeBtn h2 {
	/* font-size:22px; */
	/* font-family: light; */
	font-weight: normal; 
	-webkit-margin-after: 0px;

}

.ContactUsPage .LargeBtn p {
	font-size:12px;
	font-family: regular;
}
.LargeBtn p {
	-webkit-margin-before:0px !important;
}

.FromContact {
	background-color: var(--gray)	
}
.LargeButtonsBar {
		
}
.ButtonBox {
	color: #fff;
	width: 320px;
	height: 220px;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left:-5px;
	position: relative;
	perspective:800px
}
.ButtonBox h2 {
    -webkit-margin-after: 10px;	
}
.ButtonBox img {
	transition: transform 2s;
}
.ButtonBox:hover img {
	transform: rotateY(360deg)
}
.ButtonBox img {
	position: absolute;
	right: 20px;
	height:60px;
	bottom: 15px;
}
.ButtonBox span {	
	font-size:14px;
	line-height:16px;
}
.ButtonBox:nth-child(1) {
	background-color: var(--brightgreen)
}
.ButtonBox:nth-child(2) {
	background-color: var(--gray);		
}
.ButtonBox:nth-child(3) {
	background-color: var(--blue)
}
.FormPanel {
	background-color: var(--gray);		
}
.ContactForm {
	background-color: var(--gray);
	padding:50px 20px;
}
form {
	position: relative;
	overflow: hidden;
}
.FormElement {
	display: inline-block;		
	margin-right:10px;
	margin-bottom:20px;
	position: relative;
}
.FormElement label {
	font-size: 16px;
	display: block;	
	font-family: regular;
	margin-bottom:5px;
}
.FormElement input {
	border: none;
	background-color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	color: #999;
}
.FormElement select {
	border: none;
	background-color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	color: #999;
}
.FormElement textarea {
	border: none;
	background-color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	color: #999;
	height:100px;
}

.ContactForm label {
	color: #fff;
}
.ContactForm input {
	width:420px;
}
.SendBtn {
	background-color: var(--blue);
	margin: 0 auto;
	
}
.ContactForm textarea {
	width:895px;
}
.FromCheckbox * {
	display: inline-block !important;
	width: auto !important;
}
.Button3 {
	margin: 0 auto;
	margin-top:150px;
	font-size:20px;
}
.Button4 {
	width:150px;
	height:90px;
	font-size:28px;
	line-height:90px;
	text-align: center;
	color: #fff;
	font-family: light;
	cursor: pointer;
}
.ReservationLargeBtn {
	background-color: var(--red);
	width: 420px;
	height:130px;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	padding:20px;
	padding-left:120px;
	background-image: url(ImgObjects/TurnosIcon.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	background-size: auto 85%;
	font-size:12px;
}
.ReservationLargeBtn h2 {
    -webkit-margin-before: 5px;;
    -webkit-margin-after: 0px;;
    font-size:28px;
}
.ReservationLargeBtn span {
	font-size:18px;
}
.BlueBtn {
	background-color: var(--blue);
	color: #fff;
}
.ContactUsPage .ContactBar .Column {
	width: 450px
}
.ContactUsPage .ContactBar .Column:nth-child(2) {
	text-align: left;
	padding-top:50px;

}
.ContactUsPage .ContactBar .Column:nth-child(2) span {
	font-family: regular;
	display: block;
	margin-bottom:10px;
	color: var(--blue)
}
.ContactUsPage .ContactBar .Column:nth-child(2) .BlueBtn {
	font-size:16px;
	padding-right:50px;
}
.ContactUsPage .ContactBar {
	margin-bottom:30px;
}
.StaffBox {
	width: 150px;
	margin:15px;
	text-align: center;
	display: inline-block;
	vertical-align:top;
}
.ResourceImage {
	box-shadow: 5px 5px 35px rgba(100,100,100,.7);
	width: 90px;
	height: 90px;
	border-radius: 400px;
/* 	box-shadow: 0px 0px 35px rgba(100,100,100,.3); */
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	transition: box-shadow .7s;
}
.StaffBox:hover .ResourceImage {
	box-shadow:0px 0px 45px rgba(100,100,100,.6);
}

.ManIcon {
	background-image: url(ImgObjects/TeamMan.jpg);
}
.WomanIcon {
	background-image: url(ImgObjects/TeamWoman.jpg);
}

.ResourceName {
	font-size: 16px;
	transition: color .7s;
	text-transform: capitalize;
	font-weight: bold;
	color: #666;
}
.StaffBox:hover .ResourceName {
	color: orange;
}
.ResourceSpecialties {
	font-size: 14px;
	font-family: regular;
	color: var(--blue);
}

.AboutUsContent {
	text-align: left;
}
.AboutUsImage {
	background-image: url(ImgObjects/FundadoBG.jpg);
	width: inherit;
	height:200px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	margin-top:20px;
	margin-bottom:30px;
	transition: background-position 5s, background-size 5s;
}
.AboutUsImage:hover {
	background-size:180%;
	background-position:-30px 20px;
}
.AboutUsImage h2 {
	position: absolute;
	top:30px;
	right:100px;
	width: 400px;
	text-align: right;	
	color: #fff;
	font-size: 22px;
	line-height:35px;
}
.TopPanel {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;	
	border: 1px solid transparent;
	height:400px;
}
.DepilacionBtn {
	width: 250px !important;
	background-color: var(--blue);
	background-image: url(ImgObjects/DepilacionIcon.png)
}
.CorporalesBtn {
	width: 200px !important;
	background-color: var(--gray);
	padding-left:20px !important;
}
.FacialBtn {
	width: 350px !important;
	background-color: var(--brightgreen);
	background-image: url(ImgObjects/EsteticaIcon.png)
}
.TatuajesBtn {
	width: 200px !important;
	background-color: var(--gray);
	padding-left:20px !important;
}

.TreatmentPage .LargeBtn {
	margin-left:-4px;
	margin-right:0px;
}
.ServiceContentBox {
	margin-top:30px;
}
.ServiceContentBox .Column {
	width:45%;
	display: inline-block;
	vertical-align: top;
}
.ServiceContentBox .Column:nth-child(1) {
	width:60%;
}
.ServiceContentBox .Column {
	width:25%;
}
.ContentBoxImage {

}
.ReservationBtn2 {

}
.ServiceBox {
	margin:30px 0px;
}
.ServiceTopContent img {
	float: left;
	margin-right:30px;
	/* padding-bottom:50px; */
	width:220px;
}
.ReservationBtn2 {
	background-image: url(ImgObjects/TurnosIcon.png);
	background-size: auto 80%;
	background-position: 10px 7px;
	background-color: var(--red);
	background-repeat: no-repeat;
	height:50px;
	width:350px;
	color: #fff;
	font-size:24px;
	box-sizing: border-box;
	padding-left:70px;
	line-height:50px;

}
.ServiceListPanel {
	box-sizing: border-box;
	padding:0px 30px;
}
.TitleBar {
	height:50px;
	font-size:28px;
	font-family: light;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	position: relative;
	line-height: 50px;
	box-sizing: border-box;
	padding:0px 10px;
	transition: background-color .7s, color .7s;
}
.TitleBar img {
	position: absolute;
	top:5px;
	right:50px;
	height:35px;
}
.ExpandBtn {
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	top:5px;
	right:15px;
	width: 35px;
	height:35px;
	transition: transform 1.5s;
	background-image: url(ImgObjects/ArrowDown.png)
}
.Expanded {
	color: #fff;
	background-color: var(--red)

}
.Expanded .ExpandBtn {
	transform: rotateZ(180deg);
	background-image: url(ImgObjects/ArrowDownWhite.png)

}
.TreatmentPage .LargeBtn {
	transition: transform .7s;
}
.TreatmentPage .LargeBtn:hover {
	transform: translateY(-20px)
}
.SplashPage .Logo {
	width: 150px;
	margin: 0 auto;
}
.ServiceContent b {
	font-family: light !important;
	font-size:22px;
	line-height:33px;
	color: var(--blue);
	display: block;
	margin:10px 0px;
}
.Circule1 {
	border-radius: 500px;
}
.ServiceContent {
	line-height: 26px;
}
.ServiceContentBox .ReservationBtn3 {
	margin-top:80px
}
.barman {
	background-image: url(BIO/Barman.jpg);
}

.silvia {
	background-image: url(BIO/silvia-lugy.jpg);
}

.adriana {
	background-image: url(BIO/adriana-lugy.jpg);
}

.vanesa {
	background-image: url(BIO/vanesa.jpg);
}

.marcela {
	background-image: url(BIO/marcela.jpg);
}
.masoledad {
	background-image: url(BIO/lorena.jpg);		
}
.lorena {
	background-image: url(BIO/lorena.jpg);
}

.avila {
	background-image: url(BIO/avila.jpg);
}

.nadia {
	background-image: url(BIO/nadia.jpg);
}

.romina {
	background-image: url(BIO/romina.jpg);
}

.carina {
	background-image: url(BIO/carina.jpg);
}

.juan {
	background-image: url(BIO/juan.jpg);
}

.ivana {
	background-image: url(BIO/ivana.jpg);
}

.emiliano {
	background-image: url(BIO/Emiliano.jpg);
}

.adalberto {
	background-image: url(BIO/Adalberto.jpg);
}

.HeadPanel {
	transition: background-size 5s !important;
}
.HeadPanel:hover {
	background-size:150% !important;
}
.MapIcon {
	cursor: pointer;	
}
.MomsPage .LargeBtn:nth-child(4) {
	width:220px !important;
}
.MomsPage .TitleBar img {
	display: none;
}
.ReservationMessage {
	position: fixed;
	top:-1500px;
	left:0px;	
	width: 100%;
	padding: 20px 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	transition: top .7s;
	height:200px;
	z-index:100000001;
	background-color: rgba(82,152,216,.9);
	padding-top:50px;
}
.BackgroundReservationMessage {
	z-index:100000000;
	position: fixed;
	width:100%;
	height:0px;
	left:0px;
	right:0px;
	top:0px;
	transition: background-color 2s;
}
.ShowReservationMessage .BackgroundReservationMessage {
	bottom:0px;
	height: auto;
	background-color: rgba(0,0,0,.4);
}
.ShowReservationMessage .ReservationMessage {
	top:0px;
}
.StaffSection {
	border-top: 1px dotted #999;
	position: relative;
	padding-top: 10px;
	padding-bottom:30px;
	margin-top: 70px;
}
.StaffSectionTitle {
	font-family: light;
	font-size: 24px;
	position: absolute;
	top:-40px;
	left:0px;
	text-align: center;
	width: 100%;
	color: #52a3ee;
	font-weight: bold;
}
.MachineBar div {
	display: inline-block;	
	height: 80px;
	width: 160px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #999;
	transition: border-radius 3s, transform .7s, box-shadow .7s, border .7s;
	cursor:pointer;
}
.MachineBar div:hover {
	transform: scale(1.2);
	box-shadow: 0px 0px 35px var(--brightgreen);
	border: none;
	border-radius:100px;
}
.ProvVenusfreeze {
	background-image: url(ImgObjects/ProvVenusfreeze.jpg);
}
.ProvVelashape {
	background-image: url(ImgObjects/ProvVelashape.jpg);
}
.ProvUltrav {
	background-image: url(ImgObjects/ProvUltrav.jpg);
}
.ProvThermage {
	background-image: url(ImgObjects/ProvThermage.jpg);
}
.ProvSoprano {
	background-image: url(ImgObjects/ProvSoprano.jpg);
}
.ProvLightsheer {
	background-image: url(ImgObjects/ProvLightsheer.jpg);
}
.ProvHighlight {
	background-image: url(ImgObjects/ProvHighlight.jpg);
}
.ProvHarmony {
	background-image: url(ImgObjects/ProvHarmony.jpg);
}
.ProvCutera {
	background-image: url(ImgObjects/ProvCutera.jpg);
}
.ProvCoolsculpting {
	background-image: url(ImgObjects/ProvCoolsculpting.jpg);
}
.ProvAccent {
	background-image: url(ImgObjects/ProvAccent.jpg);
}
.ProvAccent0 {
	background-image: url(ImgObjects/accent_viejo.png);
}

.ServiceContent ul {
	list-style-image: url('ImgObjects/bulletpoint.png');		
	display: inline-block;
	width:40%;
	vertical-align: top;
	margin:10px;
}
.ServiceContent ul li {
}
.ContentSection {
	margin-bottom:30px;
	box-sizing: border-box;
	padding: 10px 30px;
}
.ContentSection .SectionBoxImage {
	width: 400px;
	margin:20px;
	box-shadow: 5px 5px 48px rgba(100,100,100,.5);
	height: 430px;
	display: inline-block;
	box-sizing: border-box;
	padding:20px;
	background-color: #fff;
}
.ContentSection .SectionBoxImage img {
	width: 100px;
	vertical-align: top;
}
.ContentSection .SectionBoxContent {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	font-size: 16px;
	line-height: 22px;
}
.ContentSection .SectionBoxContent b {
	font-family: regular;
	color: var(--blue);
	font-size: 28px;
}
.ContentSection .Column {
	display: inline-block;
	width:400px;
}
.ContentSection:nth-child(even) {
	background-color: #eee;
}
.SeeMoreBtn {
	font-size:14px;
	padding:5px 30px;	
	height: 30px;
	line-height:30px;
	border-radius:100px;
}
.VideoContent iframe {
	margin-left:30px;
	margin-top:50px;
	box-shadow:11px 11px 35px rgba(100,100,100,.7);
	width:450px;
	height:250px;
	margin-bottom:50px;
}
.ImageContent img {
	margin-left: 30px;
	margin-top: 30px;
}
.ContactForm .FormElement {
	transition: transform 3s;
}
.ContactForm .SendBtn {
	transition: transform .7s;
}
.ContactForm .FormElement:nth-child(1) {
	transition-delay:1s;
}
.ContactForm .FormElement:nth-child(2) {
	transition-delay:.7s;
}
.ContactForm .FormElement:nth-child(3) {
	transition-delay:0s;
}
.ContactForm .FormElement:nth-child(4) {
	transition-delay:.5s;
}
.ContactForm .FormElement:nth-child(5) {
	transition-delay:.8s;
}
.ContactForm .FormElement:nth-child(6) {
	transition-delay:0s;
}
.ContactForm .SendBtn {
	transition-delay:2s;
}

.Sending .FormElement {
	transform: translateX(2000px)
}
.Sending .SendBtn {
	transform: translateX(2000px);
}
.FormMessage {
	width: 100%;
	height: 300px;
	position: absolute;
	top:-600px;
	transition: top .7s;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
}
.SubscribeBox .FormMessage {
	color: #fff;
	background-color: #517FA3;
	width:100%;
	height:100px;
}
.FormSent .FormMessage {
	top:200px;	
}
.Button5 {
	display: inline-block;
	padding:10px 30px;
	cursor: pointer;
}
.RedBtn {
	background-color: red;
	color: #fff;
}
.SubscribeBox.FormSent .FormMessage{
	top:0px;
}
.SubscribeBox * {
	transition: transform 2s;
}
.SubscribeBox.Sending input {
	transform: translateX(2000px);
}
.SubscribeBox.Sending .SubscribeBtn {
	transform: translateX(2000px);
}
.ConsultasBtn div {
	font-size: 28px;
	font-weight: bold;
	line-height:38px;

}
.ConsultasBtn span {
	font-size: 14px;
}
.ConsultasBtn img {
	width:60px;
	margin-top:0px;
	padding-bottom:30px;
}
.ConsultasBtn {
	background-color: var(--blue);
	color: #fff;
	padding:15px;
	cursor: pointer;
	line-height:18px;
	width:300px;
}
.Column:nth-child(2) .ConsultasBtn {
	margin-left: 30px;		
}

.ImageAlt1 {
	width: 450px !important;
	margin: 30px;	
	box-shadow:11px 11px 35px rgba(100,100,100,.7);

}
form [name="service"] {
	min-width:300px;
}
.BRBrand {
	display: block;
}
.notvalidemail {
	border:1px dotted red !important;	
}
.HomePage .FacebookIcon {
	position: absolute;
	top:170px;
	left:0px;
}
.HomePage .InstagramIcon {
	position: absolute;
	top:170px;
	left:50px;
}
.SpecialOfferBox {
	text-align: center;
	margin-top: 130px;
	color: #fff;
	font-family: light;
	transition: transform 6s;
	width: 500px;
	position: relative;
	height: 190px;
	margin:0 auto;
	margin-top:80px;
	transition: box-shadow .7s;	
	position: relative;
}
.SpecialOfferBox:hover {
	box-shadow: 0px 0px 55px #fff;
}
.SpecialOfferBox .SpecialOfferSlider {
	position: absolute;
	width: 590px;
	height: 190px;
	top:0px;
	left:0px;
	overflow: hidden;
}
.SpecialOfferBox .SpecialBox {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;	
	width: 500px;
	height:190px;
	position: absolute;
	left: 800px;
	top:0px;
	transition: left .7s, transform 1s;
	transform: rotateY(190deg);
}
.SpecialOfferBox .SpecialBox.Selected {
	left:0px;
	transform: rotateY(0deg);
}
.SpecialOfferBox .SpecialCaption {
	width: 500px;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom:0px;
	left:0px;
	line-height: 50px;
}
.SpecialOfferBox .SpecialBuyBtn {
	background-color: red;
	top:0px;
	right:0px;
	color: #fff;
	border-radius: 0px 0px 0px 50px;
	position: absolute;
	line-height: 40px;
	height: 40px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.SpecialOfferBox .Special1 {
	background-image: url(ImgObjects/special1.jpg);
}
.SpecialOfferBox .Special2 {
	background-image: url(ImgObjects/special2.jpg);
}
.SpecialOfferBox .Special3 {
	background-image: url(ImgObjects/special3.jpg);
}
.SpecialOfferBox .Arrow {
	position: absolute;
	top:50px;
	cursor: pointer;
	background-size: 100%;
	background-repeat: not;
	background-position: center;
	width: 60px;
	height: 60px; 
}
.SpecialOfferBox .ArrowRight {
	left:-60px;
}
.SpecialOfferBox .ArrowLeft {
	right:-60px;
}
.ShowPopUp .CentralButtons {
	margin-top:-20px;

}

.SpecialsList {
	text-align: left;
}
.SpecialsList .ProductItem {
	width: 480px;
	box-shadow: 5px 5px 15px rgba(100,100,100,.2);
	background-color: #fff;
	min-height: 300px;
	display: inline-block;
	margin:15px;		
	position: relative;
	margin-top:60px;
	text-align: left;
	vertical-align: top;
}
.PromoRotator .SpecialsList .ProductItem .BuyBtn {
	width: 100px;
	height: 50px;
	border-radius: 50px;	
	background-color: #EF1516;
	color: #fff;
	line-height: 50px;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 100;
}
.SpecialsList .ProductItem .BuyBtn {
	width: 130px;
	height: 40px;
	background-color: #EF1516;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top:10px;
	right:5px;
	z-index: 100;
	font-style: normal;
	border-radius:80px;
}

.SpecialsList .ProductItem .SeeMoreBtn{
	display: none;
		
}

.SpecialsList .ProductItem .ItemName {
	position: absolute;
	top:-40px;
	left:5px;
	font-size: 24px;
	font-weight: bold;
	color: #888;
	width:470px;
}
.SpecialsList .ProductItem .ItemDescription {
	width: 480px;
	padding: 10px 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}
.SpecialsList .ProductItem .ItemPrice {
	display: none;
}
.SpecialsList .ProductItem .ItemPhoto {
	width: 480px;
	height: 250px;
	background-position: center;
	background-size: 100%;
}
.SpecialsPage {
		
}
.SpecialsPage .InactiveSpecial {
	opacity: .5;
	pointer-events:none;
	box-shadow: none;		
}



.PopUpAd .ProductItem {
	width: 720px;
	box-shadow: 5px 5px 15px rgba(100,100,100,.2);
	background-color: #fff;
	height: 350px;
	display: inline-block;
	/* margin:15px; */
	position: relative;
	/* margin-top:60px; */
	text-align: left;
	vertical-align: top;
	position: absolute;
	top:0px;
	left:-1000px;
	transition: left .7s;
}
.PromoRotator .PopUpAd .ProductItem .BuyBtn {
	width: 100px;
	height: 50px;
	border-radius: 50px;	
	background-color: #EF1516;
	color: #fff;
	line-height: 50px;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top:0px;
	right:0px;
	z-index: 100;
}
.PopUpAd .ProductItem .BuyBtn {
	width: 130px;
	height: 40px;
	background-color: #EF1516;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top:10px;
	right:5px;
	z-index: 100;
	font-style: normal;
	border-radius:80px;
}

.PopUpAd .ProductItem .SeeMoreBtn{
	width: 70px;
	height: 40px;
	background-color: #fff;
	color: #333;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top:120px;
	right:5px;
	z-index: 100;
	font-style: normal;
	border-radius: 0px;
}

.PopUpAd .ProductItem .ItemName {
	display:none;
}
.PopUpAd .ProductItem .ItemDescription {
	display: none;
}
.PopUpAd .ProductItem .ItemPrice {
	display: none;
}
.PopUpAd .ProductItem .ItemPhoto {
	width: 720px;
	height: 330px;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top:0px;
	left:0px;
}
.PopUpAd .Selected {
	left: 0px;
}

.ContactForm label.error {
	color: yellow;
	position: absolute;
	top:70px;
	text-align: left;
	font-size:11;
}	
.ReservationBtn3Mobile {
	display: none;
}

.ReservationBtn5 {
	vertical-align: middle;
	display: inline-block;
	height:50px !important;
	line-height:50px;
	padding:15px 15px;
	text-align: center;
	color: #fff;
	font-size:22px;
	width:260px !important;
	background-color: #F8551D;
	font-size: 18px;
	line-height:22px;
	box-sizing: border-box;
	margin-top: 2px;
	cursor: pointer;
	z-index:10000;
	border-radius: 10px;
	cursor:pointer;
}
.Bullet1 {
	display: inline-block;
/* 	border: 1px solid red; */
	width: 49%;
	vertical-align: top;
	line-height: 18px;
	padding-top:20px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
}
.Bullet1 img {
	position: relative;
	top:-20px;
	width: 70px;
	vertical-align: middle;
	margin: 0px;
	height: auto;
	/* 	float: none; */
}
.Bullet2 {
	margin: 20px 0px;
	display: inline-block;
	margin-right: 30px;
}
.Bullet2 img {
	width: 60px;
	display: inline-block;
	margin: 5px;
	margin-right: 20px;
	vertical-align: top;
}
.Bullet2 span {
	width: 300px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}