html,
body {
  height: auto;
  min-height: 100vh;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
button:focus{
  outline: none;
}
img, a{
  border:none;
  outline: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Jomolhari', serif;
  color: #000;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1{
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
h2{
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
h3{
  font-size: 2rem;
  line-height: 2.3rem;
}
h4{
  font-size: 2rem;
  line-height: 2.3rem;
}
p, a, ul li{
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 0rem;
  padding-left: 16px;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-gri-osc {
  color: #1b1b1b !important;
}
.text-gri-cla {
  color: #ededed !important;
}


#topNav {
  margin: 0px;
  padding: 2px 0px;
  z-index: 100;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  height: 32px;
}
.fondo-gri-osc{
  background-color: #1b1b1b !important;
}
.topNavShadow{
  box-shadow: 0px 7px 30px 30px rgba(27,27,27,1)!important;
}
#topNav .container{
  padding-right: 15px;
}
#topNav .nav-link {
  font-family: 'Jomolhari', serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #eee;
  padding: 5px 7px;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
#topNav p{
  font-family: 'Jomolhari', serif;
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 7px 4px 0px 10px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.lin-ver{
  width: 2px;
  height: 18px;
  background-color: #ddd;
  margin: 3px 6px;
}
#topNav .nav-link:hover, #topNav .nav-link.active{
  background-color: rgba(0,0,0,1);
  color: #fff;
}
#topNav .icos {
  font-size: 1.1rem;
  line-height: 1rem;
  background-color: rgba(0,0,0,0);
  color: #eee;
  padding: 6px 8px;
  transition: all 0.3s ease;
}
#topNav .icos:hover, #topNav .icos.active{
  background-color: rgba(0,0,0,1);
  color: #fff;
}
#topNav ul, #topNav ul li{
  margin: 0px;
  padding: 0px;
}

#mainNav {
  background-color: rgba(27,27,27,0);
  margin-top: 35px;
  transition: all 0.3s ease;
  z-index: 1030;
  position: absolute;
  right: 0;
  left: 0;
}
.navbar-brand{
  position: absolute;
  z-index: 1040;
  padding-top:4px;
}
.navbar-brand img{
  height:137px;
}
#mainNav #logo{
  height: 150px;
  transition: all 0.3s ease;
}
#mainNav .nav-link {
  font-family: 'Jomolhari', serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding: 10px 20px;
  margin: 0px 1px;
  transition: all 0.3s ease;
}
#mainNav .nav-link:hover {
  background-color: rgba(0,0,0,1);
}
#mainNav .nav-link.active {
  background-color: rgba(0,0,0,1);
}
.navbar-toggler{
  width: 51x;
  height: 34px;
  margin: 25px 6px;
}
.navbar-toggler>.close {
  display:inline;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 4px 7px 6px 5px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler.navbar-toggler {
  border-color: rgba(255,255,255,0.7);
}


#SecondNav {
  background-color: #1b1b1b;
}
#SecondNav .navbar-toggler-icon {
    background-image: url("../images/flecha-SecondNav.png") !important;
    background-size: 80% 80% !important;
}
#SecondNav .nav-link {
  font-family: 'Jomolhari', serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding: 15px 13px;
  margin: 0px 1px;
  transition: all 0.3s ease;
}
#SecondNav .nav-link:hover {
  background-color: rgba(0,0,0,1);
}
#SecondNav .nav-link.active {
  background-color: rgba(0,0,0,1);
}
#SecondNav .navbar-toggler {
    margin: 2px 6px;
}


header{
  background-color: #1b1b1b;
  z-index: 10;
}

