header{
 background: #ffffff;

}
@font-face {
    font-family: Helvetica-Liberation;
    src:url(/website/Font/LiberationSans-Regular.ttf);
    font-weight: bolder;
}


html{

    font-family: Helvetica-Liberation ,sans-serif;
    scroll-behavior: smooth;

}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#logo {
    margin-left: 20px;
}
#header_description {

    background-size: 100%;
    background-position: left;
    background-image: url("/website/Fotos/Home/Header.jpg");
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header_description_intern {
    height: 100%;
    background-size: 100%;
    background-position: left;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header_description .main-menu{
    padding: 0px!important;
    margin: 0px!important;
}
.main-menu{
    padding: 10px 50px 0px 50px;
    margin-bottom: 15px;
}
@media (max-width: 673px) {
    #logo {
        margin-left: 20px;
    }
}

#header_description #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header_description #logo h1 a, #header_description #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #8a90ff;
}

#header_description #logo img {
    padding: 0;
    margin-top: 10%;
}

#header_description{
    background-color: white;
    margin-bottom: 40px;
    padding: 0px 40px 80px 40px;
}

.modal_header{
    background-color: #E7CDCF;
}
.modal_header label{
    color: #940731!important;
    font-size: 1.3rem!important;
    font-weight: bold;
    padding: 14% 3% 14% 3%;
}
.modal-lg {
    max-width: 1200px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
    color: #B63053;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0 3%;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
    width: 55%;
}

/* Nav Meu Styling */

ul, ol {
    list-style:none;
}

.nav-menu > li {
    float:left;
}

.nav-menu li a {
    padding: 15px 5px 0px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;

    color: #CE3E64;
    display: block;
}

.nav-menu li a:hover {
    background-color:transparent;
    color: #940731;
}

.nav-menu li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
}

.nav-menu li ul li {
    position:relative;
}

.nav-menu li ul li ul {
    right:-140px;
    top:0px;
}
.nav-menu li:hover > ul {
    display: block;
    background: #940731;
    color: #ffffff;
    margin-left: -320px;
    font-size: 1.2rem;
    padding: 5% 0%;
    width: 419px;
}
hr{
    background: #ffffff;
    color: #ffffff;
}
/*meni desplegable*/

.nav-menu ul li a {
    padding: 1% 0%;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    display: block;
    color: #ffffff;
}
.nav-menu ul li a:hover{
    color: #FFF9C3 !important;
}


.title_submenu{
    color: #FFF9C3 !important;
}


.banner-content h1 {
    color: #940731;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    margin: 15% 6% 0% 0%;
}

a.btn_cita{
    color: #FFF9C3;
    font-size: 1.5rem;
    background: #940731;
    margin-top: 20%;
    display: inline-flex;
    text-decoration: none;
    margin-right: 2%;
    padding: 0% 2%;
}
a.btn_cita:hover{
    background: #CE9BA2;
}

a.btn_conoce{
    color: #FFF9C3;
    font-size: 1.5rem;
    background: #940731;
    margin-top: 5%;
    display: inline-flex;
    text-decoration: none;
    margin-right: 2%;
    padding: 0% 2%;
}
a.btn_conoce:hover{
    background: #CE9BA2;
}

#home_us .banner-content h1 {
    margin: 0;
}
@media (max-width: 991.98px) {
    .banner-content h1 {
        font-size: 36px;
    }

    #login_mono{
        position: unset !important;

        padding: 0;

        float: left;

        margin: 0px 10px 0px 0px !important

    }
}

.padding_section{
    padding-left: 40px;
    padding-right: 30px;
}

.container-fluid label{
    color: #707070;
   font-size: 1.2rem;
}
.home_section_1{
    padding: 6% 4%;
    color: #707070;
   font-size: 1.2rem;

}




.home_section_2{
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 3%;
}

.home_section_3{
    width: 90%;
    height: 750px;
    position: relative;
    margin-top: 3%;
}

.btn_red{
    background: #CE3E64 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border: 0;
   font-size: 1.2rem;
    padding: 0.5% 4%;
    font-weight: bold;
}
.btn_red:hover{
    background: #940731 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border: 0;
   font-size: 1.2rem;
    padding: 0.5% 4%;
    font-weight: bold;
}
div#layer1 {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35%;
    height: 100px;
    background-color: transparent;

    padding: 5px;
}

div#layer2 {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 35%;
    width: 65%;
    min-height: 420px;
    max-height: 420px;
    background-color: transparent;
    box-shadow: 0px 6px 6px #00000029;
    padding: 1% 3%;
}

.home_section_2 h3{
    color: #940731;
    font-weight: bold;

}

.home_section_2 div#layer2 {
        width: 56%;
        background-color: #FFFFFF;
}
.home_section_2 div#layer3 {
    right: 6%;
}

