@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Quando);
/* ----------------------------
   Globals
   ---------------------------- */
body,
html {
  height: 100%;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
a {
  color: #019687;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  outline: none;
}
a:hover,
a:focus {
  color: #c5a57c;
  outline: none;
}
.clear {
  clear: both !important;
}
.clearl {
  clear: left !important;
}
.clearr {
  clear: right !important;
}
.brand img {
  padding: 15px 0;
}
.button-content {
  width: 150px;
  height: auto;
  margin: 25px auto;
}
input[type="submit"].arrow, aside {
  background-color: #c5a57c;
  font-family: 'open sans', sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin: 20px 0;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  min-width: 180px;
}
input[type="submit"].arrow:hover,
input[type="submit"].arrow:focus,
aside:hover,
aside:focus {
  color: #ad9375;
}
input[type="submit"].arrow,
.arrow {
  text-align: center;
}
input[type="submit"].arrow:before,
input[type="submit"].arrow:after,
aside:before,
aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
input[type="submit"].arrow,
aside.arrow {
  background-color: #c5a57c;
}
input[type="submit"].arrow:before,
aside.arrow:before {
  border-color: #c5a57c transparent;
  left: 0;
}
input[type="submit"].arrow:after,
input[type="submit"].arrow:before,
aside.arrow:after,
aside.arrow:before {
  border-width: 20px 0 20px 20px;
}
input[type="submit"].arrow:after,
aside.arrow:after {
  border-color: transparent #c5a57c;
  right: -20px;
}
input[type="submit"].arrow:after,
input[type="submit"].arrow:before,
aside.arrow:after,
aside.arrow:before {
  border-width: 20px 0 20px 20px;
}
.modal-footer {
    padding: 0 20px;
    border-top: none;
    margin-bottom: 15px;
}
.modal-footer input[type="submit"].arrow  {
    text-transform: uppercase;
}
.top {
  margin-top: 11%;
}
.top-static {
  margin-top: 3%;
}
.bottom {
  padding-bottom: 6%;
}
.section-bg {
  background-color: #eeeeee;
  padding: 30px 0 10px 0;
  margin: 0 0 50px 0;
}
.login,
.contact {
  color: #ffffff;
  float: right;
  width: 100px;
  text-align: center;
}
.contact {
  display: inline-block;
  margin-top: 10px;
}
.login {
  background-color: #c5a57c;
  padding: 4px 25px 5px 25px;
  margin-bottom: 1em;
}
.mobile-login {
  color: #017869;
  float: right;
  padding: 15px 0;
}
#mobile-login-modal {
  background-color: #019687;
  width: 100%;
  height: 100%;
}
#mobile-login-modal img {
  margin-bottom: 2em;
}
.mobile-login-box {
  margin-top: 5%;
}
#volver {
  width: auto;
  margin: 15px;
}
.contrast-bg {
  width: 100%;
  height: 5%;
  min-height: 30%;
  background-color: #dcdcdc;
}
.destacado {
  color: #c5a57c;
}
.destacado2 {
  background-color: #c5a57c;
  color: #ffffff;
  padding: 10px 15px;
}
.carousel {
  min-height: 80px;
}
/* ----------------------------
   Resets
   ---------------------------- */