.carousel-indicators {
  left: unset;
  right: unset;
  bottom: 20px;
  margin-left: unset;
  margin-right: unset;
  z-index: 60;
}
.ci2 {
  left: 0px !important;
  right: 0px !important;
  bottom: -40px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  z-index: 60;
}
.carousel-indicators li{
  width: 8px;
  height: 8px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 100%;
  opacity: 1;
  background-color: #000;
}
.carousel-indicators li.active{
  background-color: #fff;
}
.ci2 li{
  background-color: #ddd;
}
.ci2 li.active{
  background-color: #000;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item-int {
  height: unset;
  min-height: 550px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item-int2 {
  height: unset;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-prev-icon {
  background-image: url("../images/flecha-prev.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.carousel-control-next-icon {
  background-image: url("../images/flecha-next.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
  left: unset;
  right: unset;
}
.carousel-caption h2{
  font-size: 3.5rem;
  line-height: 3.8rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0rem;
  max-width: 500px;
  background-color: #000;
  padding: 20px;
}
.carousel-caption p{
  color: #fff;
  font-size: 1.1rem;
  max-width: 350px;
  background-color: #000;
  padding: 10px 20px;
  margin: 5px 0px;
  border: 5px #1b1b1b;
}
.carousel-caption2 {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  left: 15px;
  right: 15px;
}
.carousel-caption2 h5{
  text-transform: none;
}


section {
  padding: 60px 0px;
  margin: 0px;
}

#texto-centrado{
  background-color: #fff;
}

#bloques{
  background-color: #eeeeee;
}

#bloques-gracias{
  background-color: #eeeeee;
  padding: 0px 0px 60px 0px;
}

.card{
  border: none;
  border-radius: 0rem;
}
.card-img-top{
  border-radius: 0;
}
.card-body{
  background-color: #fff;
  padding: 1.5rem 3rem;
}
.card-img-overlay {
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
  top: unset;
  color: #fff;
  padding: 1.5rem 3rem;
}
.card h1{
  color: #fff;
  max-width: 320px;
}
.card-title{
  margin-bottom: 0.1rem;
}
.card p{
  text-transform: uppercase;
}
.figure p{
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.figure:hover {
  text-decoration: underline;
}

.btn {
  margin: 10px 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3rem;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  background-color: #000;
  border: 1px solid #000;
  color: #e3e3e3;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff !important;
  box-shadow: none;
  text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.btn-izq, .btn-izq2{
  margin-left: -70px;
}
.btn-der, .btn-der2{
  margin-right: -70px;
}

.btn-white {
  margin: 10px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3rem;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #1b1b1b;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #1b1b1b !important;
  box-shadow: none;
  text-shadow: 0 0 5px rgba(27,27,27,0.6);
}

.parallax{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  padding: 50px 0px 100px 0px;
}
.parallax h3{
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  background-color: #000;
  padding: 20px 25px;
  margin: 5px 0px;
  border: 5px #1b1b1b;
  text-transform: uppercase;
}
#parallax-logo{
  height: 150px;
}
.parallax-int{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  min-height: 350px;
}


#bloques-drs{
  background-color: #eeeeee;
  padding: 0px;
}
#bloques-drs .tarjeta{
  margin: -50px 0px 50px 0px;
}
#bloques-drs h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 600;
}
#bloques-drs p{
  text-align: left;
}


#consultorio{
  background-color: #1b1b1b;
  padding: 50px 0px 100px 0px;
}
#consultorio-logo{
  height: 200px;
}

#comentarios{
  background-color: #eeeeee;
  padding: 0px;
}
#comentarios .contenido{
  margin: -50px 0px 50px 0px;
}
#comentarios .contenido-int{
  margin: -20px 15px 50px 15px;
}
#comentarios .contenido-int2{
  margin: 50px 15px 50px 15px;
}
#comentarios .card p{
  text-transform: none;
}
#comentarios .card h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 700;
  text-transform: uppercase;
}
#comentarios p{
  text-align:justify;
}
#comentarios .card img{
  border: 10px solid #fff;
}
.marco{
  border: 2px solid #000;
  width: 60%;
  height: 64%;
  position: absolute;
  margin-left: 20%;
  margin-right: 20%;
}
#sombra-slick-izq{
  background-image: url("../images/sombra-slick-izq.png");
  background-repeat: repeat-y;
  z-index: 20;
  width: 40px;
  height: 100%;
  position: absolute;
}
#sombra-slick-derd{
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
}
#sombra-slick-der{
  background-image: url("../images/sombra-slick-der.png");
  background-repeat: repeat-y;
  width: 40px;
  height: 100%;
  position: absolute;
  z-index: 20;
}


