/*fix calendar mi-cuenta month and year text*/
.fecha-mi-cuenta > #datepicker > div > div > div > select.ui-datepicker-month{
    color:black !important;
}

.fecha-mi-cuenta > #datepicker > div > div > div > select.ui-datepicker-year{
    color:black !important;
}

.fecha-descuento{
    color: #910a1b;
    margin-top: -34px;
    font-size: 8px;
    padding-left: 2px !important;
    font-weight: bold;
    position: absolute;
}

.ui-datepicker-current-day span{
    color: white !important;
}

.sticky-scroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.color-red{
    color: red;
}

.div-height-fix{
    width:100%;
    height:25px;
    background-color:white;
}

.div-height-fix-home{
    width:100%;
    height:18px;
    background-color:white;
}

.home-banner{
    width:100%;
    height:auto;
    border-radius:10px;
}

.home-banner-separator{
    padding:0;
    margin:3px 0 3px 0;
    color:#e8e8e8;
}

.view-margin{
    margin-bottom:50px;
}

.view-padding{
    padding-bottom:60px
}

.swipper-hidden {
    opacity:0;
    -webkit-transition: 1s;
    visibility:hidden;
}

.swiper-css {
    opacity:1;
    -webkit-transition: opacity 1s;
    visibility:visible;
}

