html {
  font-size: 14px;
  font-family: Calibri;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        font-family: Calibri;
    }
}

body {
    background-color: white;
    /*background-image: url('../imagenes/imagen_oscura2.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.barracolor1 {
    background-color: black;
    color: white;
}

.barracolor2 {
    background-color: #ff7b00;
    color: white;
}

.barracolor3 {
    background-color: black;
    color: white;
}

.letra {
    font-family: Calibri;
    font-size: 12px;
}

.imagent {
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height:700px;
    text-align:center;
}

.imagent_V2 {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 150px;
    border-radius: 10px;
    text-align: center;
}


.imagent_mobile {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    border-radius: 0px;
    text-align: center;
}


.imagenCircular {
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    align-self:center;
}

.imagenCircular-140 {
    width: 140px;
    height: 140px;
    border-radius: 1000px;
    align-self: center;
}

.imagenCircular-200 {
    width: 200px;
    height: 200px;
    border-radius: 1000px;
    align-self: center;
}
.imagenCircular-150 {
    width: 200px;
    height: 200px;
    border-radius: 1000px;
    align-self: center;
}

.imagenCircular-15 {
    width: 15px;
    height: 15px;
    border-radius: 1000px;
    align-self: center;
}

.imagenCircular-40 {
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    align-self: center;
}

.imagenCircular-60 {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    align-self: center;
}

.imagenCircular_V100 {
    border-radius: 25px;
    align-self: center;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.btn-custom {
    /*background-color: #888888;
    border-color: #7b7b7b;
    color: #FFFFFF;*/

    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;

    text-decoration: none;
    font-size: 12px;
    padding: 8px;
    text-align: center;
}
.btn-successs {
    background-color: #221414;
    border-color: blue;
    color: white;
}

.colorMenu {
    background-color: white;
    /*border-color: #fff;*/
    color: white;
    background-color: #fff;
    background-clip: border-box;
    border: 1.5px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.btn-exportar-excel {
    background-color: #198754 !important;
    color: white !important;
    font-family: Calibri;
    font-size: 14px;
}

.centrado {
    text-align: center;
}
