.modal-content{
border:0;
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* Header visual */

.mantenimiento-header{
color:white;
text-align:center;
padding:25px 20px 35px 20px;
position:relative;
}

.mantenimiento-icon{
width:70px;
height:70px;
border-radius:50%;
background:white;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
margin:auto;
margin-top:10px;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* tarjeta horario */

.horario-box{
background:#f8f9fa;
border-radius:12px;
padding:15px;
border:1px solid #eee;
}

.btn-aceptar{
border:none;
border-radius:10px;
padding:10px 30px;
font-weight:500;
}

.btn-aceptar:hover{
opacity:.9;
}



