#main-header {
    background-image: url('../img/points.png');
    text-align: center;
    color: white;
    width: 100%;
}
img.Banner{
    width:100%;
    max-width: 200px;
    margin: 16px 0 16px 25px;
}
.img1, .img2{
    width: 40%;
    margin: 0 auto;
    display: inline-block;
}

.img1{
    text-align: left;
}
.img2{
    text-align: right;
}

.img1 img{
        max-width: 470px;
}
.BotonesReserva{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.Rcapa , .Rvideo, .Rcabin{
    width: 270px;
    background-repeat: no-repeat;
    background-size: 80px;
}

.Rcapa , .Rcapa img, .Rcapa h4, .Rvideo, .Rvideo img, .Rvideo h4, .Rcabin, .Rcabin img, .Rcabin h4{
    display: inline-block;
    text-align: left;
}
.page-header{
    padding-bottom: 0px;
    margin: 21px 0 0 0;
    border-bottom: 0px;
    width: 230px;
    display: inline-block;
    float: left;
    background-color: #12c3ba;
    color: #fff;
}

.btn-info, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0;
}
.badge-important {
    background-color: #12c3ba;
    height: 45px;
    padding-top: 23px;
    border-radius: 0;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 0px;
}
.cal-day-today {
    background-color: #12c3ba;
}
.cal-day-today span[data-cal-date] {
    color: #fff;
}
.btn{
    border-radius: 0;
}
.cal-cell1.cal-day-today {
    color: #fff;
}
.Rcapa{
    background-image: url("../img/Capacitaciones.png");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}
.Rvideo{
    background-image: url("../img/VideoConferencias.png");
}

.Rcabin{
    background-image: url("../img/cabi01 (2).png");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}

.Rcabin:hover{
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.Rcabin:active{
    transform: scale(0.95);
}
.Rcapa:hover{
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.Rcapa:active{
    transform: scale(0.95);
}

#cal-day-box .cal-day-hour:nth-child(1),
#cal-day-box .cal-day-hour:nth-child(2) {
    display: none !important;
}
td.day.disabled.today {
    background-color: #e8fde7 !important;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-flex-end{
    justify-content: flex-end;
}
.justify-content-space-between{
    justify-content: space-between;
}
.btnSalir{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.btnSalir:hover{
    transform: scale(1.1);
}
.w-50{
    width: 50%;
}
.maxW900{
    max-width: 900px;
}
.mx-auto{
    margin: 0 auto;
}
.btn-primary {
    background-color: #002547 !important;
}
.btn-info{
    background-color: #12c3ba !important;
}
.vstyle{
    text-align: center;
    color: #c1c1c1;
}
#boton3{
    border-radius: 50%;
    background-color: #ed9c28 !important;
    border: 1px solid transparent;
    position: absolute;
}
#boton2{
    border-radius: 50%;
    background-color: #ed9c28 !important;
    border: 1px solid transparent;
    position: absolute;
}
#boton1{
    border-radius: 50%;
    background-color: #ed9c28 !important;
    border: 1px solid transparent;
    position: absolute;
}
#imgportada
{
 position: absolute;
    width: 21%;
    opacity: 0.3;
    top: 190px;
    padding-top: 429px;
    margin-left: -81px;
  
}
#text1
{
  background-color: #5DADE23;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
border-color:#A9CCE3;
text-align: left;
margin: 6px 41px 39px 39px;
    }
#ancho {
    width: 700px;
    margin: 30px auto;
}
.modal-header .close {
    margin-top: -35px;
    font-size: 34px;
}
#calendar
{
    background-color: #EDEDED;
}