.home_section_2 label, .home_section_3 label{
   font-size: 1.2rem;
    margin-top: 2%;
    padding-right: 13%;
}

.home_section_2 ul {
    list-style: none;
    color: #707070;
}

.home_section_2 ul {
    margin-left: -1.7rem;
}

.home_section_2 ul li{
   font-size: 1.2rem;
}
.home_section_2 ul li::before {
    content: "\2022";
    color: #D7E9D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
div#layer3 {
    z-index: 1;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 30%;
    min-height: 450px;
    max-height: 450px;
    background: transparent linear-gradient(180deg, #E7CDCF 0%, #CE9BA2 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
}


/*Section 3*/
.home_section_3 div#layer1 {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60%;
    height: 100px;
    background: #FCF4F4 0% 0% no-repeat padding-box;
    min-height: 640px;
    max-height: 640px;
    padding: 5px;
    margin-bottom: 5%;
}

.home_section_3 div#layer2 {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 60%;
    width: 35%;
    min-height: 640px;
    max-height: 640px;
    background-color: #fff;
    box-shadow: 0px 6px 6px #00000029;
    padding: 1% 3%;
    box-shadow: 0px 6px 6px #00000029;
}

.home_section_3 div#layer3 {
    z-index: 1;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 100%;
    min-height: 670px;
    max-height: 670px;
    background: transparent linear-gradient(180deg, #E7CDCF 0%, #CE9BA2 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
}
.home_section_3 h6{
    text-align: center;
    width: 11%;
    margin: 5% 48%;
    border: 4px solid #B63053;
    border-radius: 9px;
    padding: 1%;
    color: #B63053;
    font-size: 1.3rem;
    font-weight: bolder;
}
.home_section_3 label{
    margin-top: 32%;
    margin-bottom: 5%;
}

.home_section_3 .img_svg{
    border: 0;
    background: transparent;
    text-align: center;
    display: table;
    padding: 0% 4%;
}
.home_section_3 .img_svg img{
    border: 0;
    background: transparent;
    text-align: center;
    display: table-row;
    min-height: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.home_section_3 .img_svg label{
    color: #CE9BA2;
   font-size: 1.2rem;
    line-height: 30px;
    font-weight: bolder;
    font-family: Helvetica-Liberation;
    margin: 10% 0 15% 0;

    padding: 0;
}
/*Section 4*/

.home_section_4{
    width: 90%;
    position: relative;
    margin-top: 3%;
    color: #707070;
   font-size: 1.2rem;
    line-height: 35px;
    height: 780px!important;
}

.home_section_4  div#layer1 {
    z-index: 3;
    position: absolute;
    top: 60px;
    left: 10px;
    width: 60%;
    height: 100px;
    background: #ffffff 0% 0% no-repeat padding-box;
    min-height: 700px;
    max-height: 700px;
    padding: 5%;
    box-shadow: 0px 6px 6px #00000029;
}

.home_section_4 div#layer2 {
    z-index: 2;
    position: absolute;
    top: 60px;
    left: 60%;
    width: 38%;
    min-height: 700px;
    max-height: 700px;
    background-color: transparent;
    padding: 1% 3%;
    box-shadow: 0px 0px 0px #00000029;
    background-image: url("/website/Fotos/Home/ServiciosClinicas.jpg");
    background-size: 160%;
    background-position: inherit;
    background-repeat: no-repeat;
}

.home_section_4 div#layer3 {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: -30px;
    width: 40%;
    min-height: 700px;
    max-height: 700px;
    background: transparent linear-gradient(180deg, #E7CDCF 0%, #CE9BA2 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
}
.home_section_4 h2{

    padding: 1% 0%;
    color: #B63053;
    font-weight: bolder;
}
.home_section_4 label{
    text-align: left;
    letter-spacing: 0px;
   font-size: 1.2rem;

}

.home_section_4 .img_svg{
    border: 0;
    background: transparent;
    text-align: center;
    display: table;
    padding: 0% 4%;
}
.home_section_4 .img_svg img{
    border: 0;
    background: transparent;
    text-align: center;
    display: table-row;
    min-height: 100px;
    max-height: 100px;
}

.home_section_4 .img_svg label{
    color: #CE9BA2;
    font: normal normal bold 22px/30px Helvetica-Liberation;
    margin: 10% 0 15% 0;

    padding: 0;
}
.home_section_4 ul {
    list-style: none;
    color: #707070;
}

.home_section_4 ul {
    margin-left: -0.7rem;
}

.home_section_4 ul li{
   font-size: 1.2rem;
}
.home_section_4 ul li::before {
    content: "\2022";
    color: #D7E9D3;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    font-size: 2rem;
    margin-left: -1.2em;
}

footer{
    margin-top: 2%;
    background: #E7CDCF 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #940731;
    font-size: 1.3rem;
    text-align: left;
    padding: 4% 0% 1% 0%;
}
#footer label{
    color: #940731;
    margin-left: 15%;
}
#footer{
    padding: 5% 5% 1% 5%;
   font-size: 1.2rem;
}
#footer .padding_bottom{
    padding-top: 5%;

}

