html, body{
    margin: 0;
    padding: 0;
    min-height: 100%!important;
    width: 100%;
    font-size: 14px;
}

.half-screen{
    /* min-height: 50vh; */
    position: relative;
}
.half-screen.half-color{
    background: #EA6A06;
    height: 50vh !important;
    width: 100%;
    z-index: -1;
    bottom: 0;
    position: fixed;
}

.main-logo{
    /* background: #b97a28; */
    padding: 10px 10px 20px 10px;
    /* margin: 0 -12px 10px -12px; */
    text-align: center;
}
.main-logo img{
    height: 190px!important;
}

.main-steps-container{
    background: #fdfdfd;
    box-shadow: 0px 0 45px -18px #cf8952;
    padding: 20px 10px;
    border-radius: 10px;
}

.main-steps{
    display: none;
}
.main-steps.step-1{
    display: block;
}

.main-steps h3{
    font-size: 18px;
}
.main-steps p{
    font-size: 14px;
}

#agenda_fechas_disponibles,#agenda_horas_disponibles{
    max-height: 250px;
    overflow: auto;
}


.cancel-header{
    background: #ffd3d7;
    padding: 15px;
    margin: -20px -20px 15px -21px;
    border-radius: 10px 10px 0 0;
}
.cancel-header h3{
    color: #604141;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.card-block{
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.card-block p{
    font-size: 15px;
    margin-bottom: 4px !important;
    color: #525252;
}
.card-block i{
    color: #7e7e7e;
}


.circleNumber{
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #ffe4d0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}