/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/*
    DEMO STYLE
*/
/* fuentes */
@font-face {
    font-family: CapturaRegular;
    src: url(../fonts/FontsFree-Net-CapturaRegular.ttf);
  }
/*  */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.project-details-popup .close {
    position: absolute;
    right: 9px;
    top: 9px;
    background: #963d2b;
    border-radius: 50px;
    height: 27px;
    color: #fff;
    width: 27px;
    z-index: 9999;
  }
  .project-details-popup .prof-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
  }
  .project-details-popup .modal-header {
    margin: 0;
    padding: 0;
  }
  .project-details-popup .modal-header .header-img {
    width: 100%;
    max-width: 100%;
  }

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Montserrat light', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 1.2em;
    color: #999;
}
span{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.7em;
    font-weight: normal;
    /* color: #000; */
}
strong span, span strong {
    font-weight: 700 !important;
}


a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-perspective: 1500px;
            perspective: 1500px;
    padding-top: 80px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #bd9688;
    color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    -o-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #bd9688;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #bd9688;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
#sidebar ul li a:hover {
    color: #bd9688;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #bd9688;
    background: #fff;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #bd9688;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #FCB4C7;
}

a.article, a.article:hover {
    background: #FCB4C7 !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    -webkit-transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    -o-transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
        -ms-transform: rotate(45deg) translate(2px, 2px);
            transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
        -ms-transform: rotate(-45deg) translate(1px, -1px);
            transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        -webkit-transform: rotate(45deg) translate(2px, 2px);
            -ms-transform: rotate(45deg) translate(2px, 2px);
                transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        -webkit-transform: rotate(-45deg) translate(1px, -1px);
            -ms-transform: rotate(-45deg) translate(1px, -1px);
                transform: rotate(-45deg) translate(1px, -1px);
    }

    /* Página interna style */
    h1#category{
        font-size: 20px !important;
        top: 90px !important;
    }

}



/* COMENTARIOS */
.comentarios {
	margin: 20px 0;
}

.form_comentarios textarea {
	width: 100%;
	height: 84px;
	max-width: 100%;
	min-width: 100%;
	min-height: 84px;
	max-height: 300px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	border: 1px solid #963D2B;
	margin-bottom: 20px;
}

.form_comentarios .btn {
	background: #963D2B;
	font-family: 'Roboto', sans-serif;
	border-radius:0;
    border-radius: 2em;
	color: #fff;
	margin-bottom: 20px;
}

.form_comentarios .btn:hover {
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,.35);
	        box-shadow: 0px 0px 9px rgba(0,0,0,.35);
}

.media {
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;
}

.media img {
	margin-right: 20px;
}

.media .nombre {
	color: #963D2B;
	margin-bottom: 0;
}

.media .nombre span {
	font-size: 12px;
	color: #464646;
	margin-left: 10px;
}

.media .comentario {
	margin-top: 10px;
}

.media .botones {
	margin-bottom: 10px;
}

.media .botones a {
	color: #acacac;
	font-size: 14px;
	margin-left: 20px;
}


#comentario::-webkit-input-placeholder {
    color: #acacac;
    font-size: 1.5em;
  }


#comentario::-moz-placeholder {
    color: #acacac;
    font-size: 1.5em;
  }


#comentario:-ms-input-placeholder {
    color: #acacac;
    font-size: 1.5em;
  }


#comentario::-ms-input-placeholder {
    color: #acacac;
    font-size: 1.5em;
  }


#comentario::placeholder {
    color: #acacac;
    font-size: 1.5em;
  }

.tox-checklist > li:not(.tox-checklist--hidden) {
list-style: none;
margin: 0.25em 0;
position: relative;
}
.tox-checklist > li:not(.tox-checklist--hidden)::before {
content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
cursor: pointer;
height: 1em;
margin-left: -1.5em;
margin-top: 0.125em;
position: absolute;
width: 1em;
}
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

/* Pagina interna styles */
#plan-container{
    background: #FA8598;
}
h1#category{
    position: absolute;
    top: 60px;
    font-size: 130px;
    color:#FAF0F1;
    letter-spacing: 2px;
    font-family: 'Montserrat-light';
    font-weight: 300 !important;
    text-align: center;

}
#plan-container *{
    color: #fff;
}
#plan-container select{
    background: #FA8598;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
}
#btn-planifier{
    border:2px solid #fff;
}
#calendar-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-top: -60px;
    position: relative;
    z-index:2;
    padding:10px;
}
#category-img{
    width:  100%;
    margin: 0 auto;
}
.btn-course{
    border-radius: 30px !important;
    color:#FFF !important;
}
#btn-course-lingue{
    background: #963D2B;
}
#btn-nos-programme{
    background: #C6887D;
}

