
/**
            ESTILOS GENRALES DEL SITIO PUBLICO (layout public)
*/


/*
        TIPOGRAFIAS
*/

@font-face {
    font-family: 'Work Sans Light';
    src: url('/fonts/worksans/WorkSans-Light.otf');
    src: url('/fonts/worksans/WorkSans-Light.ttf');
}

@font-face {
    font-family: 'Work Sans Regular';
    src: url('/fonts/worksans/WorkSans-Regular.otf');
    src: url('/fonts/worksans/WorkSans-Regular.ttf');
}

@font-face {
    font-family: 'Work Sans SemiBold';
    src: url('/fonts/worksans/WorkSans-SemiBold.otf');
    src: url('/fonts/worksans/WorkSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Work Sans Bold';
    src: url('/fonts/worksans/WorkSans-Bold.otf');
    src: url('/fonts/worksans/WorkSans-Bold.ttf');
}


@font-face {
    font-family: 'Playlist Script';
    src: url('/fonts/playlist/Playlist-Script.otf');
    src: url('/fonts/playlist/Playlist-Script.ttf');
}


@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('/fonts/playfair/PlayfairDisplay-Black.otf');
    src: url('/fonts/playfair/PlayfairDisplay-Black.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('/fonts/playfair/PlayfairDisplay-Regular.otf');
    src: url('/fonts/playfair/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('/fonts/playfair/PlayfairDisplay-Italic.otf');
    src: url('/fonts/playfair/PlayfairDisplay-Italic.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay-BlackItalic';
    src: url('/fonts/playfair/PlayfairDisplay-BlackItalic.otf');
    src: url('/fonts/playfair/PlayfairDisplay-BlackItalic.ttf');
}



.font-worksans-light{
    font-family: 'Work Sans Light', sans-serif;    
}


/* tipografía principal */
.font-worksans-regular{
    font-family: 'Work Sans Regular', sans-serif;    
}

.font-worksans-semibold{
    font-family: 'Work Sans SemiBold', sans-serif;    
}

.font-worksans-bold{
    font-family: 'Work Sans Bold', sans-serif;    
}

.font-playlist{
    font-family: 'Playlist Script', 'Amatic SC', cursive;;
}


.font-playfair-regular{
    font-family: 'PlayfairDisplay-Regular', sans-serif;
}

.font-playfair-italic{
    font-family: 'PlayfairDisplay-Italic', sans-serif;
}


/* ACOMODO DE LOS ROW Y LOS COLS PARA QUE NO SE SALGAN DEL CALZÓN */
.row{
    margin-right: 0;
    margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right: 0;
    padding-left: 0;
}



.color-black, a.color-black{
    color: rgb(0, 0, 0);
}

.color-gray{
    color: rgb(117, 117, 117);
}

.color-aqua{
    color: rgb(0, 205, 205);
}

.color-pink{
    color: rgb(231, 102, 231);
}



.size-12{
    font-size: 12px;
}

.size-16{
    font-size: 16px;
}

.size-18{
    font-size: 18px;
}

.size-22{
    font-size: 22px;
}

.size-28{
    font-size: 28px;
}

.size-32{
    font-size: 32px;
}
.size-36{
    font-size: 36px;
}

.size-40{
    font-size: 40px;
}

.size-50{
    font-size: 50px;
}


.size-82{
    font-size: 82px;
}

.line-height-22{
    line-height: 22px;
}

.line-height-28{
    line-height: 28px;
}

.line-height-34{
    line-height: 34px;
}

.line-height-50{
    line-height: 50px;
}

.line-height-09{
    line-height: 0.9em;
}


.letter-spacing-2{
    letter-spacing: 2px;
}

.font-weight-300{
    font-weight: 300;
}

body{
    font-family: 'Work Sans Regular', sans-serif;
    font-size: 14px;
    background-image: url("/img/ecommerce/background-lines.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
    color: #000000;
}

  
a{
    text-decoration: none !important;
    color:rgb(231, 102, 231)
}
a:hover, a.selected{
    color:rgb(35, 210, 210);
}

.m-top-less-25{margin-top: -25px}

.m-top-5{margin-top: 5px}
.m-top-10{margin-top: 10px}
.m-top-15{margin-top: 15px}
.m-top-20{margin-top: 20px}
.m-top-25{margin-top: 25px}

.m-top-30{
    margin-top: 30px;
}

.m-top-50{
    margin-top: 50px
}
.m-top-70{margin-top: 70px}
.m-top-100{margin-top: 100px}
.m-top-56{
    margin-top: 56px
}

.m-top-100{
    margin-top: 100px
}

.m-top-150{
    margin-top: 150px;
}

.m-top-180{
    margin-top: 180px;
}

.m-bottom-10{
    margin-bottom: 10px;
}

.m-bottom-15{
    margin-bottom: 15px;
}

.m-bottom-30{
    margin-bottom: 30px;
}

.m-bottom-100{
    margin-bottom: 100px;
}


.m-left-10{
    margin-left: 10px;
}

.m-left-15{
    margin-left: 15px;
}

.m-left-22{
    margin-left: 22px;
}

.m-right-15{
    margin-right: 15px;
}

.img-main{
    height: 440px;
    overflow: hidden;
}

figure.overflow-hidden{
    overflow: hidden;
}

.pad-15{
    padding: 15px;
}

.pad-50{
    padding: 50px;
}


.pad-left-10,
.col-md-4.pad-left-10 {
    padding-left: 10px;
}

.pad-right-10,
.col-md-4.pad-right-10 {
    padding-right: 10px;
}



.pad-left-15,
.col-md-6.pad-left-15 {
    padding-left: 15px;
}

.pad-left-45,
.col-md-6.pad-left-18 {
    padding-left: 18px;
}

.pad-right-15,
.col-md-6.pad-right-15{
    padding-right: 15px;
}

.pad-right-45,
.col-md-6.pad-right-45{
    padding-right: 45px;
}

.pad-left-30{
    padding-left: 30px;
}

.pad-right-30{
    padding-right: 30px;
}

.pad-top-100{
 padding-top: 100px;
}

.pad-bottom-0{
    padding-bottom: 0px;
}

.pad-bottom-60{
    padding-bottom: 60px;
}


.full-width{width: 100%}

.margin-none{
    margin: 0 !important;
}

.margin-top-none{
    margin-top: 0 !important;
}


.min-h-300{
    min-height: 300px;
}



/***************** LOADING *****************/
/* PANEL DEL CARGANDO / PROCESANDO */
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
    display: none;
}

#loading-image {
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 100;
    color: #00D2D4;
    font-size: 150px;
}

.container{
    max-width: 1100px;
    margin: auto;
}

#main_container{
    max-width: 1100px;
    margin: auto;
    background-color: white;
}

#navbar_container{
    max-width: 1100px;
    margin: auto;
    background-color: transparent;
}

