/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

hr {
    max-width: 50px;
    border-color:rgb(212, 140, 43);
    border-width: 3px;
}

hr.light {
    background-color: #fff;
}

a {
    color: rgb(212, 140, 43);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: rgb(212, 140, 43);
}

.navbar-brand>img {
    margin-top: -9px;
}

#about a {
    color: rgba(52, 52, 52, .7);
}

#about a:hover,
#about a:focus {
    color: rgb(52, 52, 52);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-size: 4em;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: rgb(212, 140, 43);
}

.bg-dark {
    color: #fff;
    background-color: #A16920;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.text-faded {
    color: rgba(255,255,255);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgb(33, 150, 243);
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: rgb(33, 150, 243);
}

.navbar-default .nav > li>a{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: rgb(212, 140, 43);
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: rgb(212, 140, 43) !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.redes{
    margin-top: -30px;
}
.redes2 img{
    margin-top: 20px;
    width: 15%;
}

#about{
    padding: 0px;
}
.texto_about{
    font-family: 'Montserrat', sans-serif;
    padding: 50px;
}
.texto_about h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

#services{
    padding: 0px 0px 100px 0px;
    margin-top: -350px;
    margin-bottom: -90px;
}
.service-box{
    background-color: #fff;
    padding: 50px 20px;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.service-box h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.service-box p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#portfolio{
    padding: 100px 0px 0px 0px;
}
.portfolio-box-caption-content button{
    position: relative;
    top: 50px;
    border: 1px solid #fff;
}
.portfolio-box-caption-content button:hover{
    background-color: #fff;
    color: #d48c2b;
}


#hipnosis{
    padding: 0px;
}

.texto_hipno{
    padding: 50px 50px;
}

#hipnosis table{
    width: 50%;
    margin: auto;
    font-size: 16px;
    line-height: 1.5;
}
#hipnosis table td{
    padding: 5px;
    text-align: left;
}


.img_hipno{
    padding-left: 0;
}

#ofrecemos{
    background-color: #fff;
}


#ofrecemos h2{
    color: #222;
}

.cdr_ofrecemos{
    color: #222;
    height: auto;
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px;
}

.cdr_ofrecemos h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 3em;
    opacity: 1 !important;
    background-color: rgb(255,255,255,.4);
}
.cdr_ofrecemos div{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 20px;
    opacity: 0;
}
.cdr_ofrecemos div:hover{
    padding: 20px;
    opacity: 1;
    background-color: rgb(255,255,255,.9);
    transition-duration: 1s;
}

.cdr_ofre_1{
    background-image: url(../img/adolescentes.jpg);
    background-size: cover;
}
.cdr_ofre_2{
    background-image: url(../img/adultos.jpg);
    background-size: cover;
}
.cdr_ofre_3{
    background-image: url(../img/pareja.jpg);
    background-size: cover;
    margin-top: -540px;
}
.cdr_ofre_4{
    background-image: url(../img/empresas.jpg);
    background-size: cover;
}

.modal-body ul li{
    list-style-type: none;
}
.modal-body h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.modal-body img{
    border:2px solid rgb(212, 140, 43);
}
.modal-body button{
    color: #fff;
    border:2px solid rgb(212, 140, 43);
    background-color: rgb(212, 140, 43);
    text-transform: capitalize;
}
.modal-body button:hover{
    border:2px solid rgb(212, 140, 43);
    color: rgb(212, 140, 43);
}

#hacemos{
    margin-top: -99px;
    background-image: url(../img/hacemos.jpg);
    background-size: cover;
}
.texto_hacemos{
    margin: 50px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border:2px solid rgb(212, 140, 43);
}

#tecnicas{
    padding: 50px 0px;
}
#tecnicas h2{
    padding-top: 70px;
    font-size: 7em;
    line-height: 75px;
}
#tecnicas p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 5px;
}
#tecnicas h4{
    font-family: 'Montserrat', sans-serif;
    background-color: #7464b8;
    padding: 10px;
    color: #fff;
}

#tecnicas ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-style: italic;
    list-style-image: url(../img/check.png);
}

#contact{
    padding: 50px 0px 0px 0px;
}
label{
    font-weight: 400 !important;
} 

.cdr_contacto{
    border: 1px solid #444;
    text-align: center;
    padding: 20px;
    width: 50%;
    display: block;
    margin: 50px auto;
}
#contact-form{
    position: relative;
    top: 100px;
}
#cf-submit{
    width: 50%;
    display: block;
    margin: auto;
}

.titu_mapa{
    padding: 10px;
    color: #fff;
    background-color: rgb(212, 140, 43);
}