#casos{
  background-color: #eeeeee;
  padding: 0px 0px 50px 0px;
}
#casos .contenido{
  padding: 0px 40px 50px 40px;
}
#casos .contenido-int{
  padding: 0px 15px 0px 15px;
}
#casos .card p{
  text-transform: none;
}
#casos .card h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 700;
  text-transform: uppercase;
}
#casos p{
  text-align:justify;
}


.header-int {
    z-index: 10;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 32px;
}

#nosotros{
  padding: 50px 0px 120px 0px;
}
#nosotros-gracias{
  padding: 60px 0px 60px 0px;
}
#nosotros-ampliado{
  background-color: #ededed;
  padding: 50px 0px 30px 0px;
}
.cards{
  margin: -120px 0px 40px 0px;
}
.shadow{
  box-shadow: 0 0 1.5rem rgba(0,0,0,.15)!important;
}
.texto-tratamiento-der{
  padding: 10px 40px 10px 0px;
  width: 100%;
}
.texto-tratamiento-izq{
  padding: 10px 0px 10px 40px;
  width: 100%;
}

#nosotros-ampliado h4{
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-top: 0.7rem;
}
#nosotros-ampliado h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}


#tratamientos{
  padding: 60px 0px 120px 0px;
}
#tratamientos-ampliado{
  background-color: #ededed;
  padding: 30px 0px 30px 0px;
}
#tratamientos-ampliado h3{
  margin-bottom: 18px;
}
#tratamientos-ampliado h4{
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-top: 0.7rem;
}
#tratamientos-ampliado h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
#tratamientos-ampliado ul{
  margin-bottom: 1rem;
  display: inline-block;
  text-align: left;
}

#tratamientos-accordion{
  background-color: #ededed;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px -150px 0px;
}
#tratamientos-accordion .card-body {
  background-color: #fff;
  padding: 0rem 0rem;
}
#tratamientos-accordion .card-body p{
  padding: 10px 0px 0px 0px;
}
.sol-con a{
  font-weight: 800;
  padding: 10px 0px;
  text-transform: uppercase;
}
.card-header {
  padding: 15px 0px 12px 0px;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.card-header a{
  font-size: 1.2rem;
  font-weight: 800;
  color: #444!important;
}
.card-header:hover a{
  color: #000!important;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f077";
  float: right;
}
.accordion .card-header.collapsed:after {
  content: "\f078";
}

.linea-borde{
  margin-top: 3px;
  border-bottom: 1px solid #000;
}
.borde{
  margin-top: -20px;
  border: 2px solid #1b1b1b;
  padding: 10px 20px 20px 20px;
}
.borde h3{
  margin-top: -25px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.borde2{
  border: 2px solid #1b1b1b;
  padding: 20px 30px;
  width: 100%;
  margin: 40px 30px;
}
.borde2 h3{
  margin-top: -35px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  width: fit-content;
}


#juancarlos, #rocio{
  background-color: #eeeeee;
  padding: 0px 0px;
}
#juancarlos ul li, #rocio ul li {
    margin-bottom: 0.5rem;
}
#juancarlos .tarjeta, #rocio .tarjeta{
  margin: -50px 0px 50px 0px;
}
#juancarlos h4, #rocio h4{
  margin-top: 1rem;
}
#juancarlos h5, #rocio h5{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  font-weight: 600;
}
#juancarlos h6, #rocio h6{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-top: 1.4rem;
  margin-bottom: 1.6rem;
}
#juancarlos .figure img, #rocio .figure img{
  max-width: 140px;
}
#juancarlos .figure-t img, #rocio .figure-t img{
  max-width: 60px;
}
#juancarlos .link, #rocio .link{
    font-weight: 600;
}
#juancarlos .link:hover, #rocio .link:hover {
  text-decoration: underline;
}

