/* ==========================================================================
   Micropigmentalia
   ========================================================================== */
@font-face {
    font-family: 'Fahkwang';
    src: url('Fahkwang-Medium.woff2') format('woff2'),
        url('Fahkwang-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Medium.woff2') format('woff2'),
        url('GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
body {
	font-family: 'Gotham Book', sans-serif;
}
.pageLoader{
    display: block;
    width: 100%;
    height: 100vh;
    background: #e3e2de;
    position: fixed;
    z-index: 999;
    text-align: center;
    padding-top: 50vh;
}
.pageLoader img {
    width: 70px;
    height: 70px;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #674327;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.topNav {
	display: none;
	background: #e3e2de;
	min-height: 35px;
}
/* Header */
header {
	background: url(../img/bolitas-header.png) no-repeat center center scroll #e3e2de;
	border-bottom: 1px solid #bcb1a6;
	background-size: cover;
	position: relative;

/*
	position: absolute;
    height: 60px;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
	background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,160,0,0) 100%);
*/
}
.logotipo {
    width: 260px;
    display: block;
    margin: 0px auto 30px;
	padding-top: 35px;
}
.logotipo img {
	width:100%;
}

ul#nav-ppal {
    font-family: 'Gotham Rounded', sans-serif;
    margin: 15px auto 0px;
    padding: 0px 0px 15px;
    display: block;
    position: relative;
    text-align: center;
    z-index: 99;
/*     border-bottom: 1px solid #bcb1a6; */
}
ul#nav-ppal li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
    position: relative;
}
ul#nav-ppal li a {
    color: #313132;
    text-transform: uppercase;
    font-size: 15px;

}
ul#nav-ppal li a:hover {
	text-decoration: none;
}
ul#nav-ppal li.lenguaje a {
	    color: rgba(49, 49, 50, 0.4);
}
ul#nav-ppal li.lenguaje a:hover {}

ul#nav-ppal ul {
	display: none;
    position: absolute;
    top: 28px;
    margin: 0px;
    padding: 0px;
    left: -17px;
    background: white;
}
ul#nav-ppal ul::before {
    content:'';
    display:block;
    width:0px;
    height:0px;
    position:absolute;
	top:-12px;
	display:block;
	margin:0 45%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right:8px solid white;
    transform:rotate(90deg);
}
ul#nav-ppal ul li {
    margin: 0px;
}
ul#nav-ppal ul li a {
    display: block;
    padding: 5px 10px;
    color: #585858;
    font-size: 14px;
}
ul#nav-ppal ul li a:hover {}
/* Display Dropdowns on Hover */
ul#nav-ppal li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
ul#nav-ppal ul li {
	float:none;
	display:list-item;
	position: relative;
}

ul#nav-ppal ul li a.esteticos { border-bottom:1px solid #607f6d; }
ul#nav-ppal ul li a.esteticos:hover { background:#607f6d; color: white;}
ul#nav-ppal ul li a.capilar { border-bottom:1px solid #d4755f; }
ul#nav-ppal ul li a.capilar:hover { background:#d4755f; color: white;}
ul#nav-ppal ul li a.oncologico { border-bottom:1px solid #b15b68; }
ul#nav-ppal ul li a.oncologico:hover { background:#b15b68; color: white;}
ul#nav-ppal ul li a.dermatologico { border-bottom:1px solid #404853; }
ul#nav-ppal ul li a.dermatologico:hover { background:#404853; color: white;}
ul#nav-ppal ul li a.antiaging { border-bottom:1px solid #427590; }
ul#nav-ppal ul li a.antiaging:hover { background:#427590; color: white;}


/* Hero */
#hero {
	max-height: calc(100vh - 42px);
    overflow: hidden;
}
#hero img {
	width: 100%;
}

/* Footer */
footer {
	background:#e3e2de;
}
span.copy {
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin: 8px 0px 4px;
}
span.copy::before {
    content: ' ';
    height: 24px;
    float: left;
    width: 40px;
    display: inline-block;
    background: url(../img/logo-footer.png);
    background-size: cover;
	margin-right: 5px;
}
span.copyMobile {
	display: none;
}
ul#social-footer  {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
ul#social-footer li  {
    display: inline-block;
    margin: 9px 5px;
}
ul#social-footer li a {
    width: 20px;
    display: inline-block;
}
ul#social-footer li a img {
    width: 100%;
}
ul#social-footer li a:hover {}