.footer{
    padding: 20px 0px 0px 0px;
}

/* Tarifas */
/*
 * Developer: Alireza Eskandarpour Shoferi
 * Designer: Wouter de Bres (dribbble.com/wdeb)
 *
 * Distributed under the terms of the MIT license
 * https://opensource.org/licenses/MIT
 */

 .bg-primary_tarifas{
   background-color: #fff;
}

#tarifas h2{
    color: #222;
}
 .wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    margin: 50px 0 0 -468px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
  }
  .wrapper2 {
    position: relative;
    top: 50%;
    left: 50%;
    margin: 100px 0 0 -468px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
  }
  
  .package {
    box-sizing: border-box;
    width: 100%;
    margin: 20px;
    height: auto;
    border: 1px solid rgb(212, 140, 43);
    border-radius: 0px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    float: left;
    -webkit-transition: margin-top .5s linear;
    transition: margin-top .5s linear;
    position: relative;
    margin-right: 11px;
    background-color: #fff;
  }
  .package:hover {
    margin-top: -10px;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }

  .package p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222;
    font-style: italic;
  }
  .name {
    width: 147%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px;
    font-size: 1.3em;
    line-height: 20px;
    position: relative;
    top: 0px;
    left: -23.8%;
    border-radius: 2px;
    margin-top: -5px;
    margin-bottom: 20px;
    background-color: rgb(212, 140, 43);

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
    
  hr {
    background-color: #D48C2B;
    border: none;
    height: 1px;
  }
  
  .trial {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 100;
    padding: 0px;
    color: #222;
    display: inline-block;
    position: relative;
    top: -15px;
    border-radius: 50px;
  }

  .cdr_tarifas{
      margin-top: 200px;
      text-align: center;      
  }
  .cdr_tari{
    margin: 0px 5px;
    width: 24.1%;
    height: auto;
    padding: 20px 10px;
    background-color: transparent;
  }
  .cdr_tarifas h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
  }
  .cdr_tarifas p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #222;
    }
    .cdr_tarifas a{
        border:1px solid #A16920;
        background-color: #D48C2B;
        color: #fff;
        padding: 10px;
        position: relative;
        top: 20px;
        border-radius: 50px;
    }
    .cdr_tarifas a:hover{
        text-decoration: none;
        border:1px solid #D48C2B;
        background-color: #fff;
        color: #D48C2B;
    }
    .fa{
        color: #d48c2b;
    }
  

/*=================================================================
  Testimonial section
==================================================================*/
#TestC{
    background:url('../img/testimonios.jpg')no-repeat center center fixed; 
     background-size: 100%;
     width:100%;
     height:65%;
     box-shadow:0px 0px 20px rgba(0,0,0,0.1);
   }
   
   .redz{
     width:100%;
     height:100%;
     padding: 50px 0px;
     position:absolute;
     z-index:1;
   }
   
   #TestC h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
     color:#fff;
     -webkit-text-stroke: .1px gray;
     text-align: center;
   }
   
   .carousel-control{
       top: inherit;
       bottom: 30px;
       font-size: 35px;
       left: inherit;
       z-index:999;
       width:2%;
       margin-right:5%;
   }
   
   .carousel-control.left {
    background-image: none;
    filter: none;
    right: 45px;
   }
   
   .carousel-control.right {
       right: 0;
       left: auto;
       background-image: none;
        filter: none;
   }
   
   .quote-section{
     width:70%;
     margin:0 auto;
     position:relative;
     padding:20px;
     font-size:18px;
     margin-top:4%;
     border-radius:10px;
     color:#eee;
     background-color: rgb(212, 140, 43, .4);
   }
   
   #ql{
     padding:0px 15px 0px 15px;
   }
   #qr{padding:0px 15px 0px 15px;}
   
   .autor-section{
     width:10%;
     margin:0 auto;
     margin-top:1%;
     color:#eee;
     font-size:16px;
     text-align:center;
     border-radius:5px;
     background-color: rgb(212, 140, 43);
     padding:5px;
   }

/* --------- */

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #fff;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color:#444;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: rgb(212, 140, 43);;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: rgb(212, 140, 43);
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: rgb(212, 140, 43);
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: rgb(212, 140, 43);
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-family: 'Caveat', cursive;
    margin-top: -30px;
    margin-bottom: 50px;
    font-size: 1.6em;
    font-weight: 400;
    color: #444;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 44%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        font-size: 4.6em;
        line-height: 54px;
    }
}
@media(max-width:767px) {
    header .header-content .header-content-inner p {
        font-family: 'Caveat', cursive;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 2.6em;
        font-weight: 400;
        color: #444;
    }
}
.section-heading {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-weight: 100;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}



