@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary-font: 'Nunito', sans-serif !important;
    --secondary-font: 'Inter', sans-serif !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.ft-28 {
    font-size: 28px !important;
}

.ft-18 {
    font-size: 18px !important;
}

.ft-16 {
    font-size: 16px !important;
}

.ft-15 {
    font-size: 15px !important;
}

.ft-14 {
    font-size: 14px !important;
}

.ft-13 {
    font-size: 13px !important;
}

.ft-12 {
    font-size: 12px !important;
}

.ft-11 {
    font-size: 11px !important;
}

.ft-10 {
    font-size: 10px !important;
}

.ft-9 {
    font-size: 9px !important;
}

.text-height-0 {
    line-height: 1.2 !important;
}

.text-height-1 {
    line-height: 1.5 !important;
}

.text-height-2 {
    line-height: 2 !important;
}

.text-height-3 {
    line-height: 2.5 !important;
}

.text-height-4 {
    line-height: 3 !important;
}

.text-height-5 {
    line-height: 3.5 !important;
}

.pr-6 {
    padding-right: 6rem;
}

.pr-7 {
    padding-right: 7rem;
}

.pr-8 {
    padding-right: 8rem;
}

.pl-6 {
    padding-left: 6rem;
}

.pl-7 {
    padding-left: 7rem;
}

.pl-8 {
    padding-left: 8rem;
}

body {
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
}

/*Estilos en Formularios*/

/*----------------------------------------------------------------------------*/

#loading {
    display: none;
}

#loading-img {
    display: none;
}

#form-altenativa {
    display: none;
}

#form-pregunta {
    display: none;
}

#alerta-save {
    display: none;
}

#alerta-session {
    display: none;
}

.pregunta-ver {
    font-size: 15px;
}

.form-control {
    font-size: 14px;
    font-weight: 600;
}


/*Estilos Paneles y Tablas----------------------------------------------------*/

/*----------------------------------------------------------------------------*/

.txt-name-photo {
    font-size: 11px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.th-color {
    color: #fff;
    background-color: #002c48;
}

.th-color-2 {
    color: #fff;
    background-color: #452667;
}

.th-color-3 {
    color: #fff;
    background-color: #0f3f4e;
}

.th-color-cell {
    color: #fff;
    background-color: #337ab7 !important;
}

.th-color-cell-2 {
    color: #fff;
    background-color: #7b4d98 !important;
}

.th-color-cell-3 {
    color: #fff;
    background-color: #177a98 !important;
}

code {
    font-size: 80%;
}

div.center {
    text-align: center;
}

div.left {
    text-align: left;
}

div.right {
    text-align: right;
}

.btn-margin {
    margin: 1px;
}

div.list {
    text-transform: capitalize;
}

.text-capitalize{
    text-transform: capitalize;
}

.text-bold {
    font-weight: bold;
}

.form-inline {
    display: inline-block;
}

.v-align {
    vertical-align: middle !important;
}

.text-purple {
    color: #f17ff1 !important;
}

.text-orange {
    color: orange
}