p.pull-right {
    float: right;
}
.error-input{
    font-size: 13px;
    margin-left: 10px;
}

.img-avatar-form{
    max-width: 100px;
}
.avatar img{
    margin: 10px 0 0 0;
    max-width: 40px;
    border-radius: 4px;
}

ul.dropdown-menu li {
    padding: 10px 0;
    border-bottom: 1px #dfdfdf solid;
}
ul.dropdown-menu {
    margin: 39px 0 0 0;
    padding: 0;
}
ul.dropdown-menu li a {
    background: #fff;
}
button.button-pay {
    background: #0070ba;
    border: none;
    padding: 10px 6px;
    color: #fff;
    display: block;
    width: 210px;
    margin: 10px auto;
    border-radius: 40px;
}
.btn-open-course{
    display: block;
    width: 210px;
    border-radius: 40px !important;
    padding: 8px 0 !important;
}

#content .card-body li span, #content .card-body p > span, #content table td span{ 
    font-weight: normal;
}

li.breadcrumb-item {
    color: #963d2b;
}
ol.breadcrumb {
    margin: -40px 0 11px 0;
    background: #f8f9fc;
}
.bg-light {
    background-color: #f8f9fc !important;
    border: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.popup{
    position:fixed;
    background:#00000036;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 999;
    display:none
}

.popup .content{
    position: absolute;
    width: 600px;
    height: 499px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.popup .content .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: auto; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 30px;
}


.popup .head a {
    position: absolute;
    top: -29px;
    background-color: #fff;
    right: -24px;
    padding: 1px 3px 0 7px;
    width: 25px;
    border-radius: 50px;
    height: 25px;
    display: block;
}

#s-clients img{
    border-radius: 100%;
}

