
body {
    background-color: #FFF;
    font-size: 0.9rem!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 300;
    color: #040404;
}
@font-face { 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: regular;
  src: 
    url(/fonts/montserrat-v26-latin-regular.woff2) format("woff2");
}
@font-face { 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: 
    url(/fonts/montserrat-v26-latin-300.woff2) format("woff2");
}
@font-face { 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: 
    url(/fonts/montserrat-v26-latin-500.woff2) format("woff2");
}
@font-face { 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: 
    url(/fonts/montserrat-v26-latin-700.woff2) format("woff2");
}
@font-face { 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: 
    url(/fonts/montserrat-v26-latin-900.woff2) format("woff2");
}
a, a:visited{
    font-weight: bold;
    color: #2ba3d8!important;
    text-decoration: none!important;
}
a:active, a:hover{
    font-weight: bold;
    color: #146c94!important;
    text-decoration: none!important;
}

h1{
    font-family: 'Montserrat';
    font-weight: 900!important;
}

h4 {
    font-size: 1.3rem!important;
    font-weight: 700!important;
    color: #040404;
}

h5 {
    font-size: 1rem!important;
    font-weight: 700!important;
    color: #040404;
}

tr:hover {
    background-color: #f3f3f5;
}

.formAcceso input[type="text"], .formAcceso input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.formAcceso input[type="password"] {  
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.areaPswrd{
  margin-bottom: 10px;
  
}

}
.formAcceso label{
    color: black;
}
.alertaPeligro{
  background-color: #f8d7da;
  border: 2px #df7b84;
  border-radius: 7px;
  padding: 15px;
  margin: auto;
}

.textoAlertaPeligro, .textoAlertaPeligro p{
  color: #721c24;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.alertaAdvertencia{
  background-color: #f0eb62;
  border: 2px #2e1b01;
  border-radius: 7px;
  padding: 15px;
  margin: auto;
}

.textoAlertaAdvertencia, .textoAlertaAdvertencia p{
  color: #black;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.alertaExitosa{
  background-color: #d4edda;
  border: 2px #6fcd85;
  border-radius: 7px;
  padding: 15px;
  margin: auto;
}

.textoAlertaExitosa, .textoAlertaExitosa p {
  color: #10501e;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.clearfix{
    float: none!important;
    clear: both!important;
}

.mostrarXs {
    display: none!important;
}

.esconderXs {
    display: block!important;
}

.container {

}

.bg-primary {
    background-color: #146c94 !important;
}

.bg-success {
    background-color: #a9cf6a !important;

}

.btn-success{
    color: #fff;
    background-color: #a9cf6a !important;
    border-color: #a9cf6a;
}

.btn-primary {
    color: #fff;
    background-color: #146c94 !important;
}

.border-purple{
    border-color: #2f0060!important;
}
.bg-purple{
    background-color: #2f0060;
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}

