.push-index {
    height: 50vh;
}

.push-index .btn-cerrar button {
    background: forestgreen url(../../img/otros/flecha-volver.png) no-repeat center;
    width: 40px;
    height: 28px;
    color: white;
    border: none;
    border-radius: 4px;
}

.push-index .btn-cerrar button:hover {
    background-color: #FF9900;
}

.pushbar-es_nav1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prod-es_nav1 ul {
    margin-left: 30px;
}

.push-index .push {
    background-color: black;
    padding: 15px;
}

.push-index .push button {
    margin-right: 40px;
}

.push-index .push-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.push-index .push-brand a {
    color: #25DE1F;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
}

.push-index .push-brand a:hover {
    color: #FF9900;
}

.push-index ul li ul li a {
    color: #222222;
}

.push-index ul li ul li a:hover {
    background-color: green;
    color: white;
}

.push-index .push-paso1 p {
    text-align: justify;
}

.push-index .push-paso1 ul li .btn {
    margin: 10px;
    background-color: black;
    color: white;
    width: 60%;
}

.push-index .push-paso1 ul li .btn:hover {
    background-color: green;
    color: white;
}

.push-index .push-paso1 ul .push-salir {
    margin: 10px;
    background-color: black;
}

.push-index .push-paso1 ul .push-salir a {
    color: white;
}

.push-index .push-paso1 ul .push-salir:hover {
    background-color: red;
    color: white;
}