#main_image_container{
    margin: 0;
}


.menu-seccion{
    margin: 0 0 0 140px;
}


#custom-search-input{
    padding: 0px;
    border: solid 1px #E4E4E4;
    border-radius: 10px;
    background-color: #fff;
    height: 33px;
    width: 200px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    height: 30px;

}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{

}


hr.margin-small{
    margin-top: 8px;
    margin-bottom: 8px;
}
hr.aqua{
    height: 0px;
    border-top: solid 2px rgb(0, 205, 205);
}

hr.width-xs-small{
    width: 25%;
}

hr.width-small{
    width: 40%;
}

hr.width-medium{
    width: 50%;
}

.input-group-addon{
    background: rgb(245, 190, 239);
    border: 1px solid #ccc;
    border-radius: 4px;
}


/** --------------------------
* NavBar barra de navegación
--------------------------- */


.navbar{
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    z-index: 2;
    font-size: 16px;
    margin-top: 50px;
    padding-bottom: 20px;
    font-family: 'Work Sans SemiBold', sans-serif;
    min-height: 25px;
    color: white;
    text-transform: uppercase;
}

.navbar .dropdown-menu{
    background-color: rgba(90, 224, 224, 1);
}

.dropdown-menu>li>a{
    color: white;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    color: rgb(231, 102, 231);
    background: none;
}


.navbar-nav .nav-link{
    display: block;
    padding: 0;
}

/* Enlaces del footer y de la barra de navegacion*/
.navbar a{
    color: #f5f5f5;
}


/* Color de la barra en general*/
.navbar-default{
    border-color: transparent;
    background-color: #FFFFFF;
    color: rgb(204, 204, 204);
    opacity: 0.8;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.30);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.30);
}

.navbar-default .navbar-brand{
    color: #000000;
}

.navbar-brand{
    position: absolute;
    height: 50px;
    background: none;
}

.logo{
    width: 200px;
    height: auto;
    margin-top: -40px;
}

.navbar .navbar-nav{
    padding-left: 180px;
}

.navbar .navbar-nav.navbar-right{
    padding-left: 0px;
}

.navbar-nav .nav-item .nav-link{
    background: transparent;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.nav>li>a:hover, .nav>li>a:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.nav>li>a.active {
    background:url('/img/ecommerce/brochazo-menu.png');
    background-size: cover;
    background-position-x: center;
    color: white !important;
}

/* Los textos de los botones de la barra de navegacion */
.navbar-nav>li>a{
    font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Boton seleccionado */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    color: rgb(35, 210, 210) !important;
    background-color: white;
}

.navbar-default .dropdown.active>a,
.navbar-default .dropdown.active>a:hover,
.navbar-default .dropdown.active>a:focus{
    color: rgb(35, 210, 210) !important;
    background-color: white;
}


#nav_contact{
    font-size: .9em;
}



/* Botoncito del menu responsivo */
.navbar-toggle {    
    background-color: rgba(90, 224, 224, 1);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

}









.title{
    font-family: 'Open Sans Condensed', sans-serif;
}


/* .aqua{
    color: rgb(0, 205, 205) !important;
} */
.black{
    color: black;
}
.sofia{
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 25px;
    color: #333333;
}

.fs-22{
    font-size: 30px;
}
.fs-18{
    font-size: 26px;
}



blockquote {
    padding: 10px 10px;
    font-size: 28px;
    border-left: none;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    border-top: 1px solid rgb(0, 205, 205);
    border-bottom: 1px solid rgb(0, 205, 205);
    margin-bottom: 15px;
    color: #333333;

}

blockquote.aqua{
    border-top: none;
    border-bottom: 2px solid rgb(0, 205, 205);
    font-size: 34px;
}
blockquote.aqua .black{
    font-size: 30px;
}