.swiper-container {
    width:100%;
    height:auto;
}
.container-slider{
    text-align: center;
    width:100%;
    height:auto;
    padding:0 !important;
    margin:0 !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.boton-confirmar-reserva{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    box-shadow: none;
    outline: none;
    text-align: center;
    height: auto !important;
    display:inline-block;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #3cb371;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #3cb371;
    border-bottom:3px solid #3cb371;
    border-left:3px solid #3cb371;
    border-right:3px solid #3cb371;
    border-radius: 10px;
    font-weight: bold;
}

.boton-cancelar-reserva{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    box-shadow: none;
    outline: none;
    text-align: center;
    height: auto !important;
    display:inline-block;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #8e8c8a;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #8e8c8a;
    border-bottom:3px solid #8e8c8a;
    border-left:3px solid #8e8c8a;
    border-right:3px solid #8e8c8a;
    border-radius: 10px;
    font-weight: bold;
}

.modal-red-button{
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #8e8c8a;
    border-color: #8e8c8a;
    border-radius:10px;
    padding: 5px 20px 4px 20px;
    text-decoration:none;
}

.modal-red-button:hover{
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #8e8c8a;
    border-color: #8e8c8a;
    border-radius:10px;
    padding: 5px 20px 4px 20px;
    text-decoration:none;
}
.swiper-pagination-red .swiper-pagination-bullet {
    background: #512422;
}

.swiper-pagination-red .swiper-pagination-bullet-active {
    background: #A10000;
}

.swiper-text{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    font-size:12px;
    color: #2d000b;
}

.menu-footer{
    z-index: 89;
    width:100%;
    height:52px;
    background-color: white;
    border-top: 1px solid #d8d8d8;
    position: fixed;
    bottom:0;
}

.menu-footer-ul{
    width:100%;
    text-align: center;
    padding:0;
    margin:0;
}

.menu-footer-li{
    padding:10px;
    width:20%;
    cursor: pointer;
    display: inline-block;
}

.menu-footer-li > a > i{
    color: #b6b6b6;
    font-size: 30px;
}

.menu-footer-li:hover > a > i,
.menu-footer-li.active > a > i{
    color: #f4f08e;
}

.padding-step{
    padding-bottom: 50px !important;
    margin-bottom:50px !important;
}

.page--menu-page__background {
    background-color: #333 !important;
}

.page--menu-page__content {
    color: white !important;
}

.menu-close,
.menu-close > .toolbar-button {
    color: #999 !important;
}

.menu-list,
.menu-item:first-child,
.menu-item:last-child,
.menu-item {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #fff !important;
}

.menu-item {
    padding: 0 0 0 20px !important;
    line-height: 52px !important;
    height: 52px !important;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px !important;
}

.menu-item:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.menu-notification {
    display: inline-block !important;
    margin-top: 12px !important;
    font-size: 14px !important;
    height: 16px !important;
    line-height: 16px !important;
    min-width: 16px !important;
    font-weight: 600 !important;
}

.bottom-menu-list,
.bottom-menu-item:first-child,
.bottom-menu-item:last-child,
.bottom-menu-item {
    border-color: #393939 !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #ccc !important;
}

.bottom-menu-item:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@-webkit-keyframes carga {
    0% {
        background: #FFFFFF;
    }
    100% {
        background: #f4f08e;
    }
}@keyframes carga {
     0% {
         background: #FFFFFF;
     }
     100% {
         background: #f4f08e;
     }
}

.tratamientos-botones,
.tratamientos-servicios,
.tratamientos-descuentos{
    display: inline-block;
}
@media screen and (max-width: 4000px) {
    .tratamientos-botones{
        width: 19%;
    }
    .tratamientos-servicios{
        width: 70%;
    }
    .tratamientos-descuentos{
        width: 10%;
    }
}
@media screen and (max-width: 600px) {
    .tratamientos-botones{
        width: 21%;
    }
    .tratamientos-servicios{
        width: 64%;
    }
    .tratamientos-descuentos{
        width: 13%;
    }
}
@media screen and (max-width: 450px) {
    .tratamientos-botones{
        width: 29%;
    }
    .tratamientos-servicios{
        width: 50%;
    }
    .tratamientos-descuentos{
        width: 18%;
    }
}

.mensaje-gris{
    border-radius:20px;
    color:white;
    margin-top:400px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    top: 0;
    box-shadow: none;
    padding-left:15px;
    padding-right:15px;
    padding-top:12px;
    padding-bottom:3px;
    left: 0;
    right: 0;
    outline: none;
    position: fixed;
    text-align: center;
    z-index: 311;
    width: 70%;
    height: auto;
    background: grey;
    -webkit-animation: mymove 3s infinite alternate;
    /* Chrome, Safari, Opera */
    animation: mymove 3s infinite alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

html, body, h1, h2, h3, h4, h5, h6, p, a, span, small, abbr, img, div, ol, ul, li, dl, dt, dd, blockquote, q, cite, form, fieldset, legend, label, input, select, option, textarea, button, tr, th, td, iframe {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
p, a, span, small, abbr, div, ol, ul, li, dl, dd, blockquote, q, cite, legend, label, input, select, option, textarea, button {
    white-space: normal;
}

i {
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

h1.logo {
      margin: 0 auto;
}
h1.logo img {
    margin-top: 15px;
    height: 45px;
    width: auto
}
.stop-scrolling {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.activado{
    color:#cb2026 !important;
    text-color:#cb2026 !important;
}

.new-ui-check{
    padding-right: 0;
    margin-right: 0;
    margin-top:8px;
    width:20px;
    height:20px;
    border-radius:100%;

}
.new-ui-check.active{
    background-color: #cb2026;
    border:2px solid #a61a1f
}

.new-ui-check.inactive{
    background-color:darkgrey;
    border:2px solid #7B7B7B;
}

.cargando2{
    border: none;
    top: 0;
    box-shadow: none;
    width:100%;
    padding-bottom: 40px;
    left: 0;
    outline: none;
    position: fixed;
    text-align: center;
    height: 100%;
    z-index: 311;
    background-color: black;
    opacity: 0.7;
}
.cargando {
     border: none;
     bottom: 52px;
     box-shadow: none;
     height: 40px;
     left: 0;
     outline: none;
     position: fixed;
     text-align: center;
     width: 100%;
     z-index: 311;
 }
.cargando .fondo {
    background: #8e8c8a;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.cargando .ciruclo {
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: carga;
    animation-direction: alternate;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: carga;
    border: none;
    border-radius: 100%;
    box-shadow: none;
    display: inline-block;
    height: 20px;
    margin-top: 10px;
    outline: none;
    padding: 0;
    position: relative;
    width: 20px;
    z-index: 11;
}
.cargando .ciruclo:first-child {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.cargando .ciruclo:first-child+div {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.cargando .ciruclo:first-child+div+div {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.show-right{
    display: inline-block;
    float: right;
    margin-top:10px;
    color:darkgrey;
}

.RESERVA_ESTADO{
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    margin: 10px auto 10px auto;
    width: 80%;
    padding:7px;
}
.CONFIRMACION_PENDIENTE {
    color: #696969;
    background: #e2e2e2;
    border: #d9dbd0;
}
.CONFIRMADA {
    color: #3c763d;
    background: #dff0d8;
    border: #d6e9c6;
}
.CANCELADA {
    color: #a94442;
    background: #f2dede;
    border: #ebccd1;
}
.CUMPLIDA {
    color: #31708F;
    background: #D9EDF7;
    border: #BCE8F1;
}
.EN_SOLICITUD {
    color: #31708f;
    background: #F59B0A;
    border: #FDAE2F;
 }

.div-boton-ver-mis-reservas{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    box-shadow: none;
    outline: none;
    text-align: center;
    height: auto !important;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right:auto;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #00CBBE;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #6febdd;
    border-bottom:3px solid #008980;
    border-left:3px solid #008980;
    border-right:3px solid #6febdd;
    border-radius: 10px;
    font-weight: bold;
    display:inline-block;
    margin-bottom:5px;
    width:96%;
}

.div-boton-agregar-mas-reservas{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    box-shadow: none;
    outline: none;
    text-align: center;
    height: auto !important;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right:auto;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #00CBBE;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #6febdd;
    border-bottom:3px solid #008980;
    border-left:3px solid #008980;
    border-right:3px solid #6febdd;
    border-radius: 10px;
    font-weight: bold;
    display:inline-block;
    margin-bottom:66px;
    width:96%;
}

.div-boton-confirmar{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    right:0;
    box-shadow: none;
    outline: none;
    text-align: center;
    height: auto !important;
    position:fixed;
    bottom:0;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #3cb371;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #93e2b0;
    border-bottom:3px solid #2a7f50;
    border-left:3px solid #2a7f50;
    border-right:3px solid #93e2b0;
    border-radius: 10px;
    font-weight: bold;
    display:inline-block;
    margin-right: 2%;
    margin-bottom:5px;
    width:47%;
}

.div-boton-eliminar{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
    height: auto !important;
    position:fixed;
    bottom:0;
    box-shadow: none;
    outline: none;
    text-align: center;
    list-style-type: none;
    padding:15px;
    color:white;
    background-color: #CB2026;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-top:3px solid #ff5856;
    border-bottom:3px solid #a20000;
    border-left:3px solid #a20000;
    border-right:3px solid #ff5856;
    border-radius: 10px;
    font-weight: bold;
    display:inline-block;
    margin-left: 2%;
    margin-bottom:5px;
    width:47%;
}

.turno{
    width:100%;
    padding: 10px 12px 20px 12px;
    border-radius: 20px;
    background-color: white;
    font-weight: bold;
    color:darkred;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #cb2026;
}

.hora-box{
    border: 1px solid #EEE;
    border-radius: 6px;
    color: #333;
    padding: 0.2em 0.2em 0px;
    width: 100%;
}

.hora-header{
    line-height: 1.8em;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    width: 100%;
    border: 1px solid #696969;
    background: #8e8c8a;
    border-radius: 6px;
    margin-bottom: 6px;
}

.hora-div{
    background-color: #eeeeee;
    margin-bottom: 5px;
    margin: 0.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #D8DCDF;
    display: inline-block;
    text-align: center;
    width:19%;
    font-weight: bold;
    cursor: pointer;
}

.hora-div > a{
    text-decoration: none;
    color: #696969;
}

.hora-div:hover{
    border: 1px solid #cdd5da;
    background: #f6f6f6;
    cursor: pointer;
}

.hora-div:hover > a{
    text-decoration: none;
    color: #111111;
}

.hora-div.active{
    border: 1px solid #696969;
    background: #8e8c8a;
    cursor: pointer;
}

.hora-div.active > a{
    text-decoration: none;
    color: white;
}

.horarios{
    width: 40%;
    height: 150px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.slideCheck{
    width:50%;
}

.profesional-selector{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    color:#696969;
    border-bottom: 2px solid #8e8c8a;
    border-left: 2px solid #8e8c8a;
    border-right: 2px solid #8e8c8a;
}
.profesional-selector:hover,
.profesional-selector.active{
    background-color:#8e8c8a;
    color:white;
}
.profesional-selector:first-of-type{
    border-top: 2px solid #8e8c8a;
    border-top-left: 2px solid #8e8c8a;
    border-top-right: 2px solid #8e8c8a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.profesional-selector:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left: 2px solid #8e8c8a;
    border-bottom-right: 2px solid #8e8c8a;
}
.profesional-selector-div-imagen{
    display:inline-block;
    width:30%;
}
.profesional-selector-imagen{
    width:90px;
    margin:10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    border-radius:100px;
}
.profesional-selector-div-texto{
    width:60%;
    padding-top:39px;
    display:inline-block;
}

.profesional-SELECT{
    margin-top:10px;
    font-size: 18px;
    background-color: #cb2026;
    color:white;
    text-decoration: none;
    padding: 8px 36px;
}

.background-set{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search2 { width:80% }
.search2 input { text-indent: 30px}
.search2 .fa-search {
    position: absolute;
    top: 15px;
    left: 22px;
    color: #e5e5e5;
    font-size: 1.5em;
}

.search { position: relative; }
.search input { text-indent: 30px;}
.search .fa-search {
    position: absolute;
    top: 6px;
    left: 22px;
    color: #e5e5e5;
    font-size: 1.5em;
}

.landing-centro-image{
    padding-top:10px;
    width:100%;
    height: 100px;
    background-position: center;
    border-bottom: 1px solid rgb(240,240,240);
}

.main-container{
    font-family:"MuliRegular",tahoma,verdana,arial,sans-serif;
}

#search-input{
    display: inline-block;
    padding-left: 30px;
}

#search-on-input{
    display: inline-block;
    float: right;
    color: #e5e5e5;
    padding-right: 5px;
    padding-top: 7px;
    font-size: 1.5em;
}

.filtros-u{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    /*border-top: 1px solid lightgrey;*/
    border-bottom: 1px solid lightgrey;
}
.filtros-i{
    width: 100%;
    padding: 5px 5px;
    /*border-top: 1px solid lightgrey;*/
    border-bottom: 1px solid lightgrey;
    background-color: rgb(245,245,245);
}

.filtros-i h5{
    color: rgb(125,0,0);
}

.span-container{
    padding: 5px 5px;
}
.span-container div{
    display: inline-block;
}
.span-container center div{
    display: inline-block;
}
.span-container p{
    font-family: inherit;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
    padding-top: 2px;
}

.landing-centro{
    border-bottom: 1px solid lightgrey;
    background-color: white;
}

.landing{
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    width: 100%;
}
.landing a{
    text-decoration: none;
}
.landing a:hover{
    text-decoration: none;
}
landing h3{
    color: #cb0014;
}
.result-centros{
    width: 100%;
}

.landing-centro > div > a > img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
}

.perfil-centro-container{
    font-family: "SourceSansPro",tahoma,verdana,arial,sans-serif;
}

.fill {
    width: 100%;
    height: auto;
}
.detalle-de-reserva{
    display: inline-block;
    color: white;
    background-color: #CECECE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 1px;
}
.tratamientos-boton{
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    background-color: #8e8c8a;
    border-color: #8e8c8a;
    padding: 5px 10px 5px 10px;
}
.tratamientos-boton:hover,
.tratamientos-boton:focus {
    text-decoration: none;
    color: #ffffff;
    border-color: #696969;
    background-color: #696969;
}
.tratamientos{
    background-color: #f5f5f5;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin: 1px;
    width: 100%;
}

.badge-text{
    color: #cb2026;
}
.badge-text.muted{
    color: #a9a9a9;
}
.badge-text.active{
    color: #cb2026;
}
.new-badge.muted {
    color: #a9a9a9;
    border-color: #a9a9a9;
    background-color: white;
}

.new-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #cb2026;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: white;
    border: 2px solid #cb2026;
    border-radius: 20px;
}

.new-badge.active{
    color: white;
    background-color: #cb2026;
}

@font-face {
    font-family: 'MuliRegular';
    /*src: url('../fonts/Muli-Regular.ttf');*/
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MuliLight';
    src: url('../fonts/Muli-Light.ttf');
    font-weight: 300;
    font-style: inherit;
}
@font-face {
    font-family: 'MuliLightItalic';
    src: url('../fonts/Muli-LightItalic.ttf');
    font-weight: 300;
    font-style: inherit,italic;
}
@font-face {
    font-family: 'MuliItalic';
    src: url('../fonts/Muli-Italic.ttf');
    font-weight: 300;
    font-style: italic;
}
/*----------------------------------------*/

@font-face {
    font-family: 'DidactGothic';
    src: url('../fonts/DidactGothic.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
.acerca-reservar{
    font-family: "Lato",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    color: darkred;
    padding:5px 4px;
    display:inline-block;
    margin-left:23px;
    margin-right:23px;
    text-decoration: none;
}
.acerca-reservar:hover{
    text-decoration: none;
}

.reservar-acerca-de{
    padding-top:10px;
    width:49%;
    height:80px;
    background-color:white;
    display:inline-block;
    color: #8e8c8a;
}
.reservar-acerca-de i{
    font-size: 1.2em;
    border-radius: 30px;
    padding:5px 10px;
    border:2px solid #696969;
}
.reservar-acerca-de:hover,
.reservar-acerca-de.active{
    background-color:#f4f08e;
    color:#696969;
}
.reservar-acerca-de:hover i,
.reservar-acerca-de.active i{
    border:2px solid #696969;
}
.reservar-reserva{
    color: #8e8c8a;
    padding-top:10px;
    width:49%;
    height:80px;
    background-color:white;
    display:inline-block;
}
.reservar-reserva i{
    font-size: 2em;
}

.reservar-reserva:hover,
.reservar-reserva.active{
    background-color:#f4f08e;
    color:#8e8c8a;
}

.centro-container{
    width: 100%;
}

.centro-banner{
    position:absolute;
    margin-left: 25%;
    width:50%;
    bottom:1;
    top:0;
    z-index: 2;
}

.centro-banner h5{
    font-family: "Lato",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
    color: white;
}
.centro-banner h3{
    font-family: "Lato",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    color: white;
}

.no-spinner > input[type=number]::-webkit-outer-spin-button,
.no-spinner > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner > input[type=number] {
    -moz-appearance:textfield;
}

.error-block{
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 11px;
    color: #790000;
}

.view-container{
    background-color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
}
.swiper-slide-active .proIMG{
    border: 2px solid darkred;
    box-shadow: 3px 3px 8px darkred;
}
.swiper-profesionales {
    width: 100%;
    height: 300px;
}

.swiper-button-prev.swiper-button-red,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FF0000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-red,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF0000'%2F%3E%3C%2Fsvg%3E");
}

.prof-title h1{
    font-size: 22px;
    font-family: "Lato",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    color: darkred;
    padding:0px;
}
@media screen and (min-width: 741px){
    .swiper-container{
        padding: 5px 9px;
    }
    .centro-padding{
        height: 150px;
    }
    .centro-container{
        height: 300px;
    }
    .centro-banner{
        margin-top:135px;
    }
    .centro-banner h5{
        font-size: 35px;
    }
    .centro-banner h3{
        padding-top: 28px;
        font-size: 40px;
    }
    .proIMG{
        width: 100%px;
        border:2px solid white;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    }
    .proPadding{
        margin-top: 65px;
    }
}
@media screen and (min-width: 601px) and (max-width: 740px){
    .swiper-container{
        padding: 5px 8px;
    }
    .centro-padding{
        height: 110px;
    }
    .centro-container{
        height: 240px;
    }
    .centro-banner{
        margin-top:100px;

    }
    .centro-banner h5{
        font-size: 30px;
    }
    .centro-banner h3{
        padding-top: 15px;
        font-size: 35px;
    }
    .proIMG{
        width: 100%;
        border: 2px solid white;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    }
    .proPadding{
        margin-top: 65px;
    }
}
@media screen and (min-width: 289px) and (max-width: 600px){
    .swiper-container{
        padding: 5px 3px;
    }
    .centro-padding{
        height: 90px;
    }
    .centro-container{
        height: 140px;
    }
    .centro-banner{
        margin-top:50px;
    }
    .centro-banner h3{
        padding-top: 7px;
        font-size: 25px;
    }
    .centro-banner h5{
        padding-top: 7px;
        font-size: 20px;
    }
    .proIMG{
        width: 100%;
        border: 1px solid white;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    }
    .proPadding{
        margin-top: 80px;
    }
}

@media screen and (min-width: 569px){
    .swiper-container{
        padding: 5px 4px;
    }
    .wonoma-title span{
        font-size: 34px;
        font-weight: bold;
    }
    .wonoma-title p{
        font-size: 24px;
        font-weight: bold;
    }
    .wonoma-header-pulled{
        width: 70%;
    }
    .pullMain{
        margin-left: 30%;
    }
    .menu-pulled{
        width: 30%;
    }
    .body-fix{
        padding-top: 60px;
    }
    .menu-pulled{
        padding-top: 49px;
    }
    .circular{
        border: solid 2px rgb(220,220,220);
    }
    .circle-titles{
        font-size: 24px;
    }
    #Menu{
        padding: 3px 5px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 2.3em;
        margin:15px 7px;
    }
    #MenuClose{
        padding: 3px 5px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 2.3em;
        margin:15px 7px;
        z-index: 200;
    }
    #Buscar{
        padding: 5px;
        color: #cb0014;
        font-size: 2.5em;
        margin:15px 7px;
    }
    #Back{
        padding: 5px;
        color: #7b7b7b;
        font-size: 3em;
        margin:10px 7px;
    }
    #Filtros{
        padding: 5px;
        color: #7b7b7b;
        font-size: 2.5em;
        margin:10px 7px;
    }
    #Aceptar{
        padding: 5px;
        color: #cb0014;
        font-size: 2.5em;
        margin:10px 7px;
    }
}
@media screen and (min-width: 480px) and (max-width: 568px){
    .swiper-container{
        padding: 5px 3px;
    }
    .wonoma-header-pulled{
        width: 65%;
    }
    .pullMain{
        margin-left: 35%;
    }
    .menu-pulled{
        width: 35%;
    }
    .body-fix{
        padding-top: 60px;
    }
    .menu-pulled{
        padding-top: 46px;
    }
    .circular{
        border: solid 2px rgb(220,220,220);
    }
    .circle-titles{
        font-size: 17px;
    }
    .wonoma-title span{
        font-size: 26px;
    }
    .wonoma-title p{
        font-size: 19px;
    }
    #Menu{
        padding: 2px 4px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 2.1em;
        margin:16px 5px;
    }
    #MenuClose{
        padding: 2px 4px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 2.1em;
        margin:16px 5px;
        z-index: 200;
    }
    #Back{
        padding: 2px 4px;
        color: #7b7b7b;
        font-size: 2.5em;
        margin:16px 5px;
    }
    #Buscar{
        padding: 3px;
        color: #cb0014;
        font-size: 2.4em;
        margin:12px 5px;
    }
    #Filtros{
        padding: 3px;
        color: #7b7b7b;
        font-size: 2.4em;
        margin:12px 5px;
    }
    #Aceptar{
        padding: 3px;
        color: #cb0014;
        font-size: 2.4em;
        margin:12px 5px;
    }
}
@media screen and (max-width: 479px){
    .swiper-container{
        padding: 5px 2px;
    }
    .wonoma-header-pulled{
        width: 30%;
    }
    .pullMain{
        margin-left: 70%;
    }
    .menu-pulled{
        width: 70%;
    }
    .body-fix{
        padding-top: 60px;
    }
    .menu-pulled{
        padding-top: 33px;
    }
    .circular{
        border: solid 2px rgb(220,220,220);
    }
    .circle-titles{
        font-size: 13px;
    }
    .wonoma-title span{
        font-size: 22px;
    }
    .wonoma-title p{
        font-size: 16px;
    }
    #Menu{
        padding: 2px 4px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 1.6em;
        margin:18px 4px;
    }
    #MenuClose{
        padding: 2px 4px;
        color: #cb0014;
        border-radius: 5px;
        font-size: 1.6em;
        margin:18px 4px;
        z-index: 200;
    }
    #Back{
        padding: 2px 4px;
        color: #7b7b7b;
        font-size: 2em;
        margin:18px 4px;
    }
    #Buscar{
        padding: 2px;
        color: #cb0014;
        font-size: 1.9em;
        margin:15px 4px;
    }
    #Filtros{
        padding: 2px;
        color: #7b7b7b;
        font-size: 1.9em;
        margin:15px 4px;
    }
    #Aceptar{
        padding: 2px;
        color: #cb0014;
        font-size: 1.9em;
        margin:15px 4px;
    }
}

