@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand/Quicksand-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand/Quicksand-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

/*.btn:hover {
    background-color: #00bfff !important;
}*/

.btn-primary {
    background-color: #0080ff !important;
}

h3 {
    font-family: Quicksand !important;
}

h1 {
    font-family: Quicksand !important;
    padding-left: 1rem !important;
    padding-top: 1rem !important;
}

h2 {
    font-family: Quicksand !important;
}

a {
    font-family: Quicksand !important;
}

p {
    font-family: Quicksand !important;
}

/*span {
    font-family: Quicksand !important;
}*/

input {
    font-family: Quicksand !important;
}

text {
    font-family: Quicksand !important;
}

textarea {
    font-family: Quicksand !important;
}

.p-component {
    font-family: QuicksandBold !important;
}

.form-select {
    font-family: Quicksand !important;
}

.p-tabview-title {
    font-family: QuicksandBold !important;
}

.p-tabview-nav-link {
    color: #0080ff;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #0080ff !important;
    border-color: #0080ff !important;
    color: #ffffff !important;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    color: #0080ff !important;
}

.text-primary {
    color: #0080ff !important;
}

.card-title-custom {
    margin-bottom: 5px !important;
    padding-top: 25px !important;
}

.vertical-steps {
    display: flex;
    flex-direction: column;
    color: #0d83f5;
    /* Otros estilos para la orientación vertical */
}
