@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,700);*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,700);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic,700italic);
html, body{
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
}
body{
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	font-size: 100%;
}
img{
	border:none;
}
a {
	/*transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;*/
}
.centrado{
	margin: 0px auto;
	position: relative;
	width: 100%;
}

.base-portada{
	background-color: #fff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 200;
}
.portada{
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 300;
}
/*.portada::before{
  background-color: rgba(96,96,96,0.2);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.marco{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	border: 30px solid rgba(255,255,255,0);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.9), inset -1px -1px 0px rgba(255, 255, 255, 0.9);
	height: 100%;
	padding: 0px;
	position: relative;
	width: 100%;
}*/
/*--------------------------------Segundo menú -------------------*/
.container-menu-second{
	margin-top: -75px;
	position: fixed;
	right: 10px;
	top:50%;
	z-index: 10;
}
.link-circle{
	background-color: #D19900;
	border:1px solid #FFF3D0;
	border-radius: 50%;
	cursor: pointer;
	height: 9px;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	margin-top:2px;
	width: 9px;
}
.link-text{
	float: right;
	height: 20px;
	overflow: hidden;
	position: relative;
	-webkit-transition: width 0.5s; 
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
	width: 0px;
}
.nav li:hover > .link-text{
	width: 150px;
}
.nav li:hover > .link-circle{
	background-color: #FFF3D0;
	border:3px solid #D19900;
	height: 7px;
	width: 7px;
}
.nav li{
	list-style: none;
	height: 20px;
	padding: 2px 0px;
}
.nav li a{
	display: block;
	color: #D19900;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}

/*-------------------------------- Menú Mobile ----------------------*/
.menu-container{
	left: 0px;
	/*max-width: 180px;*/
	overflow: hidden;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.menu-icon{
	top: 0px;
	left: 0px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	width: 50px;
	z-index: 201;	
}
.menu-icon:hover{
	box-shadow: inset 2px 2px 0px rgba(221, 240, 244, 0.9), inset -2px -2px 0px rgba(221, 240, 244, 0.9);
}
.menu-icon span{
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 50px
}
.menu-open{
	background-image: url(../img/menu-icon.png);
}
.menu-close{
	background-image: url(../img/close.png);
}
.menu-height{
	height: 100%;
}
.options-container{
	background-color: rgba(255,255,255,0.75);
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	max-height: 0;
	overflow: hidden;
	/* Set our transitions up. */
	-webkit-transition: width 0.2s, max-height 0.5s;
	-moz-transition: width 0.2s, max-height 0.5s;
	transition: width 0.2s, max-height 0.5s;
	padding: 0px 10px;
	position: fixed;
	width: 0px;
	z-index: 100;
}
.options-container div {
	border:  2px solid #606060;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	padding: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
.show-options{
	max-height: 100%;
	height: 100%;
	padding: 40px 20px;
	width: 100%;
}
.om-list{
	margin: 60px auto 20px;
	padding: 10px;
}
.om-list li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.om-list a{
	color: #606060;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}
.om-list a:hover{
	text-decoration: underline;
}
/*--------------------------------- Menú Desktop---------------- */
.logo-small{
	background-image: url(../img/logo-small.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 65px;
	position: relative;
	width: 260px;
}
.logo-small a{
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.menu-desktop{
	/*background-color: rgba(96,96,96,0.1);*/
	display: none;
	visibility: hidden;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.menu-nav{
	float: right;
	max-width: 1440px;
	position: relative;
    width: calc(100% - 260px);
}
.menu-nav-mobile {
    position: relative;
    width: 100%;
}
.desktop-options{
	margin: 0px;
	padding: 0px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.desktop-options li{
	display: table-cell;
	list-style: none;
    vertical-align: middle;
	position: relative;
	/* float: none; */
}

.desktop-options li .social {
	width: 50px;
	display: inline;
}

.desktop-options a{
	color: rgba(255, 255, 255, 0.9);/*rgba(96,96,96,0.9)*/
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	/* margin-left: 15px; */
	padding: 20px 10px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	text-shadow:1px 1px 2px rgba(96,96,96,0.4);
}
.desktop-options a:hover{
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7);
	/*color: rgba(96,96,96,0.6);
	text-decoration: underline;*/
}
.desktop-options li ul{
	background: rgba(255, 255, 255, 0.9);
	box-shadow: -1px 2px 2px rgba(96,96,96,0.2);
	opacity:0;
	position: absolute;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	visibility: hidden;
	display: table;
	margin: 0px;
	/* max-width: 166px; */
	padding: 10px 0px;
	table-layout: fixed;
	top: auto;
	width: 150%;
	z-index: 20;
}

.desktop-options li ul ul{
	right: -150%;
}

desktop-options li ul li ul li a{
	color: rgba(255, 243, 208, 0.9);/*rgba(96,96,96,0.9)*/
}

.desktop-options li ul li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
}
.desktop-options li ul li a{
	color: rgba(96, 96, 96, 0.7);/*rgba(96,96,96,0.9)*/
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 17px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    text-shadow:1px 1px 2px rgba(96,96,96,0);
}
.desktop-options li ul li a:hover{
	color: rgba(96, 96, 96, 0.5);
	border: none;
}
.desktop-options li:hover > ul{
	opacity:1;
	visibility:visible;
}
/*------------------------------ MENÚ MOBILE ----------------------*/
.desktop-options-mobile{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.desktop-options-mobile li{
	display: table;
	list-style: none;
}
.desktop-options-mobile a{
	color: rgba(96, 96, 96, 0.7);/*rgba(96,96,96,0.9)*/
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 15px;
	padding: 15px 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.desktop-options-mobile a:hover{
	/*border-bottom: 2px solid rgba(255, 255, 255, 0.7);*/
	color: rgba(255, 255, 255, 0.9);
	background: rgba(133, 189, 93, 0.8);
	/*color: rgba(96,96,96,0.6);
	text-decoration: underline;*/
}
.desktop-options-mobile li ul{
	background: rgba(133, 189, 93, 0.95);
	opacity:0;
	position: absolute;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	visibility: hidden;
	display: table;
	margin: 0px;
	max-width: 300px;
	padding: 10px 0px;
	left: 0px;
	table-layout: fixed;
	top: auto;
	width: 100%;
	z-index: 20;
}
.desktop-options-mobile li ul li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
}
.desktop-options-mobile li ul li a{
	color: rgba(255, 255, 255, 0.9);/*rgba(96,96,96,0.9)*/
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 17px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.desktop-options-mobile li ul ul{
	right: -16% !important;
    left: auto !important;
    background: rgba(96,96,96,0.9);
}
.desktop-options-mobile li ul li a:hover{
	color: rgba(96, 96, 96, 0.5);
	border: none;
}
.desktop-options-mobile li:hover > ul{
	opacity:1;
	visibility:visible;
}


.social{
	display: block;
	/* float: right; */
	position: relative;
	text-align: center;
	width: 80px;
}
.facebook,
.instagram{
	display: block;
	float: left;
	height: 28px;
	margin: 20px 0px 0px 5px !important;
	padding: 0px !important;
	width: 28px;
}
.facebook{
	background-image: url(../img/facebook.png);
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
.instagram{
	background-image: url(../img/instagram.png);
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
/*--------------------LOGO ------------------------*/
.logo-container-big{
	bottom: 120px;
	position: absolute;
	width: 100%;
}
.logo-div{
	margin: 0px auto;
	max-width: 700px;
	position: relative;
	width: 95%;
}
.logo-div span{
	display: block;
	text-align: left;
}
.logo-div img{
	max-width: 500px;
	opacity: 0.7;
	vertical-align: bottom;
	width: 100%;
}
/*------------------------------------SLIDER-----------------*/
.slides h3{
	color: rgba(96,96,96,0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 38px;
	font-weight: 400;
	padding: 10px 50px 20px;
	text-transform: uppercase;
}
.slide-1 div, .slide-2 div,
.slide-3 div, .slide-4 div,
.slide-5 div, .slide-6 div{
	height: 100%;
	/*border: solid 30px #fff;*/
	padding: 30px 15px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  z-index: 10;
}
.slide-1{
	background-image: url(../img/cover.jpeg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-2{
	background-image: url(../img/depilacion.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-3{
	background-image: url(../img/massage.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-4{
	background-image: url(../img/girl.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide-1::before,
.slide-2::before,
.slide-3::before,
.slide-4::before,
.slide-5::before,
.slide-6::before{
  background-color: rgba(96,96,96,0.2);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide-1 h3{
	color: rgba(96,96,96,0.9);
}
/*---------------------------------- Titulos y botón de portada-------------*/
.title-portada{
	margin-left: 5%;
	margin-top: 10%;
	max-width: 590px;
	position: relative;
	width: 100%;
}
.title-portada p{
	color: rgba(255,255,255,1);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	font-weight: 100;
	margin: 10px 0px 0px;
	text-shadow:1px 1px 2px rgba(96,96,96,0.1);
}
.depila,
.dejate{
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(96,96,96,0.1);
}
.depila{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	font-weight: 100;
	margin: 50px 0px 0px;
}
.dejate{
	font-family: 'Raleway', sans-serif;
	font-size: 44px;
	font-weight: 200;
	letter-spacing: -3px;
	margin: 10px 0px 0px;
}
.boton{
	margin: 5%;
	padding: 30px 0px !important;
	position: relative;
	width: 100%;
}
.boton a{
	border: 2px solid rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.9);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 21px;
	font-weight: 700;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(96,96,96,0.1);
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.boton a:hover{
	background-color: rgba(255,255,255,1);
	color: rgba(96,96,96,0.3);
	text-shadow:none;
}
/*--------------------Puente----------------------*/
.logo-bridge{
	padding: 60px 0px 10px;
	display: block;
	text-align: center;
}
.logo-bridge img{
	max-width: 90px;
	vertical-align: bottom;
	width: 100%;
}
.bridge{
	/*background-image: url(../img/vintage_speckles.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;*/
	height: auto;
	margin: 0px;
	min-height: 40%;
	padding: 0px 0px 60px;
	position: relative;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	width: 100%;	
}
.color-in{
	background-image: url(../img/vintage_speckles.png);
}
.image-in{
	/*background-attachment: fixed;*/
	background-image: url(../img/band-1.jpg);
	background-size: cover;
	background-position: -920px center;
	background-repeat: no-repeat;
	/*border-bottom: 5px solid #A0D5CD;
	border-top: 5px solid #A0D5CD;*/
	min-height: 50%;
	overflow: hidden;
}
.image-in-two{
	/*background-attachment: fixed;*/
	background-image: url(../img/band-2.jpg);
	background-size: cover;
	background-position: -320px center;
	background-repeat: no-repeat;
	/*border-bottom: 5px solid #A0D5CD;
	border-top: 5px solid #A0D5CD;*/
	min-height: 50%;
	overflow: hidden;
}
.image-in::after,
.image-in-two::after{
  background-color: rgba(96,96,96,0.35);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
/*.image-in::before,
.image-in-two::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: none repeat scroll 0% 0% #F8FBFA;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 10;
}*/
.title-bridge{
	color: rgba(96,96,96,0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 200;
	margin: 0px;
	padding: 20px 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
.subtitle-bridge{
	color: rgba(96,96,96,0.7);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
}
.subtitle-bridge::before{
	border-top: 7px dotted rgba(96,96,96,0.3);
	content: '';
	display: block;
	height: 30px;
	margin: -25px auto 0px;
	width: 150px;
}
.boton-bridge{
	display: block;
	padding: 45px 0px;
	text-align: center;
}
.boton-bridge a{
	border: 2px solid #D19900;
	color: #D19900;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.boton-bridge a:hover{
	background-color: #D19900;
	color: #FFF3D0;
}
/*-------------------- Contanedores de MÁLIKA ----------------------*/
.malika{
	height: auto;
	margin: 0px;
	/*min-height: 100%;*/
	padding: 0px;
	position: relative;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	width: 100%;
}
.malika{
	/*background-image:url(../img/satinweave.png);*/
	background-color: #fff;
	border-top: 4px solid rgba(126,176,152,0.05);
	overflow: hidden;
}
.malika:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: none repeat scroll 0% 0% rgba(126,176,152,0.05);
    left: 50%;
    margin-left: -10px;
    top: -10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

}
.half-article{
	margin: 0px;
	position: relative;
	width: 100%;
}
.container-malika{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0px auto;
	padding: 25px;
	position: relative;
	width: 95%;
}
.title-malika{
	color: #A0D5CD;
	font-family: 'Raleway', sans-serif;
	font-size: 31px;
	font-weight: 400;
	margin: 0px;
	padding: 50px 30px 10px;
	text-align: center;
	text-transform: uppercase;
}
.text-malika{
	color: rgba(96,96,96,0.7);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 36px;
	padding: 10px 30px;
	text-align: center;
}
.text-malika::before{
	border-top: 10px dotted #D19900;
	content: '';
	display: block;
	height: 30px;
	margin: -25px auto 0px;
	width: 40px;
}

.testimonials-article{
	background-color: rgba(126,176,152,0.05);
	clear: both;
	float: none;
	margin: 0px;
	overflow: hidden;
	padding: 40px 0px 0px;
	position: relative;
	width: 100%;
}
.testimonials-article::before{
	position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: none repeat scroll 0% 0% rgba(255,255,255,1);
    left: 50%;
    margin-left: -10px;
    top: -10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -web-kit-transform: rotate(-45deg);
}
.title-testimonial{
	color: #A0D5CD;
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin: 0px;
	padding: 50px 30px 10px;
	text-align: center;
	text-transform: uppercase;
}
.text-testimonial{
	color: rgba(96,96,96,0.7);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	margin: 0px auto;
	padding: 50px 40px;
	text-align: center;
}
.boxing{
	margin: 0px auto;
	max-width: 800px;
	position: relative;
	width: 100%;
}
.text-testimonial::before{
	position: absolute;
    content: url("../img/quote-left.png");
    width: 40px;
    height: 40px;
    left: -30px;
    top: -30px;
}
.text-testimonial::after{
	position: absolute;
    content: url("../img/quote-right.png");
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 0px;
}
/*---------------------------tratamientos-------------------*/
.especial{
	max-width: 1080px !important;
	overflow: hidden;
}
.tratamientos,
.trat-article,
.inner-box,
.image-box,
.text-box{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tratamientos{
	border-top: solid 5px rgba(126,176,152,0.05);
	height: auto;
	margin: 0px;
	/* min-height: 100%; */
	overflow: hidden;
	padding: 70px 0px 0px;
	position: relative;
	width: 100%;
}
.tratamientos::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: none repeat scroll 0% 0% rgba(126,176,152,0.05);
    left: 50%;
    margin-left: -10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -web-kit-transform: rotate(-45deg);
    top: -10px;
}
.title-tratamientos{
	color: #A0D5CD;
	font-family: 'Raleway', sans-serif;
	font-size: 31px;
	font-weight: 400;
	margin: 0px;
	padding: 100px 30px 70px;
	text-align: center;
	text-transform: uppercase;
}
.subtitle-tratamientos {
    color: rgba(96, 96, 96, 0.7);
    font-family: "Archivo Narrow",sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    padding: 10px 30px 0px;
    text-align: center;
}
.subtitle-tratamientos:before {
    border-top: 10px dotted #D19900;
    content: "";
    display: block;
    height: 30px;
    margin: -25px auto 0px;
    width: 40px;
}
.trat-article{
	border: solid 5px rgba(126,176,152,0);
	float: left;
	margin:0px;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.inner-box{
	background-image: url(../img/tratamientos/bg-hover.png);
	background-size: 55%;
	background-position: top center;
	background-repeat: no-repeat;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
}
.inner-box a{
	background-color: #FFF3D0;
	border-radius: 5px;
	color: #D19900;
	display: inline-block;
	font-size: 13px;
	margin: 20px 0px 0px 40px;
	opacity: 0;
	padding: 3px 5px;
	text-decoration: none;
	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;
}
.trat-article:hover > .inner-box a{
	opacity: 1;
}
.inner-box:hover > .image-box img{
	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;
	opacity: 0;
}
.inner-box:hover > .image-box{
	background-color: rgba(255,255,255,0);
}
.image-box{
	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;
	background-color: rgba(255,255,255,1);
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.image-box span{
	display: block;
	text-align: center;
}
.image-box img{
	vertical-align: bottom;
	width: 40%;
}
.text-box{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.text-box h4{
	color: #A0D5CD;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 15px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.text-box p{
	color: rgba(96,96,96,0.7);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 10px 20px 5px;
	text-align: center;
}
/*------------------------------------Promociones -------------------------*/
.inner-promo,
.inner-promo h4,
.inner-promo p{
	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;
}
.promo-article{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	height: auto;
	/* margin: 90px 0px 40px; */
	padding: 0px;
	position: relative;
	width: 100%;
	flex:0 0 calc(100% - 1rem);
}
.promo-article:hover > .inner-promo{
	border-color: #D19900;
}
.promo-article:hover > .inner-promo h4,
.promo-article:hover > .inner-promo p{
	color: #D19900;
}
.inner-promo{
	border: 5px solid #A0D5CD;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    height: auto;
	margin: 0px auto;
	padding: 40px 20px;
	position: relative;
	width: 95%;
}
.inner-promo h4 {
    color: #A0D5CD;
    font-family: "Raleway",sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0px;
    padding: 15px 20px 0px;
    text-align: center;
    text-transform: uppercase;
}
.inner-promo p {
    color: #A0D5CD;
    font-family: "Archivo Narrow",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 10px 20px 5px;
    text-align: center;
}

/*---------------------------------CONTACTO---------------------------*/
.footer{
	/*background-image: url(../img/congruent_pentagon.png);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;*/
	background-color: #A0D2CC;
    min-height: 450px;
    overflow: hidden;
	position: relative;
	width: 100%;
}
.foot-article-form,
.foot-article-text{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0px;
	overflow: hidden;
	padding: 140px 0px 120px;
	position: relative;
	width: 100%;
}
.foot-article-text h4 {
    color: #FFF3D0;
	font-family: "Raleway",sans-serif;
	font-size: 44px;
	font-weight: 200;
    margin: 0px;
	padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}
.foot-article-text ul:before {
    border-top: 7px dotted rgba(255, 255, 255, 1);
    content: "";
    display: block;
    height: 30px;
    margin: 0px auto 0px;
    width: 150px;
}
.foot-article-text ul {
	margin: 0px;
	padding: 0px;
}
.foot-article-text li {
   color: rgba(255, 255, 255, 1);
	font-family: "Archivo Narrow",sans-serif;
	font-size: 18px;
	font-weight: 100;
    list-style: none;
    margin: 0px;
    padding: 5px 20px;
    text-align: center;
}
.social-icons a{
	display: inline-block;
	margin: 10px 5px;
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.social-icons a:hover{
	opacity: 0.5;
}
.social-icons span{
	display: block;
	text-align: center;
}
.social-icons img{
	max-width: 40px;
}
.contact-link{
	display: block;
	padding: 40px 0px;
	text-align: center;
}
.contact-link a{
	background-color: rgba(209,153,0,1);
	border: 2px solid #D19900;
	color: #FFF3D0;
	font-family: "Archivo Narrow",sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.contact-link a:hover {
	background-color: rgba(209,153,0,0);
	border: 2px solid #D19900;
	color: #D19900;
}

/*---------------------------Contact FORM -----------------*/
.cbp-mc-form {
    position: relative;
}
.cbp-mc-column {
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
}
 
.input-left{
	float: left;
	width: 49% !important;
}
.input-right{
	float: right;
	width: 49% !important;
}
.cbp-mc-form input[type="text"],
.cbp-mc-form input[type="email"],
.cbp-mc-form textarea,
.cbp-mc-form select {
	border: 5px solid #fff;
	background-color: #fff;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    font-family: "Archivo Narrow",sans-serif;
	font-size: 23px;
	font-weight: 100;
    margin: 0px 0px 10px;
    padding: 15px 20px;
    color: #D19900;
    display: block;
    width: 100%;
}
.cbp-mc-form input{
    border: none;
}
 
.cbp-mc-form textarea {
    min-height: 220px;
}
 
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
    outline: none;
    background-color: #FFF3D0;
}
 
.cbp-mc-form select:focus {
    outline: none;
}
 
::-webkit-input-placeholder { /* WebKit browsers */
    color: #A0D5CD;
    font-style: italic;
}
 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A0D5CD;
    font-style: italic;
}
 
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A0D5CD;
    font-style: italic;
}
 
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A0D5CD;
    font-style: italic;
}
 
.cbp-mc-submit-wrap {
    display: block;
    margin: 0px auto;
    padding: 30px 0px;
    text-align: center;
    max-width: 80%;
}
 
.cbp-mc-form input.cbp-mc-submit {
   	background-color: #FFF3D0;
	color: #A0D2CC;
	cursor: pointer;
	display: block;
	font-family: "Archivo Narrow",sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 70px;
	text-decoration: none;
	text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
}
 
.cbp-mc-form input.cbp-mc-submit:hover {
	color: #D19900;
}
 
/*---------------------------MAIN-FOOTER----------------*/
.main-footer{
	background-color: #f2f4f5;
	clear: both;
	min-height: 450px;
	padding: 10px 0px 30px;
	position: relative;
	width: 100%;
}
.inner-main-footer{
	margin: 0px auto;
	position: relative;
	width: 90%;
}
.inner-main-footer ul{
	margin: 0px;
	padding: 0px;
}
.inner-main-footer li{
	color: rgba(96, 96, 96, 0.9);
	font-family: "Archivo Narrow",sans-serif;
	font-size: 18px;
	font-weight: 100;
	list-style: outside none none;
	margin: 0px;
	padding: 5px 20px;
	text-align: center;
}
 /*-------------------------------ubicación------------------*/
 .ubicacion{
 	/*border-bottom: 5px solid #A0D5CD;
	border-top: 5px solid #A0D5CD;*/
 	margin: 0px;
 	min-height: 300px;
 	overflow: hidden;
 	padding: 0px;
 	position: relative;
 	width: 100%;
 }

 /*---------------------------------BACK TOP ---------------------*/
 #back-top{
 	background-color: rgba(133,189,93,0.5);
 	bottom: 20px;
 	height: 50px;
 	position: fixed;
 	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;
 	right: 20px;
 	width: 50px;
 	z-index: 10;
 }
  #back-top:hover{
 	background-color: rgba(133,189,93,0.8);
 }
 #back-top a{
 	background-image: url(../img/arrow-icon.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
 	height: 100%;
 	left: 0px;
 	position: absolute;
 	top: 0px;
 	width: 100%;
 }
 .ip-image{
 	padding: 0px !important;
 }
 .ip-image a{
 	display: block;
 	text-align: center;
 }
 .ip-image a img{
 	vertical-align: bottom;
 	width: 100%;
 }
.link-promo {
    color: #CD3C3E;
    text-decoration:none;
}
.link-promo:hover {
    color: #A4281C;
}

.flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 6rem 0;
}

.overlay {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 3;
}