blockquote.mini{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
}

/*-----------------------------------*/
/*    ESTILOS FOOTER                 */
/*-----------------------------------*/
footer{
    background-color:rgb(211, 249, 249); 
    min-height: 50px;
    padding: 30px 0px 0px 0px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Work Sans Regular', sans-serif;
    text-transform: uppercase;
    color: black;    
}

footer .stripe-green{
    background-color:rgb(69, 186, 195);
    color:#000000;    
    padding: 10px 30px;
    font-family: 'Work Sans SemiBold', sans-serif;
    letter-spacing: 1px;
    margin-top: 15px;
}

footer .stripe-green a{
    color:#000000; 
}


footer .states-container{    
    font-family: 'Work Sans Bold', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}

footer .states-container>ul{
    list-style: none; 
    margin:0;
    padding:0 20px;    
    text-align: center
}

footer .states-container>ul>li{
    display: inline-block;    
    margin: 0px 5px;
}

footer .states-container>ul>li:not(:first-child):before {
    content:"• ";
    color:rgb(69, 186, 195);
}

footer a{
    margin-top: 10px;
    color:rgb(69, 186, 195);
    text-decoration: none;
}

footer .copy-rights{
    display: inline-block;
    float: left;
    margin: 15px  0 0 0;
    padding-left: 20px;
    width: 16%;
}

footer .copy-rights-m{
    display: inline-block;
    margin: 15px 0 0 0;
    border-top: solid 1px darkgray;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: none;
}

footer .social-container{
    background-image: url('/img/landing/barras.png');
    width: 33%;
    display: inline-block;
    float: left;
    padding-top: 5px;
    height: 70px;
}

footer .social-container>ul{
    list-style: none;
    display: inline-block;
}
footer .social-container>ul>a>li{
    float: left;
    margin-left: 10px;
    background-color: rgb(153, 153, 153);
    border-radius: 50%;
    color: white;
    text-align: center;
    width: 40px;

}

footer .social-container>ul>a>li>i{
    font-size: 22px;
    margin-top: 25%;
    color: white;
}

footer .links-container ul{
    list-style-type: none;
    
}

footer .links-container ul>li {    
    margin: 5px 10px;
}

footer .links-container ul>li a{
    color: black;
}    


footer a:hover{
    color: gray;
    text-decoration: none;

}

footer .pink-franja{
    background-color: rgb(244, 197, 244) !important;
    margin-top: 15px;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 26px;
}

footer .pink-franja hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}



footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(35, 210, 210);
    margin: 1em 2em;
    padding: 0; 
}

.grey-franja {
    background-color: rgb(230, 230, 230);
    margin-top: 15px;
    height: 50px;
    color: white;
}

.redes_sociales div{
    width: 25px;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;

}

.display-extra-small a:hover{
    text-decoration: none;
}

/*-----------------------------------*/
/*    INDEX                          */
/*-----------------------------------*/

