body {
    background-color: #fafafa;
}

html {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.bg-frontpage {
    background: rgb(157, 13, 42);
    background: radial-gradient(circle, rgba(157, 13, 42, 1) 0%, rgba(157, 13, 42, 1) 21%, rgba(92, 20, 47, 1) 100%);
}

.bg-guinda {
    background-color: #860037;
}

.bg-fucsia {
    background-color: #ff0c54;
}

.bg-turquesa {
    background-color: #00bfae;
}

.bg-amarillo {
    background-color: #FFC002;
}

.bg-morado {
    background-color: #4D1059;
}

.bg-naranja {
    background-color: #F54401;
}

.mask {
    background-image: url("../img/5/1/detalle-fondo.png");
}

h1 {
    font-family: 'Antonio', 'Roboto';
    font-weight: 900;
    color: #860037;
    font-size: 30px;
}

h2 {
    font-family: 'Figtree', 'Roboto';
    font-weight: 500;
    color: #860037;
    font-size: 24px;
}

h3 {
    font-family: 'Antonio', 'Roboto';
    font-weight: 700;
    color: #444;
    font-size: 25px;
}

h4 {
    font-family: 'Figtree', 'Roboto';
    font-weight: 700;
    color: #00bfae;
    font-size: 1.5rem;
}

a {
    color: #00bfae;
}

i {
    padding-left: 5px;
    padding-right: 5px;
}

/* colores de fuentes  */
.fc-turquesa {
    color: #00bfae;
}

.fc-fucsia {
    color: #ff0c54;
}

.fc-guinda {
    color: #860037;
}

.fc-gris {
    color: #666;
}

/* Tamaños de fuentes  */
.f-900 {
    font-size: 0.9rem;
}

.f-800 {
    font-size: 0.8rem;
}

.f-700 {
    font-size: 0.7rem;
}

.msgError {
    color: #ff0c54;
}

.divider {
    height: 0;
    margin: 1rem 0;
    overflow: hidden;
    border-top: 1px solid #bbb;
}

/* Tamaños */
.vh-25 { height: 25vh;}
.vh-50 { height: 50vh;}
.vh-75 { height: 75vh;}
.vh-100 { height: 100vh;}


/* Modificación de Bootstrap  */
.btn-primary {
    background-color: #00bfae;
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #02a99b;
    border-color: transparent;
} 

.btn-secondary {
    background-color: #860037;
    border-color: transparent;
}
.form-group {
    margin-bottom: 0.3rem;
}

/* Modificacion Bootbox */
.bootbox-close-button{
    background-color: transparent;
    border: 0px;
    font-size: 1.5rem;
    font-weight: 600;
}




.nav {
    z-index: 1000;
}

/* Cabecera */
.top-menu {
    background-color: rgba(92, 20, 47, 1);
    width: 100%;
    padding: 5px 15px;
}

.top-menu img {
    max-height: 35px;
    padding: 10px;
}

.top-menu a {
    color: #ffffff;
}

.cabecera {
    width: 100%;
    height: auto;
}

.cabecera img {
    max-width: 100%;
    max-height: 105px;
    padding: 14px;
}

/* Inicio */
.bloque {
    /* background-image: url("../img/3/1/header-bg.png");  */
    background-color: #ff0c54;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 10px;
    border-radius: 8px;
}

.inicio-circulo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15%;
    margin: auto;
    text-align: center;
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    ;
}





/********************************             Tabla General                  *****************************/

.tabla-general {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-size: 0.8rem;
    color: #555;
}

.tabla-general {
    width: 100%;
}

.tabla-general th {
    text-align: center;
    background-color: rgb(232, 235, 240);
    height: 32px;
    border-style: none;
    padding: 5px;
    font-weight: 500;
}

.tabla-general td {
    /* border: 1px solid #ccc; */
    padding: 2px 5px 2px 5px;
}

.tabla-general td input {
    width: auto;
    border: 1px solid transparent;
}

.tabla-general td select {
    width: 100%;
    border: 1px solid transparent;
}

.tabla-general table tfoot td {
    text-align: right;
    padding: 5px;
}
.fila-seleccionada {
    background-color: rgb(178, 202, 247);
    /* background-color: red; */
}

/* Extensiones de Bootstrap */

.w-20 {
    width: 20%;
}




@media (max-width: 767px) {
    .inicio-circulo {
        padding: 7%;
    }
    h3 { text-align: center;}
}

.logo-password {
    max-height: 40vh;
    max-width: 100%;
    width: auto;
}