.row {
  margin-left: 0;
  margin-right: 0;
}
.well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.question-selected {
  background-color: #f5efe7;
  padding: 19px 19px 7px 0;
}
.question-selected h2 {
  color: #c5a57c;
}
.question-selected p {
  display: block;
}
.question-noselected {
  background-color: transparent;
  padding: 0;
}
.question-noselected h2 {
  color: #019687;
}
.question-noselected p {
  display: none;
}
.navbar {
  border: none;
}
.navbar-fixed-top {
  border-width: 0 0 0;
}
.navbar-nofixed .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-default {
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #CC6600;
}
.navbar-default .navbar-nav > li > a > img {
  width: 40px;
  height: 40px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #669966;
	color: #dcdcdc;
}
.navbar-default .navbar-nav > li > #facebook-icon:hover,
.navbar-default .navbar-nav > li > #twitter-icon:hover {
  background-color: transparent;
}
.open a {
  color: #ffffff;
}
.close {
  float: left;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover {
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container.container-nav {
  padding-left: 0;
  padding-right: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #017869;
}
.navbar-right li {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 5px 15px 0 0;
}
.navbar-right li a {
  padding: 0;
  width: 45px;
  height: 45px;
}
.navbar-right li a:hover,
.navbar-right li a:focus {
  background-color: transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -134px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 15px;
  margin: 27px 0 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #019687;
  backgroud-clip: padding-box;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
blockquote {
  padding: 10px 0 0;
  margin: 0;
  border-left: none;
}
/* ----------------------------
   Forms
   ---------------------------- */
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
input[type="text"],
input[type="email"] {
  width: 200px;
  height: 25px;
}
input[type="submit"].submit {
  background-color: #c5a57c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  padding: 9px 30px;
  margin-top: 1em;
  float: right;
}
.login-form li {
  margin-bottom: 0.3em;
}
.login-form label,
.login-form span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.8em;
}
.login-form span {
  font-style: italic;
  font-size: 0.8em;
}
#mobile-login-modal li.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.7em;
}
#mobile-login-modal input[type="text"],
#mobile-login-modal input[type="email"] {
  width: 100%;
  height: 35px;
}
#mobile-login-modal input[type="submit"].submit {
  font-weight: 400;
  color: #ffffff;
  font-size: 1em;
  padding: 9px 15px;
  float: none;
  width: 100%;
}
#mobile-login-modal label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
}
#mobile-login-modal p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #017869;
  font-size: 0.8em;
  padding: 10px 0;
}
#mobile-login-modal p a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  text-decoration: underline;
}
.close {
    font-size: 27px;
    color: rgba(197, 165, 124, 0.8);
}
.modal-header .close {
    margin-top: 3px;
}
.modal-header {
    padding: 17px 20px;
    border-bottom: none;
    min-height: 57px;
}
.modal-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
}
.modal-content .form {
    margin: 0;
}
.form {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #c5a57c;
  margin-bottom: 3em;
  margin-top: 5%;
}
.form label,
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea {
  width: 100%;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea {
  border: 1px solid #dcdcdc;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
textarea {
  height: 40px;
}
.form textarea {
  margin-bottom: 2em;
}
.form input[type="submit"] {
  background: rgba(197, 165, 124, 0.8);
  color: #ffffff;
  height: 40px;
  padding: 7px 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0.2em;
  float: right;
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form input[type="submit"]:hover {
  color: #ad9375;
}
.form label {
  margin-top: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* ----------------------------
   Navbar
   ---------------------------- */
.navbar-fixed-top .container {
  padding-bottom: 0;
}
.header-int {
  float: right;
  width: 100px;
  margin-top: 1.1em;
}
.header-int .navbar-toggle {
  margin-right: -15px;
}
.header-int a:hover,
.header-int a:focus {
  color: #ffffff;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default .navbar-toggle {
  border-color: #017869;
}
.navbar-default {
  background-color: #CC6600;
}
.container > .navbar-header {
  display: block;
  width: 100%;
  position: relative;
  min-height: 120px;
  margin-top: 0.5em;
}
.navbar-nav > li > a {
  line-height: auto;
}
/* ----------------------------
   Diástasis
   ---------------------------- */
.carousel-bg {
  background-color: #ffffff;
  font-family: 'open sans', sans-serif;
  color: #3e4140;
}
#carousel-index {
  margin-bottom: 1em;
}
#carousel-index .carousel.col-xs-12,
#carousel-index .carousel.col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.abdomen {
  position: relative;
}
.abdomen img.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.abdomen img {
  position: absolute;
  top: 20px;
  left: 0;
}
.abdomen .img h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 5em;
  color: #ffffff;
  text-align: center;
  width: 57%;
  text-transform: uppercase;
  display: block;
  margin: 17% auto 41% auto;
}
.abdomen .img h1 span {
  font-weight: 600;
}
.abdomen .img h2 {
	background: #dcdcdc;
	color: #CC6600;
	font-size: 1.7em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 0.7em 0;
	text-shadow: 1px 1px 3px rgba(220, 220, 220, 0.5);
	margin-bottom: 1%;
}
.base .left {
	padding-left: 0px;
}
.base .right {
  padding-right: 0;
}
.base ul {
  list-style-type: disc;
  padding-left: 1.3em;
  padding-top: 1em;
  margin-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: #3e4140;
}
.base h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.1em;
	line-height: 1.5em;
	color: #ffffff;
	background-color: rgba(204,153,0,0.8);
	text-align: left;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 auto 2% auto;
	padding: 7px inherit;
}
.base h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.428571429;
	color: #CC6600;
	margin-bottom: 0;
	margin-top: 0;
}
.base h3 {
  color: #019687;
  background-color: #eeeeee;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  padding: 7px 0 7px 15px;
}
.base h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: rgba(197, 165, 124, 0.8);
  font-size: 3em;
  line-height: 0.975em;
}
.base h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #ffffff;
  background-color: rgba(197, 165, 124, 0.8);
  padding: 10px 15px;
  margin: 1em 0;
  text-align: center;
}
.base h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #3e4140;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
.base p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #3e4140;
	margin-bottom: 1.5em;
	text-align: justify;
}
.base p span {
  font-weight: 600;
}
.base span {
  font-family: 'open sans', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
.base .programa {
  position: relative;
}
.base .programa img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.base .destacado {
  color: #c5a57c;
  margin-top: 10%;
}
.base .img {
  clear: left;
  margin-top: 3%;
}
.base img.col-sm-4 {
	padding-top: 0%;
}
.cursos .left {
  padding-left: 0;
}
.cursos .right {
  padding-right: 0;
}
.cursos ul {
  list-style-type: disc;
  padding-left: 1.3em;
  padding-top: 1em;
  margin-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: #3e4140;
}
.cursos h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1.2em;
  color: #ffffff;
  background-color: rgba(197, 165, 124, 0.8);
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 2% auto;
  padding: 7px inherit;
}
.cursos h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.428571429;
  color: #019687;
  margin-bottom: 0;
  margin-top: 0;
}
.cursos h3 {
  color: #019687;
  background-color: #eeeeee;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  padding: 7px 0 7px 15px;
}
.cursos h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: rgba(197, 165, 124, 0.8);
  font-size: 3em;
  line-height: 0.975em;
}
.cursos h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #ffffff;
  background-color: rgba(197, 165, 124, 0.8);
  padding: 10px 15px;
  margin: 1em 0;
  text-align: center;
}
.cursos h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #3e4140;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
.cursos p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #3e4140;
  margin-bottom: 1.5em;
}
.cursos p span {
  font-weight: 600;
}
.cursos span {
  font-family: 'open sans', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
.cursos .destacado {
  color: #c5a57c;
  margin-top: 10%;
}
.cursos .img {
  clear: left;
  margin-top: 3%;
}
.cursos img.col-sm-4 {
  padding-top: 9%;
}
#faq h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1.2em;
  color: #ffffff;
  background-color: rgba(197, 165, 124, 0.8);
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 2% auto;
  padding: 7px inherit;
}
#faq h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #019687;
  padding: 0 0 1em 19px;
  margin: 0;
  cursor: pointer;
}
#faq p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #3e4140;
  display: none;
  padding-left: 19px;
}
#faq p span {
  font-weight: 600;
}
#faq span {
  font-family: 'open sans', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