#galeria{
  padding: 0px;
}


#citas{
  background-color: #fff;
  padding: 0px;
  margin: 60px 0px 70px 0px;
}
#citas p{
  text-align:center;
  text-transform: none;
}
.marco-citas{
  border: 2px solid #000;
  position: relative;
}
.quotes-izq{
  background: url(../images/quotes-izq.gif) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 30;
  top: -4px;
  left: -4px;
}
.quotes-der{
  background: url(../images/quotes-der.gif) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 30;
  bottom: -4px;
  right: -4px;
}


.form-control-label {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #1b1b1b;
  width: 100%;
  margin: 10px 0px 7px 0px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-control, textarea, select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #1b1b1b;
  height: 40px;
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 0px;
  box-shadow: none;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-control:focus, textarea:focus, select:focus {
  background-color: #ededed;
  border: 1px solid #1b1b1b;
  box-shadow: none;
}
.form-active .form-control:invalid {
  border-color: #ff0000;
}
.form-check-input {
  position: relative !important;
  margin-top: .0rem !important;
  margin-left: 0rem !important;
  margin-right: 5px;
}
textarea {
  padding-top: 10px !important;
  height: 120px !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/flecha-select.png) no-repeat center right;
}

#formulario .btn{
  margin-bottom: -50px;
  margin-right: -20px;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-top: none;
  border-bottom: none;
}
#formulario .lin-ver{
  width: 2px;
  height: 18px;
  background-color: #1b1b1b;
  margin: 3px 6px;
}


#formulario-black {
  background-color: #1b1b1b;
}
#formulario-black .borde{
  margin-top: -20px;
  border: 2px solid #fff;
  padding: 10px 20px 20px 20px;
}
#formulario-black .borde h3 {
    margin-top: -25px;
    margin-bottom: 20px;
    background-color: #1b1b1b;
    padding-left: 20px;
    padding-right: 20px;
}
#formulario-black .form-control-label {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #fff;
  width: 100%;
  margin: 10px 0px 7px 0px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#formulario-black .form-control, #formulario-black textarea, #formulario-black select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #1b1b1b;
  height: 40px;
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 0px;
  box-shadow: none;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#formulario-black .btn-white{
  margin-bottom: -50px;
  margin-right: -20px;
  border-left: 20px solid #1b1b1b;
  border-right: 20px solid #1b1b1b;
  border-top: none;
  border-bottom: none;
}


footer {
  background: #1b1b1b;
  color: #dddddd;
  padding: 3rem 0rem 4rem 0rem;
}
footer h5{
  font-size: 1.2rem;
  color: #dddddd;
  margin-bottom: 1.5rem;
}
footer p, footer a{
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #dddddd;
}
footer a{
  color: #dddddd;
  transition: all 0.2s ease;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}


#sub-footer {
  background: #1b1b1b;
  color: #dddddd;
  padding: 1rem 0rem 2.5rem 0rem;
  border-top: 2px solid #fff;
}
#sub-footer p, #sub-footer a{
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #dddddd;
}
#sub-footer a{
  color: #dddddd;
  transition: all 0.2s ease;
}
#sub-footer a:hover{
  color: #fff;
  text-decoration: none;
}
#powered{
  padding-right: 120px;
}
#logo-footer{
  float: right;
  margin-top: -76px;
  width: 95px;
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #000;
}

@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 1rem !important;
  }
  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
  }
}



.text-resaltado{
  background-color: #fffc00;
  color: #000;
}