::-webkit-scrollbar {
    display: none;
    }
    
#agendamodal {
    width: unset;
    height: 400px;
    overflow: auto;
    left: 0; 
    background: white;
    position: relative;
    bottom: 0;
    border:none;
}
#agendamodal.active {
    display: block;
}
.base {
    position: relative;
}

.column1 .aviso{
    margin: 20px 0 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.column1 .aviso a{
    color: #00324F !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}


.fa-angle-left{
    color: transparent;
    }


.semanas{
    display: flex;
    background-color: #F0EEEE;
    padding: 0;
    margin-top:0px;
}

.dia{
    width:20%;
    text-align:center;
	color: #454749;
    font-family: Roboto;	
    font-size: 13px;
    padding: 6px;	
    font-weight: 900;	
    line-height: 15px;
}

.dias{
    display: flex;
    background-color: rgba(216,216,216,0.27);
    padding: 0;
}

.numero{
    width:20%;
    color: black;		
    font-size: 13px;	
    font-weight: 300;	
    line-height: 15px;
    padding: 9px;
    text-align: center;
    pointer-events: none;
}

.numero:hover{
    cursor:pointer;
}

.active{
    color:black !important;
    font-weight: 400 !important;	
    pointer-events: all !important;
}

.Select{
    background-color:#ffe8e8;
    font-weight: 600 !important;	
}

.Selected{
    background-color:#ffe8e8;
    font-weight: 600 !important;	
}

.horariocorpo{
    background-color: rgba(216,216,216,0.27);
}

.hora{
    float: left;
    width:20%;
    text-align: center;
    color: #CBCBCC;
    font-size: 13px;	
    font-weight: 300;	
    line-height: 15px;
    padding:9px 0;
    pointer-events: none;
}

.hora:hover{
    cursor:pointer;
}

.horario{
    background-color: #919599;
    color: #FFFFFF;		
    font-size: 13px;	
    font-weight: 300;	
    line-height: 15px;	
    text-align: center;
    margin-top: 10px;
    padding: 8px;
}

#agenda {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 20px 0%;
    box-sizing: border-box;
    background: #FFFFFF;
}
#agenda .data {
    width: calc(100% / 5);
    display: none;
    box-sizing: border-box;
}
#agenda .data.active {
    display: block;
    box-sizing: border-box;
}
#agenda .data div {
    box-sizing: border-box;
    padding: 2px 0;
}

#agenda .data div:visited{
    background: pink;
}

#agenda .data div:hover{
    background: pink;
}

#agenda .data div:nth-of-type(2n) {
    background: #FAFAFA;
}


#agenda .data .title {
    height: unset;
    background-color: rgba(216,216,216,0.27);
    color: #454749;
    font-size: 13px;	
    font-weight: bold;	
    line-height: 15px;	
    text-align: center;}

#agenda .data div.blocked {
    color: #777777;
    background: #DDDDDD;
}

.header_age {
    padding: 8px 0 8px;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    background-color: #919599;
    color: #FFFFFF;	
    font-family: Roboto;
    font-size: 13px;	
    font-weight: 900;	
    line-height: 15px;	
    text-transform: uppercase;
  }
.header_age i {
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
    font-style: inherit;
  }
.header_age span {
    display: inline-block;
    margin: 0 3px;
    font-weight: 700;
  }

.horariomobile{
    display: none;
}

@media (max-width: 1400px) and (min-width:700px) {
    
}  

/*MOBILE*/
@media (max-width: 699px) {
    .numero{
        padding: 7px;
    }

    .horario{
    margin-top: 24px;
    }

    .column1 .aviso {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .column1 .aviso a {
        font-size: 14px !important;
    }
    

}