/* Sectores */
#section-header {
	padding: 12em 0px 10px;
}
.section-nosotros {
    background: url('../img/section-nosotros.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-capilar {
    background: url('../img/section-tratamientos-capilar.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-esteticos {
    background: url('../img/section-tratamientos-esteticos.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-oncologico {
    background: url('../img/section-tratamientos-oncologico.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-dermatologico {
    background: url('../img/section-tratamientos-dermatologico.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-antiaging {
    background: url('../img/section-tratamientos-antiaging.jpg') no-repeat center center scroll transparent;
    background-size: cover;
}
.section-micropigmentacion {
    background: url('../img/section-micropigmentacion.jpg') no-repeat center center scroll transparent;
    background-size: cover;	
}
.section-contacto {
    background: url('../img/section-contacto.jpg') no-repeat center center scroll transparent;
    background-size: cover;	
}
.section-book {
    background: url('../img/section-book.jpg') no-repeat center center scroll transparent;
    background-size: cover;	
}
.section-franquicias {
    background: url('../img/section-franquicias.jpg') no-repeat center center scroll transparent;
    background-size: cover;	
}
.section-formacion {
    background: url('../img/section-formacion.jpg') no-repeat center center scroll transparent;
    background-size: cover;	
}
#section-header h1 {
	text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham Rounded', sans-serif;
    color: #674327;
    font-weight: normal;
	margin-bottom: 2.5em;
}
#section-header h1 strong {
	border-bottom: 1px dotted #674327;
	font-weight: normal;
}
#section-header span.bc {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: rgba(103, 67, 39, 0.9);
}
#section-header span.bc a {color: rgba(103, 67, 39, 0.9); }
#section-header span.bc a:hover {}
#section-header span.bc a::after {
	content: ' ';
	background:url('../img/bc-separador.png') no-repeat center 3px scroll transparent;
	width:5px;
	height:	10px;
	display:inline-block;
	background-size:contain;
	margin:0px 2px 0px 4px;
}

/* Custom paddings */
.padding-4em {
	padding: 4em;
}
.padding-7em {
	padding: 7em 15px;
}
.padding-7em-top {
	padding: 7em 15px 0px;
}

/* Custom BG */
.bg-gray {
	background:#e3e2de;
}


/* Nosotros */
.nosotros-titulo {
	font-family: 'Fahkwang', sans-serif;
	color: #674327;
}
.esNosotros p {
    color: #231f20;
    font-weight: 100;
    margin-top: 2.5rem;
}
img.firma {
    width: 130px;
    float: right;
    margin-top: 30px;
}
.imgNosotros {
	background: url('../img/img-nosotros.jpg') no-repeat center center scroll transparent;
	background-size: cover;
}

.imgMicroAntes {
	background: url('../img/img-micro-antes.jpg') no-repeat center center scroll transparent;
	background-size: cover;
}

.imgMicroTech {
	background: url('../img/img-micro-tech.jpg') no-repeat top right fixed transparent;
/*     background-size: cover; */
}

/* Tratamientos */
article {
	padding: 0em 0px 7em;
}
.article-micro, .article-nosotros {
	padding: 0px;
}
.tCapilar {
/*
	background: url('../img/bolitas-capilar.jpg') no-repeat center -390px transparent;
    background-size: cover;
*/
}
.tEsteticos {
/*
	background: url('../img/bolitas-esteticos.jpg') no-repeat center -390px transparent;
    background-size: cover;	
*/
}
.tDermatologico {
/*
	background: url('../img/bolitas-dermatologico.jpg') no-repeat center -390px transparent;
    background-size: cover;	
*/
}
.tOncologico {
/*
	background: url('../img/bolitas-oncologico.jpg') no-repeat center -390px transparent;
    background-size: cover;	
*/
}
.tAntiaging {
/*
	background: url('../img/bolitas-antiaging.jpg') no-repeat center -390px transparent;
    background-size: cover;	
*/
}
.esTratamientos {
    padding-top: 7em;
    padding-bottom: 0px;
}
.esTratamientos h2 {
    font-family: 'Gotham Rounded', sans-serif;
}
.esTratamientos h2::before {
    display: inline-block;
    content: ' ';
    background-image: url(../img/arrow-right-capilar.svg);
    background-size: cover;
    height: 23px;
    width: 15px;	
}

.tEsteticos .esTratamientos h2::before {background-image: url(../img/arrow-right-esteticos.svg);}
.tEsteticos .nombreTratamiento::before {    background-image: url(../img/arrow-left-esteticos.svg);}
.tOncologico .esTratamientos h2::before {background-image: url(../img/arrow-right-oncologico.svg);}
.tOncologico .nombreTratamiento::before {    background-image: url(../img/arrow-left-oncologico.svg);}
.tDermatologico .esTratamientos h2::before {background-image: url(../img/arrow-right-dermatologico.svg);}
.tDermatologico .nombreTratamiento::before {    background-image: url(../img/arrow-left-dermatologico.svg);}
.tAntiaging .esTratamientos h2::before {background-image: url(../img/arrow-right-antiaging.svg);}
.tAntiaging .nombreTratamiento::before {    background-image: url(../img/arrow-left-antiaging.svg);}


.esTratamientos p {}
.esTratamientos p strong {}
.box-tratamiento {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 6px;
	margin-top: 3em;
}
.box-tratamiento h4 {
    position: absolute;
    top: -30px;
    background: #f3f3f3;
    padding: 10px;
    font-family: 'Gotham Rounded', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 6px;
    left: 20px;
}
.box-tratamiento > .row {
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-nombreTratamiento {
	align-items: center;
    display: flex;
}
.nombreTratamiento {
	font-family: 'Gotham Rounded', sans-serif;
	color:#19171c;
	position: relative;
}
.nombreTratamiento::before {
    display: block;
    content: ' ';
    background-image: url(../img/arrow-left-capilar.svg);
    background-size: cover;
    height: 12px;
    width: 8px;
    margin-right: 6px;
    position: absolute;
    left: -14px;
    top: 6px;
}
.imgTratamiento {
	width: 100%;
}
.box-tipologias {
    border-radius: 10px;
    color: white;
    padding: 15px;	
}
.box-tipologias h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    border-bottom: 1px solid white;
    margin: 0px;
    padding: 5px 10px;
}
.box-tipologias ul {
    margin: 10px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
}
.box-tipologias ul li {}


.tCapilar .esTratamientos h2 { color: #ef775b; }
.tCapilar .box-tipologias { background: #ef775b;}
.tCapilar .box-tratamiento h4 { color: #ef775b; }

.tEsteticos .esTratamientos h2 { color: #598974; } 
.tEsteticos .box-tipologias { background: #598974;}
.tEsteticos .box-tratamiento h4 { color: #598974; }

.tOncologico .esTratamientos h2 { color: #cc5870; } 
.tOncologico .box-tipologias { background: #cc5870;}
.tOncologico .box-tratamiento h4 { color: #cc5870; }

.tDermatologico .esTratamientos h2 { color: #445063; } 
.tDermatologico .box-tipologias { background: #445063;}
.tDermatologico .box-tratamiento h4 { color: #445063; }

.tAntiaging .esTratamientos h2 { color: #2480a5; } 
.tAntiaging .box-tipologias { background: #2480a5;}
.tAntiaging .box-tratamiento h4 { color: #2480a5; }

.box-beneficios {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    background: url(../img/bg-micro.jpg) no-repeat center top scroll transparent;
    padding: 80px 15px;
    border-radius: 6px;
    margin-top: 3em;
    background-size: cover;
}
.b-beneficio {
	    min-height: 250px;
}
.b-beneficio h4 {
    color: #674327;
    border-bottom: 1px solid #674327;
    font-family: 'Fahkwang', sans-serif;	
}
.b-beneficio p {
	    padding: 0px 2rem 0px 0px;
	    color: #231f20;
} 



#mobileMenuLink {
	display: none;
}

/* Contactoooo */

.sucursales {
    color: #674327;
    font-weight: 600;
    display: block;
    margin: 0 15%;
    padding:0px;
}
.direccion {
	    color: #674327;
    display: block;
    padding: 30px 20%;
}

.telefono {
	display: block;
    color: #674327;
    font-weight: 800;
}
a.telefono::before {
    background: url(../img/telefono.png) no-repeat center center scroll transparent;
    background-size: contain;
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.email {
	display: block;
    color: #674327;
    font-weight: 800;
}

.telefono:hover, .email:hover {
	color: #674327;
}

.logoContacto {
    width: 240px;
    margin: 40px auto 0px;
    display: block;

}
.topPadding160 {
    padding-top: 85px;
}
#formulario {    padding: 30px;}
#formulario input, #formulario textarea {
    border: 1px solid rgba(103, 67, 38, 0.6);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 6px 0px;
}
.enviarMensaje {
	    background: #654326;
    color: white;
    text-transform: uppercase;
}
.formTitulo {
	color: #674327;border-bottom: 1px solid #674327;font-family: 'Fahkwang', sans-serif;text-transform: uppercase;font-size: 1.4rem;
}



.marginTop20 {
	margin-top:45px;
}
.padding60 {
	padding: 60px;
}
.unTitulo {
    padding: 50px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham Rounded', sans-serif;
    color: #674327;
    font-weight: normal;
    font-size: 2rem;
}
.unTitulo strong {
	border-bottom: 1px dotted #674327;
    font-weight: normal;
}



/* Flip */


/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
    width: 100%;
    height: auto;
    min-height: 160px;
}


/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
	-webkit-transition:0.6s;
	transition: 0.6s;

-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
  -webkit-transform: rotateY(0deg);  
      -ms-transform: rotateY(0deg);  
          transform: rotateY(0deg);	
	
}
.front img {
	width: 100%;
}
.front img {
    border: 3px solid transparent;
}
/* back, initially hidden pane */
.back {
    font-family: 'Gotham Rounded', sans-serif;
    text-transform: uppercase;
    text-align: center;
  -webkit-transform: rotateY(-180deg);  
      -ms-transform: rotateY(-180deg);  
          transform: rotateY(-180deg);	
          z-index: 9999;
}
.back a {
    color: white;
    display: block;
/*     padding: 43% 0px 40%; */
padding: 43% 0px 0px;
}
.back a:hover {
	color:white;
}
.front.ttEsteticos img {border:3px solid #607f6d;}
.front.ttCapilar img {border:3px solid #d4755f;}
.front.ttOncologico img {border:3px solid #b15b68;}
.front.ttDermatologico img {border:3px solid #404853;}
.front.ttAntiaging img {border:3px solid #427590;}


.back.ttEsteticos { background: #607f6d; color:white; }
.back.ttCapilar { background: #d4755f; color:white; }
.back.ttOncologico { background: #b15b68; color:white;  }
.back.ttDermatologico { background: #404853; color:white; }
.back.ttAntiaging {  background: #427590; color:white; }


/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}




/* Testimonials */
.rowTratamientos {
	    padding: 120px 0px;
}
.rowTestimonios {
	padding: 120px 0px;
	    background: rgba(238, 237, 233, 0.6);
}
.testimonialBox {}
.testimonialBox img {    max-width: 120px;}
.testimonialBox .testimonialName {
    display: block;
    color: #674327;
    font-size: 12px;
}
.testimonialBox .testimonialText {
    color: #231f20;
    font-style: italic;
    font-size: 17px;
    max-width: 60%;
    margin: 10px auto;
}



.elProceso {}
.elProceso p {
    margin-top: 0px;
    margin-bottom: 2.5rem;	
}
.elProceso p strong {
    color: #674327;
    text-transform: uppercase;	
}
.procesoTitulo {
    font-family: 'Fahkwang', sans-serif;
    color: #674327;	
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Pricing Tables */
.tableTarifas {
	margin: 50px auto 0px;
	min-width: 600px;
}
.enBook .tableTarifas {
    min-width: 100%;
}
.enBook .tableTarifas tbody tr td:first-child {
    width: 65%;
}
.tableTarifas thead {
	background: #87735f;
    color: white;
}
.tableTarifas thead tr th {
	    padding: 5px;
    border: 1px solid #aa9a88;
}

.tableTarifas tbody tr {
	border-top: 1px solid #aa9a88;
}
.tableTarifas tbody tr td:first-child {
	border-right: 1px solid #aa9a88;
}
.tableTarifas tbody tr td {
	padding: 5px;
}




.bookNowBtn {
    background: #674326;
    margin: 40px auto 10px;
    display: block;
    min-width: 200px;
    border: 1px solid #a99a88;
    border-radius: 5px;
}
.bookNowBtn a {
    color: white;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 700;
    padding: 10px 0px;
    display: block;
}

.owl-carousel .owl-item img {
	    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #af9e8f!important;
}
.myContainer {
	z-index: 9;
    position: relative;
}
.boli {
    background: url(../img/bolitas-header-mobile.png) repeat-x center right scroll transparent;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1;
    animation: growler 5s infinite ease-in-out;
    overflow: hidden;
}

@keyframes growler {
	0%   { transform: scale(1) rotate(0deg); }
	50%  { transform: scale(1.1) rotate(2deg); }
	100% { transform:scale(1)rotate(0deg); }
}


/* Blog */
.blogList {
    background: white;
    box-shadow: 0px 0px 3px #cccccc;
    border-radius: 6px;
    padding: 0px;
    overflow: hidden;
}
.blogList a {
    text-decoration: none;
}
.blogList h2 {
    color: #674327;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Gotham Rounded', sans-serif;
    padding: 20px 20px 0px;
    line-height: 25px;
    min-height: 50px;
}
.blogList h2:hover {
	text-decoration: none;
}
.list-thumb {
    width: 100%;
    display: block;
    min-height: 200px;
    overflow: hidden;
}
.list-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 17px;
    max-height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding: 0px 20px;
    color: #5f5f5f;
}


.esBlog {    padding: 3em 0px;}
.esBlog h1 {
    max-width: 100%;
    word-break: break-word;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Gotham Rounded', sans-serif;
    color: #674327;
    font-weight: normal;
}
.esBlog h2, .esBlog h3 , .esBlog h4 {
	text-align: center;
    font-size: 18px;
    font-family: 'Gotham Rounded', sans-serif;
}
.esBlog p {}
.imagenDentro {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;	
}

	.mBottom {
		    margin-bottom: 20px;
	}

span.tts {
/*     display: none; */
    font-size: 13px;
    font-family: 'Fahkwang', sans-serif;
    text-transform: capitalize;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0px 10px;
}
.pdd {
	text-align: center;
    display: block;
}
.pdd a {
	color: rgba(103, 67, 39, 0.7);
    font-size: 13px;
}
.la2045 {
	width: 60%;
    margin: 0 auto;
    display: block;
    padding: 0px 30px 30px;
}
/*
	 Responsiveeee
*/

@media only screen and (max-width:991px) {
	.la2045 {
		width: 100%;
	}
	.hidden-sm {
		display: none!important;
	}	
	
.esBlog {}
.esBlog h1 {
    max-width: 100%;
    word-break: break-word;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Gotham Rounded', sans-serif;
    color: #674327;
    font-weight: normal;	
}
.esBlog h2 {}
.esBlog p {
    padding: 0px 10px;
    text-align: justify;	
}	
	.mBottom {
		    margin-bottom: 20px;
	}
	.boli {display: block;}
	.tableTarifas {

	    min-width: inherit;
	    font-size: 12px;
	}
header {
/* 	background: url(../img/bolitas-header-mobile.png) no-repeat center center scroll #e3e2de; */
/* 	background-size: cover;	 */
    overflow: hidden;
	}
	span.copy {
		display: none;
	}
	ul#social-footer {
		    float: none;
	    clear: both;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}

.logotipo {
    width: 200px;
}

.padding60 {
    padding: 20px;
}
.marginTop20 {
	margin-top:inherit;
}

#section-header h1 {
    font-size: 1.4rem;
}
.esTratamientos h2 {
    font-size: 1.5rem;
}
.box-tratamiento h4 {
	font-size: 14px;
}

.box-beneficios {
	    background-size: contain;
    padding-top: 23em;
}	
	
	#mobileMenuLink {
		display: block;
	}
	#mobileMenuLink a {
		    display: block;
    text-align: center;
    border-top: 1px solid #b1a193;
    color: #313132;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px;
    letter-spacing: 5px;
    position: relative;
	}
	#mobileMenuLink a::after {
	    content: "";
	    border-color: transparent #b0a193;
	    border-style: solid;
	    border-width: 0.35em 0 0.35em 0.45em;
	    display: inline-block;
	    height: 0;
	    width: 0;
	    top: 0px;
	    position: relative;
	    left: 10px;
	    transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
	}
#mobileMenuLink a.its-open::after {
	transform: rotate(-90deg);
}
#mobileMenuLink a.its-open {
padding: 0px 12px 12px;
border-top: 0px;	
}

	
	
	ul#nav-ppal {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
	-webkit-transition: max-height,.3s;
    -moz-transition: max-height,.3s;
    -o-transition: max-height,.3s;
    transition: max-height,.3s;		
	}
ul#nav-ppal.menu-open {
    max-height: 999px;
    overflow: visible;
    visibility: visible;
}	
	ul#nav-ppal li {
	    display: block;
	    margin: 0px;
	    border-bottom: 1px solid #b1a193;
	    padding: 0px;
	}
	ul#nav-ppal li a {
    padding: 12px 0px;
    display: block;		
	}
	
	ul#nav-ppal ul {
		    display: none;
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0px 0px;
    background: transparent;
	}
	
ul#nav-ppal ul::before {
    display:none;
    }

	
ul#nav-ppal ul li { border-bottom: 0px;	}
ul#nav-ppal ul li a {border-bottom: 0px;     padding: 12px;}
ul#nav-ppal ul li a.esteticos { border-bottom: 0px; background: #607f6d; color:white; }
ul#nav-ppal ul li a.capilar { border-bottom: 0px; background: #d4755f; color:white; }
ul#nav-ppal ul li a.oncologico { border-bottom: 0px; background: #b15b68; color:white;  }
ul#nav-ppal ul li a.dermatologico {  border-bottom: 0px; background: #404853; color:white; }
ul#nav-ppal ul li a.antiaging {  border-bottom: 0px; background: #427590; color:white; }



/* Header Back Mobiles */
.section-nosotros {
	background: url(../img/section-mobile-nosotros.jpg) no-repeat center center scroll transparent;
	background-size: cover;	
}
.section-micropigmentacion {
	background: url(../img/section-mobile-micropigmentacion.jpg) no-repeat center center scroll transparent;
	background-size: cover;		
}

.section-esteticos {
    background: url(../img/section-mobile-tt-esteticos.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-capilar {
    background: url(../img/section-mobile-tt-capilar.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-oncologico {
    background: url(../img/section-mobile-tt-oncologico.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-dermatologico {
    background: url(../img/section-mobile-tt-dermatologico.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-antiaging {
    background: url(../img/section-mobile-tt-antiaging.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-formacion {
    background: url(../img/section-mobile-formacion.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-franquicias {
    background: url(../img/section-mobile-franquicias.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}

.section-contacto {
    background: url(../img/section-mobile-contacto.jpg) no-repeat center right scroll transparent;
    background-size: cover;
}


	#section-header {
	    padding: 7em 0px 10px;
/* 	        background-position: center right; */
	}
	
	.padding-7em-top {    padding: 0em 15px 0px;}
	.esTratamientos {padding-top: 4em;}
	
.esTratamientos h2::before {
    height: 15px;
    width: 10px;	
}

.esTratamientos p {
    font-size: 12px;
}
	
.nombreTratamiento {
    color: #19171c;
    position: relative;

    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 5px 0px;    
    font-size: 12px;
}	
.nombreTratamiento::before {
/* 	transform: rotate(90deg); */
display: none;
}
    
.tAlapar {
    width: 50%;
    padding: 2px;
}
   
  .flip-container, .front, .back {
    width: 100%;
    height: auto;
	min-height: 240px;
} 
.flip-container {
/*     margin-bottom: 10px; */
    margin-bottom: 0px;
    padding: 20px;
}
.rowTratamientos {
    padding: 120px 10%;
}

.nosotros-titulo {
    font-size: 20px;
}
   
   
   .marginBottom20 {
	   margin-bottom: 30px;
   }
   .b-beneficio {
   min-height: inherit;
    margin-bottom: 60px;
	}
	
	
	.back a {
	    padding: 43% 0px 0px;
	    line-height: 15px;
	}

	span.tts {
    font-size: 13px;
    font-family: 'Fahkwang', sans-serif;
    text-transform: capitalize;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0px 10px;
	}


.blogList h2 {text-align: center;    padding: 20px 0px 0px;     font-size: 22px;}
.list-excerpt p {text-align: center;    padding: 0px 10px;}

span.copyMobile {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin: 0px;
    display: block;
    padding: 0px 0px 10px;
}
.imagenDentro {}

}

@media only screen and (min-width:991px) {
	.hidden-lg {
		display: none!important;
	}
}