#faq .programa {
  position: relative;
}
#faq .programa img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#faq .destacado {
  color: #c5a57c;
  margin-top: 10%;
}
#faq .img {
  clear: left;
  margin-top: 3%;
}
#faq img.col-sm-4 {
  padding-top: 9%;
}
.testimony {
  /*#carousel-antes-despues {
    .carousel-bg {
      width: 93%;
      display: block;
      margin: 0 auto;
    }
  }*/
  /*#carousel-antes-despues.col-xs-12 {
    padding-right: 30px;
    padding-left: 30px;
  }*/
}
.testimony .glyphicon-chevron-left:before {
  content: "";
}
.testimony .glyphicon-chevron-right:before {
  content: "";
}
.testimony .carousel-control .glyphicon-chevron-left,
.testimony .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 40%;
  display: inline-block;
}
.testimony .carousel-control .glyphicon-chevron-left {
  left: -13px;
}
.testimony .carousel-control .glyphicon-chevron-right {
  right: -13px;
}
.testimony .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.testimony .carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.testimony #carousel-antes-despues {
  font-family: 'Georgia', serif;
  margin-top: 4em;
  height: auto;
}
.testimony #carousel-antes-despues .carousel-bg {
	padding: 0px;
}
.testimony .carousel-inner {
  width: 100%;
  display: block;
  margin: auto;
  padding-left: 0;
}
.testimony .inicio,
.testimony .seissemanas {
  color: #019687;
  background-color: #eeeeee;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.testimony .item {
	padding-right: 15px;
}
.testimony .before-after {
  margin-top: 4em;
}
.testimony .before-after img {
  -webkit-filter: grayscale(60%);
  width: 48%;
}
.testimony .before-after .col-sm-6 img:first-child {
  float: left;
}
.testimony .before-after .col-sm-6 img:last-child {
  float: right;
}
.testimony blockquote {
  font-family: 'Georgia', serif;
  color: #797979;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  padding-left: 27px;
}
.testimony blockquote span {
  font-family: 'Georgia', serif;
  color: #797979;
}
.testimony blockquote .quote {
  margin-left: -21px;
  font-size: 1.5em;
}
.testimony blockquote .unquote {
  font-size: 1.5em;
}
.testimony blockquote h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #797979;
}
.cursos video {
  margin-bottom: 5%;
}
.cursos .discount {
  color: rgba(197, 165, 124, 0.8);
}
.clinica .clinica-desc .image {
  padding-top: 33px;
}
.clinica .clinica-desc img {
  margin-top: 17%;
}
.clinica ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clinica img.col-sm-4 {
  padding-top: 0;
}
.clinica .rafa {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.clinica .rafa .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.clinica .rafa .col-md-6 {
  padding-top: 33px;
}
.clinica .rafa img {
  margin-top: 50px;
}
.clinica .la-diastasis {
  margin-top: 2em;
}
.clinica .la-diastasis img {
  margin-top: 4%;
}
#proceso-pago h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2.1em;
    line-height: 1.2em;
    color: #c5a57c;
    text-align: center;
}
.usuario-online h2 {
    text-align: right;
}
.usuario-online h2 a {
    margin-top: 0.5em;
}
.usuario-online .ficheros h2 {
    text-align: left;
    margin-bottom: 0.5em;
}
.usuario-online h4 {
    margin-bottom: 1.5em;
    font-size: 2em;
}
/* ----------------------------
   Footer
   ---------------------------- */