.form-control {
    border: 1px solid #940731;
    border-radius: 0;
}
footer h6{
    font-size: 1.19rem;
    margin-top: 3%;
    color: #707070
}
footer button {
    background: #CE3E64 0% 0% no-repeat padding-box !important;
    border-color: transparent !important;
    border: 0 !important;
    font-size: 1.3rem !important;
    border-radius: 0 !important;
}
footer button:hover{
    color: #FFF9C3!important;
}
.iconos{
    width: 30px;
    position: absolute;
}
.icon_map{
    background-image: url("/website/SVG/Path 1445.svg");
    background-repeat: no-repeat ;
    height: 33px !important;
    display: inline-grid;

}
.icon_number{
    background-image: url("/website/SVG/Path1446.svg");
    background-repeat: no-repeat ;
    height: 33px !important;
    display: inline-grid;

}
.icon_correo{
    background-image: url("/website/SVG/Group1431.svg");
    background-repeat: no-repeat ;
    height: 33px !important;
    display: inline-grid;
    margin-top: 2%;
    width: 30px;
}

.icon_fb{
    background-image: url("/website/SVG/fb.svg");
    background-repeat: no-repeat ;
    height: 40px !important;
    display: inline-grid;
    margin-top: 2%;
    width: 30px;
}
.icon_instagram{
    background-image: url("/website/SVG/insta.svg");
    background-repeat: no-repeat ;
    height: 40px !important;
    display: inline-grid;
    margin-top: 2%;
    width: 40px;
}
.icon_twitter{
    background-image: url("/website/SVG/tt.svg");
    background-repeat: no-repeat;
    height: 40px !important;
    display: inline-grid;
    margin-top: 3%;
    width: 40px;
    position: absolute;
    margin-left: 4%;
}
/*home us*/
#home_us .text-right{
    padding-right: 0;
}

#home_us .banner-content{
    padding: 2% 4%;
}

#home_us .banner-content h1{
    padding: 3% 0%;
}
#home_us .banner-content label{
    padding: 2% 0%;
    letter-spacing: 0px;
    color: #707070;
}
#home_us h3 {
    color: #B63053;
    font-weight: bold;
}

.about_us{
    background: transparent linear-gradient(180deg, #B63053 0%, #940731 100%) 0% 0% no-repeat padding-box;
}
.about_us img{
    border-radius: 17px;
}
.about_us .about_us_description{
    padding: 6% 7% 5% 0%;
}
.about_us .about_us_descriptio_intern{
    padding: 5% 12%;
    background: #FFFEF7;
}
.about_us h3{
    font-size: 2rem;
    letter-spacing: 0px;
    color: #940731;
}

.about_us label{

    letter-spacing: 0px;
    color: #707070;
    margin-top: 5%;
}
.about_us input{
    background: #E7CDCF 0% 0% no-repeat padding-box;
    font: normal normal bold 25px/30px Helvetica-Liberation;
    letter-spacing: 0px;
    color: #940731;
    margin-top: 5%;
    cursor: inherit;
}

/*home_services*/
#header_description_services {
    background-position: top right;
    background-size: 100%;
    background-image: url("/website/Fotos/PersonasyParejas/couple-holding-hands-on-sand-field-1415133.jpg");
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#home_services .text-right{
    padding-right: 0;
}

#home_services .banner-content{
    padding: 2% 4%;
}

#home_services .banner-content h1{
    margin: 3% 0%;
}
#home_services .banner-content label{
    padding: 2% 0%;
   font-size: 1.2rem;
    letter-spacing: 0px;
    color: #707070;
}
#home_services h3 {
    color: #B63053;
}

/*Servicios*/
#PAE{
    width: 90%;
    margin-top: 3%;
}



#PAE .paddind_Zero_inter{
    padding: 0;
}
#PAE .pae_style{
    margin: 2% 0%;

}
#PAE .pae_style h1{
    font: normal normal bold 35px/42px Helvetica-Liberation;
    letter-spacing: 0px;
    color: #940731;
    font-size: 1.7rem;
}
#PAE .pae_style label{
    font: normal normal 300 25px/32px Helvetica-Liberation;
    letter-spacing: 0px;
    color: #707070;
    padding-bottom: 5%;
   font-size: 1.2rem;
}
#PAE #layer1{
    width: 100%;
}
#PAE #emocional{
    height: 100%;
    position: initial;
    margin-top: 0%;
}


#emocional div#layer1 {
    z-index: 5;
    position: relative;
    top: 0px;
    left: 5px;
    background-image: url("/website/Fotos/PersonasyParejas/PAE.jpg");
    min-height: 500px;
    max-height: 500px;
    background-size: 165%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: right center;
}