@media(max-width:767px){
    .popup .content{
        width: 85%;
    } 
    #s-coaching {
        height: 105vh;
    }
    #content {
        padding: 0 14px;
    }
    .row{
        padding:0 !important;
        margin:0 Im !important
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.back {
    position: absolute;
    left: 0;
    font-size: 57px;
    color: #c6877c;
    bottom: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
}
a.controls_slider.next {
    position: absolute;
    right: 0;
    font-size: 57px;
    color: #c6877c;
    bottom: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
}

.section-Biographie{
    background:#c6877c;
}
.titulo{
    font-family: 'Montserrat light';
}
.section-Biographie .titulo{
    font-size:73px;
    color:#ffffff;
    
}

.section-Biographie p span{
    font-size:28px;
    font-family: 'Montserrat light';
    color:#fff;
    line-height: 40px;
}

.section-etapas .titulo{
    color:#c6877c;
    font-size:70px;
    line-height: 60px;
}

.section-etapas p span{
    font-size:28px;
    font-family: 'Montserrat light';
    color:#777;
    line-height: 40px;
}

.section-etapas .shadow-lg, .section-listado-estapas .shadow-lg {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.section-listado-estapas .banner .bg-login-image{
    padding: 400px 0;
}
.section-listado-estapas .titulo{
    color:#c6877c;
    font-size:70px;
    line-height: 95px;
}

.section-listado-estapas .col-md-4{
    padding:10px 50px;
}

.section-listado-estapas .flor{
    opacity:0.3;
}
.section-listado-estapas .flor img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}


.section-listado-estapas .o-hidden {
    overflow: inherit !important;
}


.section-listado-estapas p{
    text-align: justify;
}
.section-listado-estapas p span{
    font-size:28px;
    font-family: 'Montserrat light';
    color:#777;
    line-height: 40px;
}

.section-messge-one{
    padding:10px 0;
    -webkit-transform:rotate(-1deg);
        -ms-transform:rotate(-1deg);
            transform:rotate(-1deg);
}
.section-messge-one > .row{
    background-color: #c6877c;
    padding:30px 0
}

.section-messge-one .content, .section-messge-fr .content, .section-fv .content{
    display: block;
    max-width: 85%;
    margin:auto
}   

.section-messge-one .content{
    text-align: center; 
}

.section-messge-one p span{
    font-size:64px;
    font-family: 'Montserrat light';
    color:#fff;
    line-height: 75px;
}
.section-messge-one p{
    -webkit-transform:rotate(1deg);
        -ms-transform:rotate(1deg);
            transform:rotate(1deg);
}

/*  */
.section-messge-two{
    padding:50px 0;
    text-align:center;
}
.section-messge-two .titulo{
    color:#c6877c;
    font-size:70px;
    line-height: 60px;
}
.section-messge-two p span{
    font-size:28px;
    font-family: 'Montserrat light';
    color:#777;
    line-height: 40px;
}

/*  */

.section-messge-tr{
    padding:50px 0;
    text-align:center; 
}
.section-messge-tr .titulo{
    color:#c6877c;
    font-size:75px;
    line-height: 60px;
}

.section-messge-tr p span{
    font-size:28px;
    font-family: 'Montserrat light';
    color:#777;
    line-height: 48px;
}
.section-messge-tr .divider{
    display: block;
    max-width: 60%;
    background-color: #c6877c;
    height:1px;
    margin:30px auto 50px;
}

/*  */

.section-messge-fr{
    padding:10px 0;
    -webkit-transform:rotate(-1deg);
        -ms-transform:rotate(-1deg);
            transform:rotate(-1deg);
}
.section-messge-fr > .row{
    background-color: #c6877c;
    padding:30px 0
}

.content{
    display: block;
    max-width: 85%;
    margin:auto
}   

.section-messge-fr .content{
    text-align: center; 
}

.section-messge-fr p span{
    font-size:27px;
    font-family: 'Montserrat light';
    color:#fff;
    line-height: 35px;
}
.section-messge-fr p{
    -webkit-transform:rotate(1deg);
        -ms-transform:rotate(1deg);
            transform:rotate(1deg);
}

/*  */

.section-fv{
    padding: 100px 0;
}
.section-fv .titulo{
    color:#c6877c;
    font-size: 35px;
}
.section-fv ul {
    list-style: nu;
    font-size: 22px;
    font-family: 'Montserrat light';
}


.modal-welcome .titulo{
    color:#c6877c;
    font-size: 28px;
    font-family: 'Montserrat light';
}

.modal-welcome p{
    font-size: 16px ;
    font-family: 'Montserrat light';
}

.modal-welcome .subtitulo{
    color:#c6877c;
    font-size: 26px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal-welcome p{
    text-align: justify;
}

.modal-welcome p span{
    font-family: 'Montserrat light';
    text-align: justify;
}

.modal-welcome .subitem{
    color:#c6877c;
    font-size: 22px;
}

.modal-welcome .icono{
    width:70px;
    margin:auto;
    display:block
}

    
.modal-welcome .icon svg{
    width: 100%;
    color: #BEA67D !important;
}


/*  */

.section-foot{
    text-align: center;
    padding:100px 0
}

.section-foot h1{
    font-size: 60px;
    color:#888;
    font-family: 'Montserrat light';
    line-height: 20px;
    display: block;
    max-width: 150px;
    margin:auto;
    text-align: right;
}

.section-foot h1 small {
    text-align: right;
}
.section-foot h1 small{
    font-size: 20px;
    text-align: right;
}
.buttons_ils{
    text-align: center;
    padding:10px 15px;
    border-radius: 50px;
    margin:5px 20px;
    color:#fff;
}
.button_course{
    background-color:#943F2D ;
}
.btn_program{
    background-color:#c6877c
}  

.section-foot p.info{
    color:#888;
    font-family: 'Montserrat light';
    font-size: 20px;
    padding:10px;
}


nav2 {
    top: 0;
}
nav2 li2 a2{
    cursor:pointer;
}

footer {
    padding-top: 123px  !important;
}

.goog-te-banner-frame, #google_translate_element2 {
    display: none !important;
}
#goog-gt-tt {
    display: none !important;
}


#page_biografia span.titulo {
    font-size: 20px !important;
}

#page_biografia p span {
    font-size: 16px !important;
    line-height: 5px !important;
}

#page_biografia .section-fv ul {
    font-size: 16px !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    -webkit-box-shadow: 2px 2px 4px #9999aa00  !important;
            box-shadow: 2px 2px 4px #9999aa00  !important;
    /* display: none !important; */
}


section#s-sexualite-intimite {
    z-index: 0;
}

@media (min-width: 768px){
	#section-clients .container-md, #section-clients .container-sm, #section-clients .container {
    	max-width: 50%;
	} 
     
}





@media(max-width:330px){
    #s-coaching {
        height: 123vh;
    }
}



