/* seccion pushbar productos izquierdo y respuesta */
.pushbar-es_nav1 {
    width: 520px !important;
}

.pushbar-es_nav1 .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;
}

.pushbar-es_nav1 .btn-cerrar button:hover {
    background-color: #1c5daf;
}

.pushbar-es_nav1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prod-es_nav1 ul {
    margin-left: 30px;
}

.prod-es_nav1 ul li ul li {
    margin-left: -30px;
}

.pushbar-es_nav1 .push {
    background-color: black;
    padding: 15px;
}

.pushbar-es_nav1 .push button {
    margin-right: 40px;
}

.pushbar-es_nav1 .push-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pushbar-es_nav1 .push-brand a {
    color: #25DE1F;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
}

.pushbar-es_nav1 .push-brand a:hover {
    color: white;
}

.pushbar-es_nav1 ul li ul li a {
    color: #222222;
}

.pushbar-es_nav1 ul li ul li a:hover {
    background-color: #1C5FBA;
    width: 90%;
    color: white;
}

/* -- user registracion y salir -- */
.pushbar-es_nav1 .push-paso1 p {
    text-align: justify;
    margin-top: -24px;
}

.pushbar-es_nav1 .push-paso1 ul li .btn {
    margin: 10px;
    background-color: black;
    color: white;
    width: 60%;
}

.pushbar-es_nav1 .push-paso1 ul li .btn:hover {
    background-color: green;
    color: white;
}

.pushbar-es_nav1 .push-paso1 ul .push-salir {
    margin: 10px;
    background-color: black;
}

.pushbar-es_nav1 .push-paso1 ul .push-salir a {
    color: white;
}

.pushbar-es_nav1 .push-paso1 ul .push-salir:hover {
    background-color: red;
    color: white;
}

/* -- boton x close -- */
.pushbar-es_nav1 .push-brand {
    height: 7vh;
}

.pushbar-es_nav1 .push-brand a {
    display: flex;
    vertical-align: middle;
    text-align: center;
}

.pushbar-es_nav1 .svg-icon {
    color: white;
    border: solid green 1px;
    box-sizing: border-box;
    width: 100%;
    padding: 2px;
    margin-left: 40px;
    height: auto;
}

.pushbar-es_nav1 .svg-icon:hover {
    border: solid white 1px;
}

/*-- push about --*/
.nav1_about {
    width: 98%;
    margin: auto;
}

.pushbar-es_nav1 .nav1_about ul {
    margin-left: 15px;
    margin-right: 15px;
    overflow-y: auto;
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 12px;
}

.pushbar-es_nav1 .nav1_about .titulo1 {
    font-size: 22px;
    color: #1C5FBA;
    margin-top: 25px;
    margin-bottom: -5px;
    align-items: center;
}

.pushbar-es_nav1 .nav1_about .titulo2 {
    font-size: 18px;
    color: #1C5FBA;
    margin: 20px;
    align-items: center;
}

.pushbar-es_nav1 .nav1_about ul li p a {
    color: #1C5FBA;
    font-weight: 500;
    text-decoration: none;
}

.pushbar-es_nav1 .nav1_about ul li p a:hover {
    text-decoration: underline;
}