#emocional  div#layer2 {
    z-index: 3;
    position: relative;
    left: 0%;
    top: 0%;
    padding: 1% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 450px;
    max-height: 450px;
}
#PAE #parejas{
    height: 100%;
    position: relative;
}
    #parejas div#layer2 {
        z-index: 3;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 2% 9% 1% 4%;
        background: #FFFEF7 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 6px #00000029;
        min-height: 800px;
        max-height: 800px;
        max-height: 100%;
        text-align: left;
    }

    #parejas div#layer1 {
        z-index: 3;
        position: absolute;
        left: 55%;
        top: 9%;
        background-image: url("/website/Fotos/PersonasyParejas/IndividualyPareja.jpg");
        min-height: 600px;
        max-height: 600px;
        background-size: 170%;
        background-repeat: no-repeat;
        width: 45%;
        background-position: bottom center;
        background-color: transparent;
    }
    #PAE ul {
        list-style: none;
        color: #707070;
    }

    #PAE ul {
        margin-left: 0rem;
        margin-bottom: 0rem;
    }

    #PAE ul li{
        font-size: 1.2rem!important;
        font: normal normal 300 25px/32px Helvetica-Liberation;
    }

    .ul_sangria {
        margin-left: -.5em;
        padding: 0;
    }

    #PAE .ul_sangria::before{
        list-style: none;
        content: "";
        margin: -14px;
    }
    #PAE ul li::before {
        content: "\2022";
        color: #D7E9D3;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        font-size: 2rem;
        margin-left: -1.1em;
    }


#PAE #grupal{
    height: 100%;
    position: relative;
    margin-top: 3%;

}

#grupal div#layer1 {
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 5px;
    min-height: 500px;
    max-height: 500px;
    background: transparent url("/website/Fotos/PersonasyParejas/Grupales.jpg") 0% 0% no-repeat padding-box;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
}

#grupal  div#layer2 {
    z-index: 3;
    position: relative;
    left: 42%;
    top: 6%;
    padding: 1% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 450px;
    max-height: 100%;
}

/*home_services_medical*/

#header_description_services_medical {
    background-position: top right;
    background-size: 140%;
    background-image: url("/website/Fotos/MedicosyClinicas/Banner1.jpg");
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;

}
    #PAE #Psicologico{
        height: 100%;
        position: relative;
        margin-top: 3%;
    }
    #Psicologico div#layer1 {
        z-index: 3;
        position: relative;
        top: 0px;
        left: 5px;
        background-image: url("/website/Fotos/MedicosyClinicas/ApoyoPsic.jpg");
        min-height: 600px;
        max-height: 600px;
        background-size: 144%;
        background-repeat: no-repeat;
        background-position: 58%;
    }

    #Psicologico div#layer2 {
        z-index: 3;
        position: absolute;
        left: 42%;
        top: -2%;
        padding: 3% 3%;
        background: #FFFEF7 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 6px #00000029;
        min-height: 550px;
        max-height: 550px;
    }


#PAE #Sensibilizacion{
    height: 650px;
    position: relative;
    margin-top: 3%;
}
#Sensibilizacion  div#layer2 {
    z-index: 3;
    position: absolute;
    top: 0%;
    left: 0px;
    padding: 2% 4% 1% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 580px;
    max-height: 580px;
}

#Sensibilizacion div#layer1 {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("/website/Fotos/MedicosyClinicas/Tallerdesens.jpg");
    min-height: 650px;
    max-height: 650px;
    background-size: 246%;
    background-repeat: no-repeat;
    background-position: right;
}
#PAE #Especificas{
    height: 600px;
    position: relative;
    margin-top: 3%;
}
#Especificas div#layer1 {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 5px;
    background-image: url("/website/Fotos/MedicosyClinicas/ApoyoAreas.jpg");
    min-height: 600px;
    max-height: 600px;
    background-size: 144%;
    background-repeat: no-repeat;
    background-position: 58%;
}

#Especificas  div#layer2 {
    z-index: 3;
    position: absolute;
    left: 42%;
    top: -2%;
    padding: 3% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 550px;
    max-height: 550px;
}





#PAE #Gametos{
    height: 590px;
    position: relative;
    margin-top: 5%;
}
#Gametos div#layer2 {
    z-index: 3;
    position: absolute;
    top: -6%;
    left: 0px;
    padding: 2% 3% 1% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 580px;
    max-height: 580px;
}

#Gametos div#layer1 {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("/website/Fotos/MedicosyClinicas/Gametos.jpg");
    min-height: 550px;
    max-height: 550px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}


#PAE #Apoyo{
    height: 650px;
    position: relative;
    margin-top: 5%;
}
#Apoyo div#layer1 {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("/website/Fotos/MedicosyClinicas/ServiciosClinica.jpg");
    min-height: 600px;
    max-height: 600px;
    background-size: 144%;
    background-repeat: no-repeat;
    background-position: 58%;
    background-color: transparent;
}