.carousel{
    height: 460px;
    overflow: hidden;

}
.carousel img{
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-caption{
    font-size: 22px;
    position: absolute;
    top: 100px;
    left: 60px;
    width: 30%;
    background: rgba(240,240,240,.9);
    height: 320px;
    line-height: 1.2;
    color: rgb(117, 117, 117);
    text-shadow: none;
}

.carousel-caption .font-playlist{
    line-height: 1;
    margin: 15px 0px;
}




h2, h1 {
    /* background-color: rgb(244, 197, 244);
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    letter-spacing: 1.5px; */
    font-size: 36px;
    margin-top: 25px;
    letter-spacing: 2px;
}

h3{
    text-transform: uppercase;
    /* background-color: rgb(230, 230, 230); */
    color: #000000;
    padding: 10px;
    font-size: 28px;
}

h4{
    text-transform: capitalize;
    color: #000000;
    padding: 10px;
    font-size: 24px;
}

h5{font-weight: bold;}


.marco{
    background-image: url('/img/landing/marco.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 150px;
    text-align: center;
    color: gray;
    letter-spacing: -2px;
    font-family: "Blanch Caps Inline";
    font-size: 40px;
    margin: 0px 15px;
}

.marco-text{
    padding-top: 42px;
}

.marco-text-right{
    padding-top: 20%;
    color: #000000;
}

.small{
    color: gray;
    font-style: italic;
    text-transform: lowercase;
}

.description{
    line-height: 1.8;
    text-align: justify;
}

.description.col-sm-8{
    padding-left: 0px;
    padding-right: 30px;
}

.marco2{
    background-image: url('/img/landing/barra-bolita.png');
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 350px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    padding-top: 53%;
    text-transform: uppercase;
    letter-spacing: -1px;
}


.marco21{
    background-image: url('/img/landing/barras2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 150px;
}

.marco22{
    background-image: url('/img/landing/marco.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 330px;
}





.marco3{
    background-image: url('/img/landing/circulo-gris.png');
    background-size: 70%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    min-height: 230px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 17%;
}

.marco3>.text{
    font-weight: 700;
    color: rgb(0, 205, 205);
    font-size: 32px;
    width: 50%;
    margin: 0 auto;
}


/* Estamos para servirte */
.contact-method{
    color:darkgray;
    border-bottom: solid 1px;
    padding: 5px 6px;
    min-height: 36px;
}



.btn-default {    
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans SemiBold', sans-serif;
    padding: 12px 30px;
    font-size: 14px;
    outline: none !important;
   box-shadow: none;
}


.btn-primary {
    color: #fff !important;
    background-color: rgb(54, 177, 187) !important;
    border-color: rgb(54, 177, 187) !important;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans SemiBold', sans-serif;
    padding: 12px 30px;
    outline: none !important;
   box-shadow: none;
   font-size: 14px;
}

.btn-primary.green  {
    color: #fff;
    background-color: rgb(99, 224, 223) !important;
    border-color: rgb(99, 224, 223) !important;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Work', sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
}

.btn-primary.gray  {
    color: #fff;
    background-color: rgb(206, 206, 206) !important;
    border-color: rgb(206, 206, 206) !important;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Bebas Neue Bold', sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
}

.btn-primary.pink  {
    color: #fff;
    background-color: rgb(231, 102, 231)!important;
    border-color: rgb(231, 102, 231)!important;
}

.btn-primary.gold{
    background: rgb(255,229,121);
    background: linear-gradient(90deg, rgba(255,229,121,1) 0%, rgba(216,170,61,1) 40%, rgba(207,157,48,1) 100%);
    color: black !important;
    background-color: rgb(216,170,61) !important;
    border-color: rgb(255,229,121) !important;
}


.btn-primary.transparent{
    background: transparent !important;
    border-color: transparent !important;
    color: black !important;    
    transition:background 1s linear;
    -webkit-transition: background 1s;
}


.btn-primary.white{
    background: white !important;
    border-color: white !important;
    color: black !important;    
    transition:background 1s linear;
    -webkit-transition: background 1s;
}
.btn-primary.white:hover, 
.btn-primary.transparent:hover{
    background: black !important;
    border-color: black !important;
    color: white !important;    
}



#semi-footer{}
#semi-footer h4{
    color: rgb(35, 210, 210) !important;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: dashed darkgray 1px;
}

#sistemaCitas{
    margin: 0px 15px;
}

.sistema-citas input, .sistema-citas select{
    letter-spacing: -1px;
}



.general-container2{
    margin-right: 0px;
    margin-bottom: -16px;
}
.general-container2 .menu{
    padding-top: 100px;
}

.general-container2 .menu h2, .general-container2 .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-container2 .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-container2 .menu ul li{
    margin-top: 5px;
}

.general-container2 .content{
    padding-top: 30px;
    padding-left: 10px;
}

.services-container .row{
    background-color: rgb(240, 240, 240);
}

.services-container .row .above{
    z-index: 5;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    width: 100px;
    height: 100px;
    border: solid 3px white;
    margin: 5px;
}
.services-container .row .above span{
    background-color: white;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.services-container .row .above span:nth-child(1){
    right: 50px;
}

.services-container .row .above span:nth-child(2){
    right: 30px;
}

.services-container .row:hover .above{
    border: solid 3px rgb(91, 224, 225);
}
.services-container .row:hover .above span{
    background-color: rgb(91, 224, 225);
}


.services-container h2{
    background: none;
    color: rgb(55, 55, 55);
    font-size: 40px;
    margin: 0;
}
.services-container p{
    padding: 0px 20px;
}

.bg-barras{
    background-image: url('/img/landing/barras3.png');
    background-position: right;
    background-repeat: repeat-y;
}

#eyelashContainer{

}

#eyelashContainer .description{
    width: 66%;
}
#eyelashContainer ul{
    list-style: none;
    padding-left: 0px;
    max-width: 80%;
}
#eyelashContainer ul li{
    margin-top: 15px;
}

#eyelashContainer ul li img{
    width: 100%;
}



/* MASCARILLAS */

.general-mask-container{
    margin-bottom: -28px;
    margin-right: 0px;
}
.general-mask-container .menu{
    padding-top: 100px;
}

.general-mask-container .menu h2, .general-mask-container .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-mask-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-mask-container .menu ul li{
    margin-top: 5px;
}

.general-mask-container .content{
    padding-top: 30px;
}

.bg-mask{
    background-image: url('/img/landing/services/mascarilla.png');
    background-position: right;
    background-repeat: no-repeat;
}

#maskContainer{
height: 500px;
}

#maskContainer .description{
    width: 50%;
    margin-top: 26%;
    padding-left: 10%;
    text-align: left;
}



/* EXTENSIONES DE PESTAÑAS */
.general-eyebrow-container{
    margin-bottom: -28px;
    margin-right: 0px;
}
.general-eyebrow-container .menu{
    padding-top: 100px;
}

.general-eyebrow-container .menu h2, .general-eyebrow-container .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-eyebrow-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-eyebrow-container .menu ul li{
    margin-top: 5px;
}

.general-eyebrow-container .content{
    padding-top: 30px;
}

#eyebrowContainer{
    background-image: url('/img/landing/services/ceja.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 500px;
}

#eyebrowContainer .description{
    width: 42%;
    margin-top: 3%;
    padding-left: 10%;
    text-align: left;
}

#eyebrowContainer .description.short{
    width: 30%;
    margin-top: 0;
}


/* UÑAS DE GEL */
.general-nail-container{
    margin-bottom: -28px;
    margin-right: 0px;
}
.general-nail-container .menu{
    padding-top: 100px;
}

