*:focus-visible {
    outline: 2px solid rgb(0, 0, 0) !important;

}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Nunito_Sans-Bold' !important;
}

 body, p,a{
	font-family: 'Verdana-Regular' !important;
}

.text-control-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-control-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Estilos de controles de banner  */

.control-buttom {
    text-shadow: 2px 2px 8px #000000;
}

.swiper-button-play:hover,
.swiper-button-pause:hover {
    color: rgb(0, 54, 21);
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #FFF;
}



.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 2px 2px 8px #000000;
}


/* cabecera  */

/* main navigation active  */
a.nav-item.nav-link.dir-menu-govco.is-active {

    background-color: #1c4780 !important;
    color: #FFFFFF !important;
}

a.dropdown-item.is-active {
    background-color: #1c4780 !important;
    color: #ffffff !important;
    font-family: WorkSans-Medium;
}

a.dropdown-item.is-active:visited {
    background-color: #1c4780 !important;
    color: #ffffff !important;
    font-family: WorkSans-Medium;
}

/* COMPONENTES  */

/* CARDS */

.tarjeta-govco.horizontal-tarjeta-govco {
    height: 10rem !important;
}

.body-tarjeta-govco {
    padding: 1.5rem !important;


}

@media (max-width: 376px) {

    .body-tarjeta-govco {
        padding: 1.0rem !important;
    }

    .container-img-tarjeta-govco {
        max-width: 90px !important;
    }

}





/* VOLVER ARRIBA  */

.volver-arriba-govco:hover {
    transform: translateX(0%);
}

.volver-arriba-govco:focus {
    transform: translateX(0%);
}

.navbar-brand img {
    height: 56px;
    margin: 0;
    width: auto;
}
@media (min-width: 992px) {
    .navbar-brand img {
      height: 70px;
    }
  }

   footer {
   padding: 0 !important; 
}