#Apoyo div#layer2 {
    z-index: 2;
    position: absolute;
    left: 35%;
    top: -6%;
    padding: 3% 4% 3% 10%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    min-height: 670px;
    max-height: 670px;
    margin: 0;
}

#Apoyo div#layer2 label{
    padding: 0% 0%;
    padding-top: 5%;

}
.ui.accordion .title {
    padding: .5em 0!important;
    font-family: 'Helvetica-Liberation';
    font: normal normal bold 24px/30px Helvetica-Liberation!important;
    color: #B63053!important;
    outline: transparent;

}
.ui.accordion .title:hover{
    color: #940731 !important;
}
.ui.accordion .title.active {
    color: #940731 !important;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui), .ui.accordion:not(.styled) .title ~ .content:not(.ui) {
    margin: '';
    padding: 0!important;
}

.content{
    text-align: left;
    font: normal normal 300 25px/32px Helvetica-Liberation;
    letter-spacing: 0px;
    color: #707070;
   font-size: 1.2rem;
    min-height: 450px!important;
   max-height: 600px !important;
}
.ui.accordion, .ui.accordion .accordion {
    margin-bottom: 5%;
}

/*Oher services*/
#header_description_services_other {
    background-size: 90%;
    background-image: url("/website/Fotos/OtrosServicios/roman-kraft-0EVKn3-5JSU-unsplash.jpg");
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

#PAE #Pareja, #PAE #Familiar, #PAE #Individual {
    height: 100%;
    position: relative;
    margin-top: 3%;
}
#Pareja div#layer2 label,
#Familiar div#layer2 label,
#Individual div#layer2 label{
    padding: 0!important;
}

#Pareja div#layer1 {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("/website/Fotos/OtrosServicios/TerapiaPareja.jpg");
    min-height: 545px;
    max-height: 100%;
    background-size: 165%;
    background-repeat: no-repeat;
    background-position: top 58%;
    width: 100%;
}

#Pareja div#layer2 {
    z-index: 0;
    position: relative;
    left: 35%;
    top: 7%;
    padding: 1% 3% 3% 10%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    max-height: 100%;
    margin-top: 2%;
}



#Familiar div#layer1 {
    z-index: 3;
    position: absolute;
    top: 4%;
    left: 60%;
    background-image: url("/website/Fotos/OtrosServicios/TerapiaFamiliar.jpg");
    min-height: 500px;
    max-height: 500px;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 70% bottom;
    width: 100%;
    background-color: transparent;
}

#Familiar div#layer2 {
    z-index: 0;
    position: relative;
    left: 0%;
    top: -6%;
    padding: 1% 11% 3% 3%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;

    max-height: 100%;
    margin: 0;

}
#Individual div#layer1 {
    z-index: 3;
    position: absolute;
    top: 5%;
    left: 0px;
    background-image: url("/website/Fotos/OtrosServicios/Terapiaindividual.jpg");
    min-height: 550px;
    max-height: 500px;
    background-size: 165%;
    background-repeat: no-repeat;
    background-position: 58%;
    width: 43%;
}

#Individual div#layer2 {
    z-index: 0;
    position: relative;
    left: 35%;
    top: -6%;
    padding: 1% 3% 3% 10%;
    background: #FFFEF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    max-height: 100%;
    margin: 0;

}

/*MOVIL CSS*/

@media (min-width: 750px) and (max-width: 960px) {
    #nav-menu-container {
        margin: 0;
        width: 60%;
    }
    .nav-menu, .nav-menu * {
        margin: 0 1%;
    }

    header {
        height: 500px;
    }
}