.general-nail-container .menu h2, .general-nail-container .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-nail-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-nail-container .menu ul li{
    margin-top: 5px;
}

.general-nail-container .content{
    padding-top: 30px;
}

#nailContainer{
    background-image: url('/img/landing/services/unas.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 500px;
}

#nailContainer .description{
    width: 50%;
    margin-top: 34%;
    padding-left: 10%;
    text-align: left;
}

#nailContainer .description.short{
    width: 30%;
}





/* DEPILACIÓN */



.general-depilation-container{
    margin-bottom: 0px;
    margin-right: 0px;
}
.general-depilation-container .menu{
    padding-top: 10px;
}

.general-depilation-container .menu h2, .general-depilation-container .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-depilation-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-depilation-container .menu ul li{
    margin-top: 5px;
}

.general-depilation-container .content{
    padding-top: 30px;
}

#depilationContainer{
    /*text-align: justify;
    margin-top: 10px;
    border-top: solid 10px rgb(244, 197, 244);
    line-height: 1.5;
    font-size: 16px;
    color: darkgray;*/
}

#depilationContainer>.row>div{
    padding-left: 5px;
    padding-right: 5px;
}
#depilationContainer img{
    width: 100%;
}


/* NUEVA VERSIÓN DE DEPILATION CONTAINER */
#depilationContainer{
    background-image: url('/img/landing/services/depilacion-con-hilo.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 425px;
}

#depilationContainer .description{
    width: 40%;
    margin-top: 27%;
    text-align: left;
    margin-left: 10px;
}


/* TINTE DE PESTAÑAS Y CEJAS */


.general-dye-container{
    margin-bottom: -30px;
    margin-right: 0px;
    margin-top: -10px;
}
.general-dye-container .menu{
    padding-top: 100px;
}

.general-dye-container .menu h2, .general-dye-container .menu h1{
    text-align: right;
    padding-right: 30px;
}

.general-dye-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-dye-container .menu ul li{
    margin-top: 5px;
}

.general-dye-container .content{
    padding-top: 30px;
}

#dyeContainer{
    background-image: url('/img/landing/services/tintes.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 700px;
}

#dyeContainer .description{
    width: 45%;
    margin-top: 26%;
    padding-left: 10%;
    text-align: left;
    line-height: 1.8;
}



.menu>ul>li>a:hover{
    color: rgb(35, 210, 210) !important;
}



/* BRANCH */

.general-branch-container{
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.general-branch-container .menu{
    padding-top: 100px;
}

.general-branch-container .menu h2, .general-branch-container .menu h1 {
    text-align: right;
    padding-right: 30px;
}

.general-branch-container .menu ul{
    list-style: none;
    color: darkgray;
    font-size: 22px;
    font-family: 'Bebas Neue Bold', sans-serif;
    margin-top: 50px;
    margin-left: 60px;
}
.general-branch-container .menu ul li{
    margin-top: 5px;
}

.general-branch-container .content{
    padding-top: 30px;
}

#branchContainer{
}

#branchContainer .description{
    width: 45%;
    margin-top: 5%;
    padding-left: 10%;
    text-align: left;
    color: darkgray;
    font-size: 16px;
    line-height: 1.8;
}


.branch-container{
    border-top: solid 10px rgb(244, 197, 244);
    color: grey;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}


.menu>ul>li>a:hover{
    color: rgb(35, 210, 210) !important;
}


#canvas-map{
    min-height: 400px;
}

#depilationContainer .description{
    padding: 0px;
}


.modal-dialog{
    z-index: 9999;
}

/* BLOG */

/* BLOG LISTA DE MAS RECIENTES */
.blog-last-container{
    margin-left: 30px;
    background: white;
}
.blog-last-container .blog-last-item{
    padding: 20px 0;
    border-bottom: solid 1px rgb(128, 128, 135);
    color: rgb(128, 128, 135);
}

.blog-last-container a{
    color: black;
}
.blog-last-container a:hover{
    color: rgb(231, 102, 231);
}


/* BLOG LISTA DE ENTRADAS */
.blog-list-container .blog-list-item{
    margin-bottom: 20px;
}

.blog-list-container .blog-list-item .title{
    font-family: 'Work Sans SemiBold', sans-serif; 
    color: black;
    text-transform: uppercase;
    font-size: 24px;
}

.blog-list-container .blog-list-item .info{
    font-size: 14px;
    color: rgb(128, 128, 135);
    border-top: solid 1px rgb(128, 128, 135);
    text-transform: uppercase;
    padding: 5px 0;
}
.blog-list-container .blog-list-item .info>span:last-child {
    margin-left: 20px;
}
.blog-list-container .blog-list-item .description{
    margin-bottom: 5px;
}

/* BLOG - DETALLE DE ENTRADA */

.blog-entry-container{
    background-color: white;
    padding: 0 15px !important;
}

.blog-entry-container .title{
    font-family: 'Work Sans SemiBold', sans-serif; 
    color: black;
    text-transform: uppercase;
    font-size: 36px;
}