footer {
  position: relative;
  z-index: 1000;
}
footer img {
  margin-bottom: 20px;
}
footer .footer-logos {
  background: #dcdcdc;
  color: #3e4140;
  font-family: 'open sans', sans-serif;
  font-weight: 400;
  padding: 15px 0;
}
footer .footer-logos p {
  margin: 0.7em 0 0 0;
  font-size: 0.8em;
}
footer .footer-logos a {
	color: #CC6600;
	font-size: 0.9em;
}
.footer-online {
  position: relative;
  margin-top: 1em;
}
/* ----------------------------
   Media 1200px
   ---------------------------- */
@media (min-width: 1200px) {
  .col-xs-offset-1 {
    margin-left: 0;
  }
}
/* ----------------------------
   Media 1024px - 1200px
   ---------------------------- */
@media (min-width: 991px) and (max-width: 1200px) {
  .top {
    margin-top: 17%;
  }
  .col-xs-offset-1 {
    margin-left: 0;
  }
  .navbar-left li a {
    padding-right: 15px;
  }
  .abdomen .img h1 {
    width: 100%;
    font-size: 5.7em;
    margin: 35% auto 20% auto;
  }
  .abdomen .img h2 {
    font-size: 1.5em;
    margin-bottom: 2%;
  }
}
/* ----------------------------
   Media 767px - 1024px
   ---------------------------- */