.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background-color: rgb(212, 140, 43, .8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 0px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 2.4em;
    line-height: 35px;
}
.project-name2 {
    position: relative;
    /*top: -108px;*/
    top: -15px;
    text-align: center;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color:rgb(212, 140, 43,.6);
    font-weight: 200;
    font-size: 2.4em;
    line-height: 35px;
    margin-top: -35px;
    /*text-shadow: 1px 1px 0px #000;*/
}

.portfolio-box:hover .project-name2{
    opacity: 0;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(max-width:1024px) {    
    .header-content img{
        width: 20%;
        margin-top: 50px;
    }
    .redes img{
        width: 5%;
    }
    #services {
        margin-top: -100px;
    }
    #about img {
        width: 100%;
    }
    #hipnosis img {
        width: 100%;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        line-height: 35px;
    }  
    
    .cdr_ofre_3 {
        margin-top: 0px;
    }  
    .name {
        width: 110%;
        left: -5%;
    }
    .cdr_tari {
        width: 100%;
    }
    #TestC{
        height: 100%;
    }
    .quote-section {
        width: auto;
        font-size: 1.3em;
        margin: 20px;
    }
    .autor-section {
        width: 90%;
    }
    #tecnicas p {
        padding-bottom: 25px;
    }
    #contact-form {
        margin-bottom: 60px;
    }  
    
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

@media(max-width:992px) {
    .navbar-default .navbar-header .navbar-brand {
        font-size: 1em;
    }
    .header-content img{
        width: 40%;
        margin-top: 50px;
    }
    .redes img{
        width: 10%;
    }
    #services {
        margin-top: -100px;
    }
    #about img {
        width: 100%;
    }
    #hipnosis img {
        width: 100%;
    }
    #ofrecemos img{
        width: 100%;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        line-height: 35px;
    }  
    .cdr_ofre_3 {
        margin-top: 0px;
    }  
    .name {
        width: 110%;
        left: -5%;
    }
    .cdr_tari {
        width: 100%;
    }
    #TestC{
        height: 100%;
    }
    .quote-section {
        width: 100%;
        font-size: 1em;
    }
    .autor-section {
        width: 90%;
    }
    .portfolio-box-caption-content button {
        position: relative;
        top: 20px;
    }
    
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .navbar-default .navbar-header .navbar-brand{
        color: #d48c2b;
    }
    .header-content img {
        width: 55%;
    }
    .redes img{
        width: 10%;
    }
    #about img{
        width: 100%;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 1.9em;
        line-height: 35px;
    }
    .portfolio-box-caption-content button {
        font-size: .7em;
    }
    #hipnosis img{
        width: 100%;
    }
    .cdr_ofrecemos{
        padding: 0;
    }
    .cdr_ofre_3{
        margin-top: 0px;
    }
    .texto_hacemos {
        margin: 10px;
    }
    #tecnicas h2 {
        padding-top: 50px;
        font-size: 4em;
    }
    .package {
        margin: 20px 0px;
    }
    .cdr_tari {
        width: 100%;
    }
    #TestC {
        background-size: auto;
        height: 750px;
    }
    .quote-section {
        width: auto;
        font-size: 1em;
    }
    .autor-section {
        width: 90%;
    }
    .carousel-control.left {
        right: 205px;
    }
    .carousel-control.right {
        right: 160px;
    }
    .cdr_contacto{
        width: 100%;
    }
    .ban{
        width: 100%;
    }
    #contact-form {
        top: 0px;
    }
}
@media (max-width: 1980px) and ( max-height: 750px ) and (orientation: landscape) { 
    #services {
        margin-top: -250px;
    }
}


@media (max-width: 1200px) and ( max-height: 450px ) and (orientation: landscape) { 
    header .header-content {
        top: 75%;
    }
    .redes {
        margin-top: -85px;
    }
    #services {
        margin-top: 20px;
    }
 }

@media (max-width: 768px) and ( max-height: 450px ) and (orientation: landscape) { 
    .redes {
        margin-top: 0px;
    }
}

@media(max-width:467px) {
    .navbar-brand{
        width:80%;
    }
}
.call-to-action h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto 20px;
    font-weight: 100;
}

.call-to-action p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 1.5em;
}