.blog-entry-container .info{
    font-size: 14px;
    color: rgb(128, 128, 135);
    border-top: solid 1px rgb(128, 128, 135);
    text-transform: uppercase;
    padding: 5px 0;
    width: 50%;
}
.blog-entry-container .info>span:last-child {
    margin-left: 20px;
}
.blog-entry-container  .description{
    margin: 15px 0;
}
.blog-entry-container h1{
    background: none;
}
.blog-entry-container h2{
    color: #808080;
    background: none;
    padding: 10px 0;
}


textarea.form-control{
    max-width: 100% !important;
}





.padding-none{
    padding: 0 !important;
}

.padding-right{
    padding-right: 15px;
}

.padding-left{
    padding-left: 15px;
}

.padding-top{
    padding-top: 15px;
}

.padding>p{
    margin: 0px 15px;
}

#appointment_container{
    position: fixed;
    background-color: rgba(90, 224, 224, 1);
    z-index: 10;
    top: 80px;
    right: 0px;
    cursor: pointer;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

#appointment_container:hover>.text{
    display: inline-block;

}

#appointment_container .image{
    text-align: center;
    padding: 10px 13px;
    display: inline-block;
    float: right;
}

#appointment_container .image figure{
    margin: 0 0 .3rem;
}

#appointment_container .image img{
    max-width: 40px;
}

#appointment_container .text {
    font-weight: 700;
    font-size: 16px;
    padding: 8px 20px;
    border-right: solid 1px white;
    display: none;
    margin-top: 30px;
}


/* Carrito de compras fixed en todas las páginas */


#shopping_cart_container{
    position: fixed;    
    z-index: 10;
    top: 176px;
    right: 0px;
    cursor: pointer;
    color: white;
}

#shopping_cart_container #shopping_cart_icon{    
    background-color: rgb(244, 197, 244);
    z-index: 10;
    top: 80px;
    right: 0px;
    cursor: pointer;
    color: white;    
    text-transform: uppercase;
    text-align: center;
    padding: 10px 19px;
    display: inline-block;    
    font-size: 33px;
}

#shopping_cart_container .products-number{
    
    border-radius: 50%;
    color: black;
    background: rgba(90, 224, 224, 1);
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 15px;
    padding: 2px 6px;
    font-size: 11px;
}

#shopping_cart_container .products-number:empty{
    display: none;
}





/* Seccion social fixed en todas las paginas */

#social_container{
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    z-index: 10;
    top: 243px;
    right: 0px;
}
#social_container ul, .social_container ul{
    list-style-type: none;
    padding: 19px;
    margin-bottom: 0px;
    display: inline-block;
}
.social_container ul{
    padding-top: 15px;
}


#social_container ul li, .social_container ul li{
    margin: 5px 0;
}

.social_container ul li{
    float: left;
    margin-right: 10px;
}

#social_container ul a, .social_container ul a{
    background-color: rgb(55, 55, 55);
    border-radius: 50%;
    display: block;
    color: white !important;
    font-size: 17px;
    text-align: center;
    width: 37px;
}
#social_container ul a i, .social_container ul a i{
    margin: 10px;
}


.filter-container, .eye-help-modal, .tip-detail-container, .login-modal{
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 1;
    z-index: 9000;
    color: white;
    padding: 6% 30%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: fixed;

    background-image: url("/img/ecommerce/background-lines.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
}

.eye-help-modal, .tip-detail-container{
    padding: 3% 10%;
}

.filter-container>.filter-form, .eye-help-modal>.filter-form, .tip-detail-container>.filter-form, .login-modal>.filter-form {
    border: solid 1px black;
    padding: 20px;
    background: white;
    color: black;
    font-family: 'Work Sans Regular', sans-serif;    
}

.filter-container>.filter-form>.close, .eye-help-modal>.filter-form>.close, .tip-detail-container>.filter-form>.close{
    right: 0;
    color: black;
    opacity: 1;
}

.filter-container>.filter-form h2, .filter-container>.filter-form h1{
    margin: 40px 0px 10px 0px;
}

.filter-container>.filter-form .btn-green{
    font-size: 16px;
}

.filter-container>.filter-form .fa-2x{
    color: white !important;
}
.filter-container>.filter-form .fa-2x.active{
    color: rgb(191, 207, 29) !important;
}

.select2-container{
    width: 100% !important;
}
@media (min-width: 992px) {

}


/* MODAL DE INICIO DE SESSION */
.login-modal .middle-login{
    background: #FFFFFF;
    width: 430px;
    left: 50%;
    top: 40%;
    position: absolute;
    margin-top: -170px;
    margin-left: -215px;
}




.login-modal .middle-login .header {
    background: rgb(244, 197, 244);
    border-bottom: 1px solid rgb(233, 139, 233);
}

.login-modal .middle-login .header .logo-img{
    height: 100px;
}

.login-modal .middle-login .header h3{
    
    margin: 0 !important;
}
.login-modal .content .title{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.login-modal .middle-login .content{
    padding: 30px;
    padding-bottom: 5px;
}


.form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}

.login-modal .block-flat .foot {
    text-align: right;
    padding: 0 30px 15px;
}

.login-modal .block-flat .input-group-addon{
    background: #FAFAFA;
}

.login-modal .input-group-addon:first-child{
    border-radius: 0 !important;
}

.login-modal p{
    font-size: 13px;
    line-height: 22px;
}

.login-modal .input-group{
    margin-bottom: 15px;
}

.login-modal .close{
    opacity: .5;
    margin-right: 15px;
    margin-top: 10px;
}

.spacer {
    margin-top: 15px !important;
}

/* PROMOCIONES */
#promotions_slider_container .carousel {
    height: auto;
    overflow: hidden;
    max-height: 1000px;
}