.wonoma-header-izq{
    z-index: 4;
    position: fixed;
    left: 0;
    right: 1;
}
.wonoma-header-der{
    z-index: 4;
    position: fixed;
    left: 1;
    right: 0;
}
.wonoma-title span{
    font-weight: bold;
    color: #cb2026;
}

.wonoma-title p{
    font-weight: bold;
    color: grey;
}

.circle-titles{
    font-size: 10px;
    font-weight: bold;
    color: black;
    text-shadow: 4px 4px 10px rgba(255,255,255,0.8);
}
.circular-container{
    padding-top: 20px;
    display: inline-block;
    width: 25%;
}
.circle{
    display: inline-block;
}

.circular{
    display: block;
    border-radius: 100%;
    padding: 4px;
    width: 95%;
    height: auto;
}

.wonoma-header{
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    background-color: #f4f08e;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    box-shadow: 0 4px 4px -2px #dfdfdf;
    margin-bottom: 4px;
}
.wonoma-header-pulled{
    position: fixed;
    left: 0.5;
    right: 0;
    background-color: white;
    padding-left: 40px;
    border-bottom: 1px solid rgb(135, 135, 135);
    box-shadow: 0 4px 4px -2px rgba(115, 115, 115, 0.5);
    margin-bottom: 4px;
}

.menu-pulled{
    float: left;
    position: fixed;
    left: 0;
    right: 0;
    height: 1200px;
    background-color: rgba(255,255,255,0.5);
    border-right: 1px solid rgba(0,0,0,0.8);
}

.body-background{
    width: 100%;
    height: auto;
}

.background-color-white{
    background-color: rgb(255, 253, 200);/*white;*/
}

.background-color-grey{
    background-color: rgb(245,245,245);
}

/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:white;
    font-family:"MuliRegular","DidactGothic","SourceSansPro","Lato",tahoma,verdana,arial,sans-serif;
    font-size:12px;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}