.text-primary {
    color: rgb(212, 140, 43);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-default2 {
    font-size: .8em;
    margin-left: -13%;
    border:1px solid #D48C2B;
    color: #fff;
    padding: 5px 15px !important;
    background-color: #D48C2B;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default2:hover,
.btn-default2:focus,
.btn-default2.focus,
.btn-default2:active,
.btn-default2.active,
.open > .dropdown-toggle.btn-default2 {
    border:1px solid #D48C2B;
    color: #D48C2B;
    background-color: #f2f2f2;
}

.btn-primary {
    border: 2px solid #D48C2B;
    color: #fff;
    background-color: #D48C2B;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border: 1px solid #D48C2B;
    color: #D48C2B;
    background-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: rgb(33, 150, 243);
    background-color: rgb(33, 150, 243);
}

.btn-primary .badge {
    color: rgb(33, 150, 243);
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.btn-xl {
    padding: 15px 30px;
}

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

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

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

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

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

#map {
    height: 300px;
    overflow: visible;
    position: relative;
}

/* ======================================================
   HIPNOSIS - EFECTO HOVER COMO LAS CARDS
   ====================================================== */

#hipnosis {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

/* Overlay al hacer hover */
#hipnosis::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(212, 140, 43, 0.3);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

#hipnosis:hover::after {
    opacity: 1;
}

/* Enlace que cubre toda la sección */
.hipnosis-link {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hipnosis-link:hover {
    text-decoration: none !important;
}

/* Contenido de hipnosis */
.hipnosis-content {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

/* Efecto hover en toda la sección */
#hipnosis:hover .hipnosis-content {
    transform: scale(1.02);
}

/* Efecto de fondo sutil */
#hipnosis:hover {
    background-color: rgba(212, 140, 43, 0.9) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Efecto de borde en la sección al hacer hover */
#hipnosis:hover {
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2), 0 10px 30px rgba(0,0,0,0.2);
}

/* ======================================================
   BOTÓN "MÁS INFORMACIÓN" EN HIPNOSIS
   ====================================================== */

/* Botón normal */
#hipnosis .btn-primary {
    border: 2px solid #D48C2B !important;
    color: #fff !important;
    background-color: #D48C2B !important;
    padding: 12px 40px !important;
    border-radius: 300px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 0.9em !important;
    transition: all 0.3s ease !important;
    letter-spacing: 1px !important;
    cursor: pointer;
}

/* Hover en toda la sección - el botón cambia a transparente */
#hipnosis:hover .btn-primary {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    transform: scale(1.05);
}

/* Hover directo sobre el botón - se vuelve blanco */
#hipnosis .btn-primary:hover {
    background-color: #fff !important;
    color: #D48C2B !important;
    border-color: #fff !important;
}

/* ======================================================
   IMAGEN DE HIPNOSIS - EFECTO HOVER
   ====================================================== */

#hipnosis .img_hipno {
    overflow: hidden;
}

#hipnosis .img_hipno img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
}

#hipnosis:hover .img_hipno img {
    transform: scale(1.05);
}

/* ======================================================
   CONTENIDO DE HIPNOSIS - TEXTO
   ====================================================== */

.hipnosis-content p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.6;
}
/* ======================================================
   FORZAR CENTRADO DE TÍTULOS DE SECCIÓN
   ====================================================== */

/* Para hipnosis - CON MÁXIMA ESPECIFICIDAD */
#hipnosis .texto_hipno h2.section-heading,
#hipnosis h2.section-heading,
#hipnosis .section-heading {
    text-align: center !important;
}

/* Para como lo hacemos (hacemos) */
#hacemos .texto_hacemos h2.section-heading,
#hacemos h2.section-heading,
#hacemos .section-heading {
    text-align: center !important;
}

/* Para sobre mi */
#about .texto_about h2.section-heading,
#about h2.section-heading,
#about .section-heading {
    text-align: center !important;
}

/* Para online */
#online h2.section-heading,
#online .section-heading {
    text-align: center !important;
}

/* Para a quién */
#ofrecemos h2.section-heading,
#ofrecemos .section-heading {
    text-align: center !important;
}

/* Para portfolio */
#portfolio h2.section-heading,
#portfolio .section-heading {
    text-align: center !important;
}

/* Para tarifas */
#tarifas h2.section-heading,
#tarifas .section-heading {
    text-align: center !important;
}

/* Para contacto */
#contact h2.section-heading,
#contact .section-heading {
    text-align: center !important;
}

/* ======================================================
   CENTRAR TÍTULOS EN MODALES
   ====================================================== */

.portfolio-modal .modal-body h2,
.modal-body h2,
#modalHipnosis .modal-body h2 {
    text-align: center !important;
}

/* ======================================================
   IMAGEN DE SOBRE MI - AJUSTE COMPLETO
   ====================================================== */

.about-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}