@media (max-width: 920px) {

    .ui.accordion .title {

        font-size: 1.3rem !important;
    }

    .main-menu{
        display: none;
    }
    .banner-content {
        text-align: center;
    }

    .banner-content h1 {
        margin: 10% 6% 0% 0%;
    }

    #header_description {
        background-size: 170%;
        background-position: bottom right;
    }
    #header_description #logo h1 {
        font-size: 28px;
    }
    #header_description #logo img {
        max-height: 40px;
    }

    .padding_section {
        padding-left: 15px;
        padding-right: 15px;
    }
    #home .banner-content h1 {
        padding: 3% 2% !important;
        text-align: center;
        font-size: 2rem;
        line-height: 40px;
    }

    .home_section_1 {
        padding: 0% 0%;
    }
    .home_section_1 label{
        padding: 0% 15px;
    }

    .home_section_2 {
        width: 100%;
        height: 1000px;
    }

    .home_section_2 div#layer1 {
        z-index: 3;
        position: relative;
        top: 10px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 5% 0%;
    }

    .home_section_2 div#layer2{
        top: 50px;
        left: 0%;
        width: 100%;
        background-color:transparent;
        box-shadow:transparent;
        min-height: 100%;
        max-height: 100%;
        box-shadow: 0px 0px 0px #00000029;
    }
    .home_section_2 div#layer2 label{
        margin-top: 0%;
        padding: 0px 0px 0px 10px;
    }
    .btn_red {
        margin-top: 5%;
    }
    .home_section_2 div#layer2 ul{
        margin-left: -0.7rem;
    }
    .home_section_2 div#layer3{
        top: 100px;
        right: 0;
        width: 50%;
        min-height: 150px;
        max-height: 150px;
        left: 0;
    }

    .home_section_3{
        width: 100%;
        height: 100%;
        position: relative;

    }
    .home_section_3 div#layer1 {
        top: 10px;
        left: 0px;
        width: 100%;
        min-height: 800px;
        max-height: 800px;
        padding: 5%;
        position: relative;
    }

    .home_section_3 div#layer2 {
        position: relative;
        top: 0;
        left: 0%;
        width: 100%;
        min-height: 100%;
        box-shadow: 0px 0px 0px #00000029;
        padding: 0% 5%;
    }

    .home_section_3 label {
        margin-top: 5%;
        margin-bottom: 0%;
        padding-right: 0%;

    }

    .home_section_3 h6 {
        text-align: center;
        width: 20%;
        margin: 2% 40% 5%40%;
        border: 4px solid #B63053;
        border-radius: 9px;
        padding: 3% 5%;
        color: #B63053;
        font-size: 1.5rem;
        font-weight: bolder;
    }

    .home_section_4 div#layer3 {
        top: 60px;
        left: 0px;
        width: 50%;
        min-height: 150px;
        max-height: 150px;
    }

    .home_section_4 {
        width: 100%;
        height: 100%!important;
    }
    .home_section_4 h2 {
        font-size: 1.75rem;
    }
    .home_section_4 div#layer1 {
        z-index: 3;
        position: initial;
        top: 60px;
        left: 10px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        background: transparent;
        padding: 1% 5%;
        box-shadow: 0px 6px 6px transparent;
    }

    .home_section_4 div#layer2 {
        z-index: 2;
        position: relative;
        top: 30px;
        left: 0%;
        width: 100%;
        min-height: 300px;
        max-height: 300px;
        background-color: transparent;
        box-shadow: 0px 6px 6px #00000029;
        padding: 1% 3%;
        box-shadow: 0px 0px 0px #00000029;
        background-image: url("/website/Fotos/Home/ServiciosClinicas.jpg");
        background-size: 100%;
        background-position: inherit;
    }
    .home_section_4 label {
       padding: 8% 0% 0% 2% !important;
       margin-top: 5%;
    }
    .home_section_4 ul {
        margin-left: 0rem;
    }
    footer h6 {
        font-size: 1.19rem;
        margin-top: 0%;
        color: #707070;
    }

    .footer_right{
        margin-top: 5%;
        text-align: center!important;
    }

    #footer label {

        margin-left: 0%;
        text-align: center;
    }

    .iconos {
        display: none !important;
    }

    .icon_instagram{
        margin: 0% 5% 0% 2%;
    }

    .about_us_description{
        text-align: center!important;
    }

    .about_us .about_us_description {
        padding:5% 5% 12% 5%;
    }
    .about_us img {
        border-radius: 260px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-radius: 260px;
        height: 100%!important;
        width: 100%;
        /* Firefox 1-3.6 */
        -moz-border-radius: 260px;

        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 260px;
        /*margin: 5% 9% 0% 9%;*/
        -webkit-border-top-left-radius: 260px;
        -webkit-border-top-right-radius: 260px;
        -webkit-border-bottom-right-radius: 260px;
        -webkit-border-bottom-left-radius: 260px;

        -moz-border-radius-topleft: 260px;
        -moz-border-radius-topright: 260px;
        -moz-border-radius-bottomright: 260px;
        -moz-border-radius-bottomleft: 260px;
    }
    footer {
        margin-top: 0%!important;
    }


    #home_us .container-fluid{
        padding: 0;
    }

    #home_us .img_banner_mobil {
        background: url("/website/Fotos/Nosotros/shutterstock_184844336-smaller.jpg");
        height: 500px;
        width: 100%;
        background-size: 200%;
        background-position: top right;
        margin: 0;
        max-height: 500px;
        background-repeat: no-repeat;
    }

    #home_us .img_banner_mobil  h3 {
        color: #CE9BA2 !important;
        margin-left: 22px;
        font-weight: bolder;
        padding-top: 10px;
    }

   .banner-content h1 {
        padding: 3% 2%!important;
        text-align: left;
        font-size: 22px;
    }

    #home_us .banner-content label {
        padding: 2% 2%;
       text-align: left;
    }

    #home_us .banner-movil_margin {
        margin: 0;
    }
    .banner-movil_margin{
        margin: 0;
    }

    .img_banner_mobil h3 {
        color: #CE9BA2!important;
        margin-left: 22px;
        font-weight: bolder;
        padding-top:10px ;
    }

    .about_us label {
        font-size: 20px;
        text-align: center!important
    }
    #home_services .container-fluid{
        padding: 0;
    }


    #header_description_services {
        background-size: 100%;
        background-image:none;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }

    #header_description_services #home_services .img_banner_mobil {
        background: url("/website/Fotos/PersonasyParejas/couple-holding-hands-on-sand-field-1415133.jpg");
        height: 500px;
        width: 100%;
        background-size: 165%;
        background-position: 76% 100%;
        margin: 0;
        max-height: 500px;
    }

    #home_services .banner-content h1 {
        margin: 3% 0%;
        line-height: 25px;
        font-size: 1.4rem;
    }
    #home_services .banner-content label {
        padding: 2% 2%;
        text-align: left;
        font-size: 1.3rem;
    }

    #PAE {
        width: 100%;
        height: 100%!important;
    }
    #PAE .pae_style h1 {
      font-size: 22px;
    }
    #PAE h1 {
        font-size: 22px;
        color: #940731;
        font-weight: bold;
        margin: 5% 3%;
    }

    #PAE #emocional{
        height: 100%;
        padding: 0% 0%;
        position: initial;
    }
    #emocional div#layer1,
    #parejas div#layer1,
    #grupal div#layer1 {
        z-index: 2;
        position: relative;
        top: 0px;
        left: 0px;
        min-height: 300px;
        max-height: 300px;
        background-size: 135%;
        height: 100%;
        width: 100%;
        background-position: top;
    }

    #emocional div#layer2,
    #parejas div#layer2,
    #grupal div#layer2 {
        position: relative;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
        margin-top: 0%;
        padding-top: 5px;
        left:0;
    }

    div#layer3{
        top: -10px;
        right: 0;
        width: 50%;
        min-height: 150px;
        max-height: 150px;
        left: 0;
        position: absolute;

    }

    #PAE #parejas{
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }
    #parejas div#layer2{
        padding: 2% 3% 1% 4%;
    }

    #PAE div#layer2 label {
        margin-top: 5%;
        font-size: 1.1rem;
    }

    #PAE #Pareja div#layer2 label,
    #PAE #Familiar div#layer2 label,
    #PAE #Individual div#layer2 label{
        margin-top: 7%!important;
    }

    #PAE #grupal {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }



    .btn_red {

        margin-bottom: 5%;
    }

    #header_description_services_medical #home_services .img_banner_mobil {
        background-image: url("/website/Fotos/MedicosyClinicas/Banner1.jpg");
        height: 500px;
        width: 100%;
        background-size: 350%;
        background-position: 60% 45%;
        margin: 0;
        max-height: 500px;
    }

    #header_description_services_medical {
        background-size: 100%;
        background-image:none;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }

    #PAE #Psicologico {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }

    #Psicologico div#layer2 {
        position: relative;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
        margin-top: 0px;
        padding-top: 0px;

        left: 0;
    }

    #Psicologico div#layer1
     {
        z-index: 3;
        left: 0px;
        top: 0px;
        min-height: 300px;
        max-height: 300px;
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: top;
        background-color: transparent;
    }

    #Psicologico div#layer2 ul {

        margin-top: 5%;
    }

    #Psicologico div#layer2 label, #Sensibilizacion div#layer2 label, #Especificas div#layer2 label, #Gametos div#layer2 label, #Apoyo div#layer2 label {
        padding: 1% 0%;
        margin-top: 0%;
    }


    #PAE #Sensibilizacion {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }
    #PAE #Especificas {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }

    #PAE #Gametos {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }

    #PAE #Apoyo {
        height: 100%;
        padding: 0% 0%;
        position: initial;

    }


    #Sensibilizacion div#layer2,
    #Especificas div#layer2,
    #Gametos div#layer2,
    #Apoyo div#layer2 {
        position: relative;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
        margin-top: 0%;
        padding-top: 5px;
        left: 0;
    }


    #Sensibilizacion div#layer1,
    #Especificas div#layer1,
    #Gametos div#layer1,
    #Apoyo div#layer1 {
        z-index: 2;
        position: relative;
        top: 0px;
        left: 0px;
        min-height: 300px;
        max-height: 300px;
        background-size: 135%;
        height: 100%;
        width: 100%;
        background-position: top;
    }

    #Apoyo div#layer2{
        padding: 0 3%;
    }

    #Gametos div#layer1 {
        background-position:center;
    }


    #header_description_services_other {
        background-size: 100%;
        background-image: none;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }

    #header_description_services_other .img_banner_mobil {
        background-image: url("/website/Fotos/OtrosServicios/roman-kraft-0EVKn3-5JSU-unsplash.jpg");
        height: 500px;
        width: 100%;
        background-size: 200%;
        background-position: center right;
        margin: 0;
        max-height: 500px;
    }

    #PAE #Pareja {
        height: 100%;
        padding: 0% 0%;
        position: initial;
        margin-top: 0;
    }


    #Pareja div#layer2,
    #Familiar div#layer2,
    #Individual div#layer2{
        position: relative;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
        margin-top: 0%;
        padding-top: 5px;
        left: 0;
        padding-left:3%;
        padding-right: 3%;
    }


    #Pareja div#layer1,
    #Familiar div#layer1,
    #Individual div#layer1{
        z-index: 2;
        position: relative;
        top: 0px;
        left: 0px;
        min-height: 300px;
        max-height: 300px;
        background-size: 135%;
        height: 100%;
        width: 100%;
        background-position: top;
    }


    #PAE #Familiar {
        height: 100%;
        padding: 0% 0%;
        position: initial;
        margin-top: 0;
    }




    #PAE #Individual {
        height: 100%;
        padding: 0% 0%;
        position: initial;
        margin-top: 0;
    }

    #Pareja div#layer2{

    }

    .main-menu-mobil {
        display: block!important;
        margin: 1% 0%;
    }

    #logo {
        margin-left: 0px;
    }
}

