/* push contacto */
.pushbar-es_nav3 .search-ul ul li .a_ia {
    padding: 6px;
}

.pushbar-es_nav3 ul li section {
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #ced4da;
}

@media (max-width:424px) {
    .pushbar-es_nav3 ul li section {
        font-size: 1rem;
        font-weight: 400;
        border: none;
    }

    .pushbar-es_nav3 .nav3_about ul {
        margin-left: 4px !important;
    }
}

.pushbar-es_nav3 a {
    text-decoration: none;
    color: inherit;
}

.pushbar-es_nav3 a:hover {
    color: #026014;
}

/* -- push search -- */
.pushbar-es_nav3 .svg-search svg {
    position: absolute;
    /* top: 148px; */
    top: 102px;
    right: 12%;
    z-index: 10;
}

.pushbar-es_nav3 .btn-cerrar-search button {
    background: forestgreen url(../../img/otros/flecha-regresar.png) no-repeat center;
    width: 40px;
    height: 28px;
    color: white;
    border: none;
    border-radius: 4px;
}

.pushbar-es_nav3 .btn-cerrar-search:hover button {
    background-color: #1c5daf;
}

/* -- push about -- */
.pushbar-es_nav3 .nav3_about {
    width: 98%;
    margin: auto;
}

.pushbar-es_nav3 .nav3_about ul {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: justify;
    text-indent: 12px;
}

.pushbar-es_nav3 .nav3_about .titulo1 {
    font-size: 22px;
    color: #1C5FBA;
    margin-top: 25px;
    margin-bottom: -5px;
    text-align: center;
}

.pushbar-es_nav3 .nav3_about .titulo2 {
    margin-top: 10px;
    font-size: 16px;
    color: #1C5daf;
    /* margin-bottom: 15px; */
}

.pushbar-es_nav3 #inputBusqueda {
    height: 36px;
}

/* -- Modal pais style bueno -- */
.pushbar-es_nav3 {
    /* min-width: 360px !important; */
    max-width: 767px;
    margin: auto;
}

/*
@media (max-width:424px) {
    .pushbar-es_nav3 {
        width: 360px !important;
    }
}
*/

.pushbar-es_nav3 .btn-cerrar .btn-about,
.pushbar-es_nav3 .btn-cerrar .btn-pais,
.pushbar-es_nav3 .btn-cerrar button {
    width: 40px;
    height: 28px;
    color: white;
    border: none;
    border-radius: 4px;
}

.pushbar-es_nav3 .btn-cerrar:hover button {
    background-color: #1c5daf;
}

.pushbar-es_nav3 .btn-cerrar .btn-about {
    background: forestgreen url(../../img/otros/flecha-volver-up.png) no-repeat center;
}

.pushbar-es_nav3 .btn-cerrar .btn-pais {
    background: forestgreen url(../../img/otros/flecha-volver.png) no-repeat center;
}

.pushbar-es_nav3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pushbar-es_nav3 .push {
    background-color: black;
    padding: 15px;
}

.pushbar-es_nav3 .push button {
    margin-right: 40px;
}

.pushbar-es_nav3 .push-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pushbar-es_nav3 .push-brand a {
    color: #25DE1F;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
}

.pushbar-es_nav3 ul li ul li a {
    color: #222222;
    margin: 4px;
}

.pushbar-es_nav3 ul li ul li a:hover {
    color: white;
    background-color: #1C5FBA;
    padding: 4px;
    margin: 0;
    border-radius: 4px;
}