@media (min-width: 767px) and (max-width: 991px) {
  .top {
    margin-top: 23%;
  }
  .col-xs-offset-1 {
    margin-left: 0;
  }
  .navbar-left {
    width: 80%;
  }
  .navbar-left li:nth-child(6) {
    margin-left: 6.4em;
  }
  .navbar-left li:nth-child(7) {
    margin-left: 0.2em;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    line-height: 20px;
  }
  .abdomen .img h1 {
	width: 100%;
	font-size: 9px;
	margin: 35% auto 10% auto;
  }
  .abdomen .img h2 {
    font-size: 1.3em;
    margin-bottom: 2%;
  }
  .clinica .rafa img {
    padding-top: 10%;
  }
}
/* ----------------------------
   Media 767px
   ---------------------------- */
@media (max-width: 767px) {
  .top {
    margin-top: 40%;
  }
  .navbar-fixed-top .container {
    padding-bottom: 0;
  }
  .navbar-nofixed .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brand img {
    padding: 7px 0;
  }
  .navbar-left li {
    padding-left: 2.5em;
    padding-right: 1.3em;
  }
  .header-int {
    width: 100%;
    margin-top: 0;
  }
  .header-int .navbar-toggle {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    line-height: 25px;
  }
  .login {
    margin-top: 12px;
    margin-right: 25px;
  }
  .abdomen .img h1 {
    width: 100%;
    font-size: 2.7em;
    margin: 55% auto 26% auto;
  }
  .abdomen .img h2 {
    font-size: 1.5em;
    margin-bottom: 25.7%;
  }
  .base h1 {
	font-size: 2.4em;
	margin: 0 auto 30px auto;
  }
  .base .programa {
    padding-bottom: 110%;
  }
  .testimony .col-xs-6,
  .testimony .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .testimony .carousel-inner {
    margin-left: 20px;
  }
  .testimony h3 {
    margin-top: 0;
  }
  .testimony h3 span {
    font-weight: 400;
    font-size: 18spx;
  }
  .testimony h3.right {
    width: 100%;
  }
  .testimony h3.col-xs-12 {
    padding-left: 15px;
  }
  .testimony .before-after img {
    margin-bottom: 15px;
  }
  .testimony blockquote {
    margin-left: 0;
    font-size: 0.9em;
  }
  .clinica .cv {
    margin-bottom: 1em;
  }
  .clinica .rafa .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .clinica .rafa .col-md-6 {
    padding-top: 0;
  }
  .clinica .rafa h4 {
    font-size: 2em;
    border-top: 1px solid #c5a57c;
    padding-top: 0.7em;
    margin-top: 0;
  }
  .clinica .rafa ul li {
    margin: 0.6em 0 0.3em 0;
  }
  footer .footer-logos {
    padding-top: 10%;
    padding-bottom: 70%;
  }
  footer .container {
    padding-right: 0;
    padding-left: 0;
  }
  footer .col-xs-8 {
    padding-right: 0;
  }
  footer .col-xs-4 {
    padding-left: 0;
  }
  footer p {
    font-size: 0.8em;
  }
  footer img {
    max-width: 27%;
    margin-left: 5%;
  }
}