.encabezado {
  padding-top: 3%;
  margin-bottom: 0;
  text-align: center;
  height: 150px;
  width: 100%;
  color: white;
  background-image: url('/images/frente-persp-big.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  //border: 1px solid red;
}

.tituloEncabezado{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.subTitEncabezado {
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

.verticalpos {
    position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    padding-left: 15px;
    padding-right: 15px;
}

.centracampos {
    text-align:center;
    text-decoration: none;
}

.comun {
    background: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 15px -1px rgb(16 86 229 / 20%);
    position: relative;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    overflow: visible;
    margin: auto;

}

.barraHorizontal {
    display: inline-block;
    width: 100%;
    height: 2rem;
    vertical-align: auto;
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;

}

.reservas-col {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

#mainNav {
    background-color: #146c94;
    box-shadow: 0 3px 15px -1px rgb(16 86 229 / 20%);
}

#mainNav .dropdown-menu {

}

.dropdown-menu {
    font-size: inherit!important;
}

.iconMed {
    font-size: 1.5rem;
}

.cuadrito {
    padding: 0px 5px;
    text-align: right;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 2px;
    color: #fff;
    background-color: #444444;
    border-radius: 4px;
}

.cuadritoVrd {
    padding: 0px 5px;
    text-align: right;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 2px;
    color: #fff;
    background-color: #14A44D;
    border-radius: 4px;
}
.globito {
        
    display: flex;
    position: absolute;
    padding: 0px 5px;
    text-align: right;
    font-weight: 600;
    font-size: 10px;
    margin-top: -22px;
    margin-left: 35px;
    color: #fff;
    background-color: #dc3545;
    border-radius: 50%;

}

.ui-widget input {
    /*font-size: .875em;*/
}

.avatarClienteLista{
  height: auto;
  width: 3rem;
  /*
  border-radius: 50%;
  box-shadow: 0 5px 16px -1px rgb(16 86 229 / 18%);
  margin-top: 30px;
  margin-left: -40px;
  */
}

.avatarClienteVentanaLista{
    overflow: hidden;
    width: 3rem; 
    height: 3rem;
    align-self: center!important;
    margin-top: 1rem;
    border-radius: 50%;
    box-shadow: 0 5px 16px -1px rgb(16 86 229 / 18%);
}

.cameraCliente {
    display: block;
    margin-left: 13rem;
}

.avatarClienteBio {
    font-size: 10rem!important;
    height: auto;
    width: 10rem;
    /*border-radius: 50%;
    box-shadow: 0 5px 16px -1px rgb(16 86 229 / 18%);*/
}

.avatarClienteVentana {
    overflow: hidden;
    width: 10rem; 
    height: 10rem;
    align-self: center!important;
    margin-top: 1rem;
    border-radius: 50%;
    box-shadow: 0 5px 16px -1px rgb(16 86 229 / 18%);
}


.avatarCliente {
    font-size: 2rem!important;
}

.iconoAlerta {
    font-size: 1.5rem!important;
}

.nav {
    flex-wrap: nowrap;
}

.navbar .nav-link, .navbar .nav-link:active{
    color: #fff !important;
    font-weight: bold!important;
}
.navbar .nav-link:hover{
    color: #fff !important;
    font-weight: bold!important;
}
.nav-link h5{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ui-autocomplete {
    /*position: absolute;
    top: 0;
    left: 0;*/

    cursor: default;
    z-index:9050!important;
  }

.piedepag {
    clear: both;
    border-radius: 5px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.lstEnc{
    position:absolute;
    z-index: 10;
    background: rgba(240, 240, 240, 0.8);
    width: 100%;
    font-size: 13px;
    text-decoration: none;
}


.holderlogin {
    border-radius: 7px;
    float: none;
    align-content: center;
    background: rgba(240, 240, 240, 0.8);
}

.zonalogin {
    align-content: center;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    /*color: white;*/
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('/images/sf_salon-01.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    opacity: 1;
}

.layoutCliente { // bio y otras

}

.headercliente {
    background-image: url(/images/sf_salon-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.medialuna {
    background-image: url(/images/sf-cli-head-mask-piso-1440.png);
    background-position: bottom;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoHeader { /*---lg--*/
    padding-top: 1rem;
    width: 80%;
    height: 80%;
    margin-bottom: 1rem;

}

.mainNav {
    box-shadow: 0 3px 15px -1px rgb (1100,100,100 / 20%);
}


#mainNavCLiente a{
    font-size: 1rem;
    color: #646464;
    font-weight: bold;

}
.fecha {
    font-size: 0.8rem;
    color: #646464;
    margin: 0px;
}

.menuVertical {
    display: block;
}

.menuHorizontal {
        display: none;
}

.linkClase {
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: -10px;
    padding-bottom: 0px;
    margin-bottom: -6px;
    color: #146c94;
}

.pestaLinkClase {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid transparent;
    margin-bottom:  0.4rem!important
}

.nav-link {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.pestaLinkClase:hover, .pestaLinkClase:active, .pestaLinkClase.active {
    background-color: #fff;
    box-shadow: 0 5px 16px -1px rgb(16 86 229 / 30%);
    border: 1px solid transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 0 0px 0 !important;
    margin-bottom:  0.4rem!important;
}

.pestaLinkClaseColor {
    display: table;
    height: 50px;
    width: 100%;
}

.pestaLinkClaseColorTexto{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    font-size: 1.3rem;
    font-weight: 700;
}

.pestaLinkClaseColorTexto p{
    color: #646464;
}

.pestaLinkClaseCuerpo {
    display: flex;
    height: 50px;
    width: auto;
    background-color:#fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pestaLinkClaseCuerpoTexto{
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.pestaLinkClaseCuerpoHora{
        color: #646464;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        padding: 0;
}

.notas {
    font-size: 0.8rem;
    margin-top: -10px;
    padding-top: 0px;
    color: #646464;
}

.tituloAsistencia {
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-left: 1rem;
    font-weight: 300;
    display: inline-block;
    color: #405368;
}
.tituloClase {
    font-family: 'Montserrat';
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    color: #040404;
}

.tituloClaro{
    font-size: 0.7rem;
    color: #646464;
    margin: 0px;
}

.tituloCoach{
    font-size: 0.8rem;
    font-weight: 600;
    color: #040404;
    margin: 0px;
}

/*---------------- cookie notice --------*/
.cookie{
    width: 420px;
    height: 72px;
    background-color: #fff;
    position: fixed;
    bottom: 88px;
    border-radius: 10px;
    left: 5%;
    padding: 10px 20px;
}

.cookie .txt{
    float: left;
    width: 65%;
}
.txt p{
    color:#1D2D35;
}

.cookie .accept {
    background-color: #40CC79;
    color: #fff !important;
    border-radius: 32px;
    padding: 3px 23px;
    /* align-self: center; */
    font-size: 19px;
    margin-top: 2.5%;   
    margin-left: 3%;

}
.cookie .accept:hover {
    background-color: #30b867;
}


@media only screen and (max-width: 1024px) { /* para pantallas de menos de de 992 pixels */

    /*
    .mostrarXs {
        display: block!important;
    }
   

    .esconderXs {
        display: none!important;
    } */

    .menuVertical {
        display: block;
    }

    .menuHorizontal {
            display: none;
    }

    .encabezado {
        padding-top: 2%;
        margin-bottom: 0;
        text-align: center;
        height: 85px;
        width: 100%;
        color: white;
        background-image: url('/images/frente-persp-big.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        /*border: 1px solid red;*/
    }

    .tituloEncabezado{
        font-size: 1.5rem;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .subTitEncabezado {
        color: white;
        font-size: 0.7rem;
        font-weight: 500;
    }


}

@media only screen and (max-width: 768px) { /* para pantallas de menos de de 768 pixels */


    body {
        font-size: 0.7rem!important;
    }

    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    h4 {
        font-size: 1rem!important;
        font-weight: 700!important;
        color: #040404;
    }

    h5 {
        font-size: .9rem!important;
        font-weight: 700!important;
        color: #040404;
    }

    input[type="text"],input[type="date"] {
      font-size: .8rem;
    }

    .mostrarXs {
        display: block!important;
    }

    .esconderXs {
        display: none!important;
    }

    .encabezado {
        padding-top: 3%;
        margin-bottom: 0;
        text-align: center;
        height: 85px;
        width: 100%;
        color: white;
        background-image: url('/images/frente-persp-big.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        /*border: 1px solid red;*/
    }

    .tituloEncabezado{
        font-size: 1.5rem;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .subTitEncabezado {
        color: white;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .logoHeader { /*----sm----*/
        padding-top: 1rem;
        width: 90%;
        height: 90%; /*al 100% se corrigio el logo jalao en IOS*/
        margin-bottom: 1rem;
    }

    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0.2rem;
    }

    .navbar-brand {
        margin-right: 0.5rem;
    }


    #mainNavCliente a{
        font-size: 0.7rem;
        color: #646464;
        font-weight: bold;

    }

    .linkClase {
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
    }

    .menuVertical {
        display: none;
    }

    .menuHorizontal {
        width: 100%;
        display: inline-block;
        overflow: auto;
    }

    .menuHorizontal ul.nav {
        display: inline-flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }


    .comun {
        background: #fff;
        border: solid 1px #e1e1e1;
        border-radius: 7px;
        overflow: hidden;
        box-shadow: 0 3px 15px -1px rgb(16 86 229 / 20%);
        position: relative;
        margin-top: 1rem;
        margin-bottom: 3rem;
        padding-top: 0.5rem;
        padding-bottom: 1.5rem;
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        overflow: visible;
        margin: auto;

    }

    .fecha {
        font-size: 0.8rem;
    }

    .notas {
        font-size: 0.7rem;
        margin-top: -10rem;
    }

    .tituloClase {

        font-size: 1rem;
        font-weight: 700;
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
        float: none;
        text-align: center;
        border-right: 0px;
    }

    .tituloClaro{
        font-size: 0.7rem;
    }

    .tituloCoach{
        font-size: 0.7rem;
    }

    .tituloAsistencia {
        margin-top: 0;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 0.7rem;
        margin-left: 0rem;
        font-weight: 500;

    }

    .avatarCliente {
        font-size: 4rem!important;
    }

    .piedepag {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
    }

    /* width */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #eeeeee;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
    }


}

.colores {

/* CSS HEX */
--SFazulOscuro: #146A93;
--SFazulClaro: #418fde;
--matisse: #146A93; /* SF azul oscuro */
--curious-blue: #26A3DC; /* SF azul claro */
--wild-willow: #a9cf6a; /* SF verde sf */
--black: #040404; /* SF negro */
--gray: #8c8c8c; /* SF gris claro */
--dove-gray: #646464; /* SF gris medio */
--gris-clarito: #ced4da; /*gris clarito bordes */
--tundora: #444444;
--mine-shaft: #343434;
--mine-shaft: #242424;

}