/*Menu sidebar*/
.main-menu-mobil {
    display: none;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #CE3E64;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
  }

  .overlay a{
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #E7CDCF;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #FFFFFF;
  }

  .overlay .closebtn {
    position: absolute;
    top: -9px;
    right: 30px;
    font-size: 70px;
    font-family: Helvetica-Liberation;
  }

  .title_services_mobile h2 {
    padding: 0px 40px 0px -40px;
    text-decoration: none;
    font-size: 30px;
    color: #FFF9C3;
    font-weight: lighter;
  }
  .title_services_mobile a{
      color: #E7CDCF;
      font-weight: lighter;
      margin: 0px 40px 0px 15px;
      font-size: 25px;
  }
  .title_services_mobile h2:hover {
    font-weight: bolder;
  }

  a.svg_mobile{
    display: inline-block;
    padding: 0px 25px 0px 8px;
    margin-top: 15%;

  }

  a.svg_mobile svg{
    fill: #E7CDCF ;
  }

  a.svg_mobile svg:hover,
  a.svg_mobile svg:focus{
    color: #FFFFFF;
  }

  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  @media (max-width: 500px){

    a.btn_cita{
    margin-top: 30%;
    }
    header {
        height: 450px;
    }

    #home .banner-content h1 {
        padding: 3% 2% !important;
        text-align: center;
        font-size: 1.7rem;
        line-height: 40px;
    }

    h3,
    .home_section_4 h2 {
        font-size: 1.3rem;
        margin: 0;
    }
    .home_section_2 {
        height: 900px;
    }

    .home_section_2 label, .home_section_3 label {

        margin-top:5%!important;
    }
    .btn_red{
        margin-left: 0%;
    }
    a.btn_cita,
    a.btn_conoce{
        font-size: 1.2rem;
        padding: 1% 4%;
    }

    .home_section_4 div#layer2 {
        min-height: 200px;
        max-height: 200px;
    }

    .modal_header label {

        padding: 10% 3%;
    }

    #header_description_services #home_services .img_banner_mobil{
        background-size: 250%;

    }

    #header_description_services_medical #home_services .img_banner_mobil {

        background-size: 500%;
        background-position: right;
    }

    #header_description_services_other .img_banner_mobil{
        background-position: 75%;
        background-size: 250%;
    }

    #home_us .img_banner_mobil{
        background-size: 220%;
      }
    #emocional div#layer1, #parejas div#layer1, #grupal div#layer1{
        min-height: 200px;
        max-height: 200px;
    }
    #Sensibilizacion div#layer1, #Especificas div#layer1, #Gametos div#layer1, #Apoyo div#layer1{
        min-height: 200px;
        max-height: 200px;
    }

    #Pareja div#layer1,
    #Familiar div#layer1,
    #Individual div#layer1{
         min-height: 200px;
        max-height: 200px;
    }

    #Sensibilizacion div#layer1,
    #Psicologico div#layer1 {
        background-size: 235%;
    }

    #PAE #Pareja div#layer2 label,
    #PAE #Familiar div#layer2 label,
    #PAE #Individual div#layer2 label{
        margin-top: 7%!important;
    }



    .title_services_mobile h2 {
        margin: 0px 25px 0px 0px;
        font-size: 25px;
    }
    .title_services_mobile a {

        margin: 0px 25px 0px 10px;
        font-size: 16px;
    }

}

.aviso_privacidad h3,
.aviso_privacidad strong{
    color: #940731;
    margin: 10px 0px;
}
.alert-success{
    margin: 0;
}

#accordion-resizer {
    padding: 10px;
}
