/********************************************************************/
/***********************PC RESERVA MLP: V1.0**************************/
/********************************************************************/
.section__reserva {
    padding-bottom: 35px;
}

.reserva__img img {
    width: 100%;
    max-width: 80px;
}

.reserva__img {
    text-align: center;
    margin-bottom: 20px;
}

.reserva__txt{
    text-align: center;
}

.reserva__numero {
    color: #3483fa;
    border: 2px solid #3483fa;
    border-radius: 50%;
    font-size: 20px;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.reserva__numero h1 {
    text-align: center;
    margin: 6px 0;
    font-weight: 400;
}

.reserva__txt p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

@media (max-width: 680px) {
    .reserva__txt{
        width: 300px;
        margin: 0 auto;
    }
    .section__reserva li {
        margin-bottom: 35px;
    }
    .section__reserva {
        padding-bottom: 0;
    }
}