/*section .section-cont,*/
/*section * + .section-tit2 {*/
/*    margin-top: 30px;*/
/*}*/
/*section .section-cont {*/
/*    padding-bottom: 40px;*/
/*}*/
/*section .section-tit2 {*/
/*    padding: 5px 15px;*/
/*    margin-bottom: 0;*/
/*    background-color: #00b451;*/
/*    color: white;*/
/*    text-align: center;*/
/*}*/
/*section .section-iframe {*/
/*    padding-bottom: 15px;*/
/*    border: 1px solid black;*/
/*    background-color: white;*/
/*}*/
/*section .section-block {*/
/*    padding: 15px;*/
/*    border: 1px solid black;*/
/*    background-color: white;*/
/*    font-style: italic;*/
/*    text-align: center;*/
/*}*/

/*@media (min-width: 1440px) {*/
/*    section .section-cont {*/
/*        padding-left: 24px;*/
/*    }*/
/*}*/


section {
    padding-bottom: 24px;
}
.paso,
.contenedor-local,
.contenedor-calendario {
    display: none;
}
.paso-act,
.contenedor-local-act,
.contenedor-calendario-act {
    display: block;
}
.paso .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.paso .row:not(:first-of-type) {
    margin-top: 30px;
}
.paso .row:before,
.paso .row:after {
    display: none;
}
.paso h2 {
    color: #00b451;
    font-size: 22px;
}
.paso .paso-btn {
    padding-bottom: 40%;
    position: relative;
}
.paso .paso-btn .btn-white {
    height: 100%;
    border: 1px solid #00b451;
    box-shadow: none;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.paso .paso-btn .btn-white:hover {
    background-color: #00b451;
    color: white;
}
#reserva-bottom {
    border-top: 5px solid black;
    padding-top: 10px;
    margin-top: 10px;
    display: none;
}
#reserva-bottom .btn-link {
    padding: 0;
}

/*.paso iframe {*/
/*    width: 100%;*/
/*    height: calc(100vh - 164px);*/
/*    border: 0;*/
/*    overflow: auto;*/
/*    display: block;*/
/*}*/
@media (max-width: 991px) {
    .paso .paso-btn .btn-white {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .paso .paso-btn .btn-white {
        font-size: 22px;
    }
}