.promotion-container h2{
    font-size: 34px !important;
    color: rgb(0, 205, 205) !important;
    text-align: center;
    background-color: white
}
.promotion-container .row{
    margin-bottom: 50px;
}
.bg-white{
    background-color: white;
}

.bg-green{
    background-color: rgba(90, 224, 224, 1) !important;
}

.bg-gray{
    background-color: rgb(248, 241, 246);
}

.bg-pink{
    background-color: rgb(237, 214, 231);
}

.bg-melocoton{
    background-color: rgb(234, 253, 253);
}

/* Fondo de chispitas doradas */
.bg-gold-sparks{
    background-image: url("/img/ecommerce/franquicias/gold-sparks.png");
    background-size: 80%;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: 20% 70%;
}

.bg-gold-sparks-small{
    background: url("/img/ecommerce/servicios/textura-dorada.png");
    background-size: 80%;    
    background-position: 0% 0%;
    background-repeat: no-repeat;
}



.titulo-empalmado{
    position: absolute;
    left: 50%;
    margin-left: -25%;
    z-index: 1;
}

@media (max-width: 768px) {
    .xs-top-0{
        margin-top: 0 !important;
    }
}



.appointment-reservation-container.square .form-control{
    border-radius: 0px;
}


/* 
        HOME - SISTEMA DE CITAS ABARCANDO UNA SECCION 
*/

section.appointment-system{
    background: url("/img/ecommerce/background-degraded.jpg");
    background-size: cover;
    padding-bottom: 40px;
}

section.white-section{
    background: white;
    padding-bottom: 40px;
}



section.pink-section{
    background: rgb(237, 214, 231);
    padding-bottom: 40px;
}

section.minilines-section{
    background: url("/img/ecommerce/background-minilines.jpg");
    background-size: cover;
    padding-bottom: 60px;
}

.rosa-section{
    background: url("/img/ecommerce/sucursales/fondo-rosa.png");
    background-size: cover;
    padding-bottom: 30px;
}

.rosa-section .hearts{
    background: url("/img/ecommerce/sucursales/fondo-corazones.png");
    background-size: 100%;    
}

section.rayitas-rosas{
    background: url("/img/ecommerce/sucursales/fondo-rayitas-rosas.png");
    background-size: cover;
    padding-bottom: 60px;
}


input.form-control{
    border-radius: 0px;
}

.sistema-citas input.form-control{
    border: solid #000000 1px;
    
}

.sistema-citas .input-group input.form-control{
    border-right: none;
}


.sistema-citas .input-group .input-group-addon{
    border: solid #000000 1px;
    border-left: none;
    border-radius: 0px;
    cursor: pointer;
}


.sistema-citas .input-group .input-group-addon .fa-calendar-alt{
    color: rgb(231, 102, 231);
}


.sistema-citas select.form-control{    
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    
    background-image: url("/img/ecommerce/sort-arrows.png");    
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    border: solid #000000 1px;
}

.sistema-citas .form-control[disabled],
.sistema-citas .form-control[readonly], 
.sistema-citas fieldset[disabled] .form-control{
    background: white;
}


.bg-glitter-brush{
    background-image: url("/img/ecommerce/glitter-brush.png");    
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.center-image{
    margin: 0 auto;
}


/* TARJETA DEL ANTES Y DESPUES */

.before-after-card{
    width: 100%;
    -webkit-box-shadow: 7px 4px 42px 3px rgba(140,140,140,0.8);
    -moz-box-shadow: 7px 4px 42px 3px rgba(140,140,140,0.8);
    box-shadow: 7px 4px 42px 3px rgba(140,140,140,0.8);

    padding: 10px 10px 40px 10px;
}

.before-after-card .figure-container{
    content: "";
    display: table;
    clear: both;
}

.before-after-card .figure-container figure{
    width: 50%;
    float: left;
    overflow: hidden;
}

.before-after-card .figure-container figure img{
    max-width: 100%;
}

.before-after-card .figure-container figure:nth-child(0) {
    
}
.before-after-card .figure-container figure:nth-child(1) {
    
}



/* SECCION DE INSPIRACION */

.inspiration-container{

}

.inspiration-container figure{
    margin-left: 15px;
    margin-right: 15px;
}



.bg-pos-30{
    background-position: 0 30%;
}

.row.cols-same-height{
    display: table;
    width: 100%;
}

 
.row.cols-same-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}


.overlay{
    font-family: 'PlayfairDisplay-BlackItalic', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    background-color: rgba(0, 0, 0, 0.7); 
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    padding-top: 30%;
    color: white;
    opacity: 0;    
    transition:opacity 1s linear;
    -webkit-transition: opacity 1s;
}

.overlay:hover{
    opacity: 1;
}



/* SUCURSALES */

.box-aqua{
    border: solid 1px rgb(54,180,189);
    padding: 15px;
    text-align: center;
}

.box-aqua-header, .box-aqua-footer{
    text-transform: uppercase;
    font-family: 'Work Sans SemiBold', sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
}

.box-aqua-body{
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 90px;
}

