
.body {
    font-family: 'Poppins';font-size: 58px;
}
.fondo{

    /* background: url('../img/FondoLTC.png'); */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* width: 100%;
    height: auto; */
}
/* @supports(object-fit: cover){
    .fondo img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
} */

/* carta */
.contenido{
    opacity: .9;
}

/* Color a texto de carta  */
.card-header{
    color: #1b2f51;
    font-weight: bold;
    font-size: 1.5rem;
}

/* Color a texto activo de breadcrumb */
.breadcrumb >.active {
    color: black;
 }


/* cambiar el color de texto */
nav.navbar ul li p{
    color: #696464 !important;
    font-weight: bolder;
}

/* cambiar el color de fondo a la barra */
nav.navbar {
    background-color: #ffffff;
}

.botonformularios{
    color: black;
    background-color:#94989e;
    text-decoration: none;

}
.botonformularios:hover{
    background-color: #1b2f51;
    color: #d7d8d9;

}


/* Color footer */
.text-center{
    color: #696464 !important;
    font-weight: bolder;

}

.colorfooter{
    margin-top: auto;
    /* background-color:#94989e ; */
}


nav.navbar a img{
    width: 10;
}
