/* ------- Menu Css MiniSite -------
  1. Import
  2. STYLE NAV SIDEBAR SELECTOR DE TRAMITE
   2.1 Main-menu
   2.2 Hamburger
  3. Body
    3.1 slider-body
    3.2 Destacados
    3.3 contenido-body
  4. footer
   4.1 Main-menu-footer
   4.2 networks-footer
*/


/* 1. Import */


/* 1.  the end Import */


/* ============================== */


/* STYLE NAV SIDEBAR

SELECTOR DE TRAMITE*/


/* ============================== */

#selectores {
    position: fixed;
    z-index: 1100;
    transition: all .25s ease-out;
    background-position: 0 0;
    cursor: pointer;
    border: 0px solid black;
    border-radius: 2px;
    transform: rotate(-90deg);
    animation: mymove 5s infinite;
    top: 34.7rem;
    right: -90px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

#selectores img {
    transform: rotate(90deg);
    animation: mymove 5s infinite;
    vertical-align: middle;
}

#selector-tramites {
    background-color: #ffca4f;
}

#selector-accesibilidad {
    background-color: #ffca4f;
}


/* ============================== */


/* menu-selector */


/* ============================== */

.menu-selector-tramites {
    overflow: auto;
    padding: 13px;
    position: fixed;
    width: 0px;
    height: 100%;
    background: linear-gradient(to right, rgba(28, 28, 125, 1) 0%, rgba(28, 28, 125, 1) 0%, rgba(28, 28, 125, 1) 17%, rgba(13, 13, 48, 1) 100%);
    -webkit-text-fill-color: #fff;
    z-index: 1100;
    transition: all .25s ease-out;
    top: 0;
    right: -26px;
}

.menu-selector-tramites ol li {
    display: flex;
    border-bottom: 1px solid #4a4c87;
    padding: 6px;
}

.menu-selector-tramites ol.list-group {
    width: 289px !important;
}

.menu-selector-tramites ol li span.tramites-servicios-iconos img {
    margin: 5px;
}

.menu-selector-tramites ol li div.enlaceTramitesServicios {
    margin-left: 1rem;
}

.menu-selector-tramites ol li div.enlaceTramitesServicios a {
    color: white;
    letter-spacing: 0.2px;
}

@media (min-width: 1350px){

#selectores {
        top: 18.6rem!important;
}

}

@media screen and (max-width: 992px){
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
#selectores {
    color: transparent;
    top: 18.6rem;
    padding-left: 0.5rem;
}
#selector-tramites p strong {
    font-size: 1.2rem;
    -webkit-text-fill-color: black;
}
}
@media (min-width: 350px){
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

@media screen and (max-width: 991px) {
#selector-tramites img {
        height: 14px!important;
        width: 14px!important;
}
#selector-tramites .flecha{
    height: 10px !important;
    width: 7px !important;
}
.menu-selector-tramites ol li span.tramites-servicios-iconos img {
    margin: 3px;
    max-width: 49%;
}
.menu-selector-tramites ol{
    font-size: 1.1rem !important;
}
.menu-selector-tramites ol li {
   
    padding: 5px;
}
} 