.cursor-pointer{
    cursor: pointer;
}




/* TIENDA / STORE / ECOMMERCE */

.store-categories-bar{
    -webkit-box-shadow: 0px 15px 20px 0px rgba(100,100,100,0.5);
    -moz-box-shadow: 0px 15px 20px 0px rgba(100,100,100,0.5);
    box-shadow: 0px 15px 20px 0px rgba(100,100,100,0.5);
    min-height: 10px;
    margin-bottom: 20px;
}
.store-item figure{
    margin: 15px 0px;
}

.store-items-grid{
    /*background: url("/img/ecommerce/tienda/fondo-tienda.png");
    background-size: 100%;
    background-repeat: repeat-y;*/
    margin-top: 10px;    
    padding-bottom: 60px;

}

.store-categories-bar,
.store-items-grid
{
    text-align: center;
}

.store-categories-bar figure{
    overflow: hidden;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.store-categories-bar img{
    max-width: 100%; 
    width: 100%;   
    
}


.store-categories-bar .store-category{
    font-family: 'Work Sans Regular', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 10px;
    border: 1px solid transparent;
    min-height: 146px;
}

.store-categories-bar a .store-category{
    color: black;
}

.store-categories-bar .store-category.active
{
    color: rgb(231, 102, 231);
    border: 1px solid white;
}

.store-categories-bar .store-category:hover, 
.store-categories-bar .store-category.active{
    border: 1px solid rgb(231, 102, 231);
}

.store-items-grid .store-item-title{
    font-family: 'Work Sans Bold', sans-serif;
    text-transform: uppercase;
    min-height: 40px;
}

.store-items-grid .store-item-score,
.store-item-score{
    color: rgb(231, 102, 231);
}
.store-items-grid .store-item-score i,
.store-item-score i{
    margin: 0 5px;
}

.store-items-grid .store-item-title, 
.store-items-grid .store-item-price{
    color: black;
}

.store-items-grid .store-item{
    border: 1px solid transparent;
    padding-bottom: 30px;
}

.store-items-grid .store-item:hover{
    cursor: pointer;
    border: 1px solid rgb(231, 102, 231);
}

.store-items-grid .store-item:hover .store-item-title{
    color: rgb(231, 102, 231);
}


.store-item figure{
    height: 300px;
    overflow: hidden;
}


.underline{
    border-bottom: solid 1px rgb(179, 179, 179);
    padding-bottom: 15px;
    margin-bottom: 10px;
}


select.form-control.type-white{    
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    
    background-image: url("/img/ecommerce/sort-arrows.png");    
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    border: none;
    height: 46px;
    direction: rtl;
    padding-right: 36px;

}


.form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reviews-container .underline{
    margin-bottom: 20px;
}



.out-stock {
    text-decoration: line-through;
    color: black;
}


/* MODAL */

.modal-dialog .modal-header{
    background: rgb(248, 241, 246);
}
.modal-dialog .modal-title{
    font-family: 'PlayfairDisplay-Italic', sans-serif;    
}

.modal-dialog .store-item-score{
    font-size: 24px;
    cursor: pointer;
}

.modal{
    z-index: 999999;
}


/* Ojo de ayuda */

#eye_help{
    position: fixed;
    right: 20px;
    bottom: 76px;    
    display: none;
    cursor: pointer;
}

#eye_help .eye-closed{
    display: block;    
}
#eye_help:hover .eye-closed{
    display: none;    
}
#eye_help .eye-open{
    display: none;
}

#eye_help:hover .eye-open{
    display: block;
}


#eye_help_container{
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 16em);
}

#eye_help_container .category{
    padding:20px;
    max-height: 180px;
}

#eye_help_container .category figure{
    max-height: 156px;
    overflow: hidden;
}

#eye_help_container a{
    color: black;
}

#eye_help_container a:hover{
    color: rgb(35, 210, 210);
}

.ml-1{
    margin-left: 1em;
}

/* SERVICIOS */
.services-pestanas{
    background: url(/img/ecommerce/servicios/fondo-ojos.jpg);
    background-size: cover;
    padding-bottom: 50px;                
}     


.services-cejas p{ 
    margin-left: 40px;
    margin-right: 0px;

}


.services-depilacion{
    background: url(/img/ecommerce/servicios/fondo-corazones.jpg);
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 100px;
}
.services-ceja-hd p{
    margin-right: 77px;
    margin-left: 43px; 


}
.services-ceja-btn{
    margin-right: 77px;
}
.services-mascarillas{
    background: url(/img/ecommerce/servicios/fondo-flores.jpg);
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 10px;        
}

.services-cejas .bg-gold-sparks-small{
    background-size: 50%;
    background-position: 65% 2%;
}

#eye_help_container_template{
    display: none;
}

.whatsapp-button{
    z-index: 9999 !important; 
    position: fixed; 
    border-radius: 5px; 
    bottom: 30px;left: 
    46px;padding: 5px 20px 5px 10px;
    background: #25D366 ;
    color: white; 
    cursor: pointer; 
    box-shadow: 2px 2px 6px #4d4d4d; 
    right: 20px  !important;
    left: auto !important;
}
.whatsapp-button a{
    line-height: 24px;
}

.text-white{
    color: white !important;
}
.fz-20{
    font-size: 20px;
}