@media (min-width: 768px){
    .col-md-5 {
        width: 50% !important;
        padding: 6px !important;
    }
}


@media(max-width: 768px){

    #s-meditation .title{
        font-size: 90px;
        
    }
    .title-sexualite{
        line-height: 55px;
    }

    #s-meditation .content-tex-pricipal-sections {
        right: 142px;
    }
    section#section-clients img {
        max-width: 178px !important;
        display: block !important;
        margin: auto !important;
    }
    .info-cliente {
        padding: 0 23px;
        max-width: 63%;
        margin: auto;
        -webkit-box-pack: ju;
            -ms-flex-pack: ju;
                justify-content: ju;
        text-align: justify;
    }
    div#s-clients-ow {
        max-width: 98%;
    }

    .bg-login-image {
        background-position: center;
        background-size: cover;
        padding: 213px 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    .section-messge-tr .titulo {
        color: #c6877c;
        font-size: 32px;
        line-height: 43px;
        /* display: block; */
        /* max-width: 90%; */
    }

    .section-messge-tr p span{
        font-size: 20px;
        line-height:20px
    }

    .section-Biographie .titulo,
    .section-etapas .titulo,
    .section-listado-estapas .titulo,
    .section-messge-two .titulo
    {
        font-size: 41px;
        line-height: 24px;
        /* color: #ffffff; */
    }    
    .section-Biographie p span,
    .section-etapas p span,
    .section-listado-estapas p span,
    .section-messge-two p span
    {
        font-size: 20px;
        font-family: 'Montserrat light';
        line-height: 18px;
    }
    .section-listado-estapas .banner .bg-login-image {
        padding: 93px 0;
    }
    .section-messge-one p span {
        font-size: 29px;
        font-family: 'Montserrat light';
        color: #fff;
        line-height: 35px;
    }
    .section-messge-two,
    .section-messge-tr {
        padding: 12px 18px;
        text-align: justify;
        /* line-height: 27px !important; */
    }
    .section-messge-fr p{
        text-align: justify;
    }
    .section-messge-fr p span {
        line-height: 0;
        font-size: 19px;
        text-align: justify;
    }

    .section-fv .titulo {
        color: #c6877c;
        font-size: 17px;
        /* line-height: 34px; */
    }
    .section-fv ul {
        list-style: nu;
        font-size: 13px;
        font-family: 'Montserrat light';
        text-align: justify;
    }
    .hamburger div {
        background: #c6877c !important;
    }
    .modal-content.project-details-popup p {
        font-size: 13px;
    }

    .modal-welcome .titulo {
        font-size: 33px;
        line-height: 8px;
    }
    .modal-welcome .subitem {
        font-size: 16px;
        line-height: 22px;
    }
    .title-sexualite {
        font-family: "Montserrat light";
        line-height: 78px;
        font-size: 90px;
    }

    #img-mujer-sexualite-intimite{
        width:57%;
    }
    .btn-style {
        z-index: 2;
    }

    #s-sexualite-intimite .content-tex-pricipal-sections, #s-nutrition .content-tex-pricipal-sections {
        left: 147px;
    }

    #s-sexualite-intimite .text, #s-meditation .text, #s-nutrition .text,#s-coaching .text{
        width:100%
    }   

    #s-nutrition .titulo{
        font-size: 90px;
    }

    #section-clients {
        width: 89%;
        margin: auto;
    }
}

@media (max-width: 500px){
	#content-dtl>a>img {
        width: 40% !important;
    }
    #s-sexualite-intimite .content-tex-pricipal-sections, #s-nutrition .content-tex-pricipal-sections {
        left: 30px;
    }

    #s-sexualite-intimite .title-sexualite, #s-meditation .title, #s-nutrition .title{
        font-size: 59px;
    }

    #s-sexualite-intimite .content-tex-pricipal-sections, #s-nutrition .content-tex-pricipal-sections {
        left: 20px;
    }

    #s-sexualite-intimite .text, #s-meditation .text, #s-nutrition .text,#s-coaching .text{
        width:60% !important;
    } 

    #s-meditation .content-tex-pricipal-sections{
        right: 23px;
    }

    #s-sexualite-intimite img, #s-meditation img, #s-nutrition img,#s-coaching img{
        bottom:0;
        width:60%
    } 

    div#s-clients {
        padding: 59px 0 0 0;
    }

    

    
     
}


section#s-banner-principal {
    position: inherit;
}

#s-banner-principal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #dadada;
}


nav2{  
    z-index: 9;
}