html {
  font-size: 18px !important;
}

body {
  color: #404050 !important;
  font-family: 'PT Sans';
  font-size: 18px !important;
  font-style: normal;
  margin-top: 0;
}

h1 {
  font-weight: bold;
  font-size: 1.75rem;
  font-style: italic;
}


h2 {
  color: #424c90;
  font-weight: bold;
  font-size: 1.5rem;
  font-style: italic;
}

h3 {
  font-weight: bold;
  font-size: 1.25rem;
  font-style: italic;
}

/* ============
START FONT SIZE
============ */
.font-1-size {
  font-size: 1em;
}

.font-1-5-size {
  font-size: 1.5em;
}

.font-2-size {
  font-size: 2em;
}

.font-2-5-size {
  font-size: 2.5em;
}

.font-3-size {
  font-size: 3em;
}

.font-3-5-size {
  font-size: 3.5em;
}

.font-4-size {
  font-size: 4em;
}

.font-4-5-size {
  font-size: 4.5em;
}

.font-5-size {
  font-size: 5em;
}

.font-5-5-size {
  font-size: 5.5em;
}

.font-6-size {
  font-size: 6em;
}

.font-6-5-size {
  font-size: 6.5em;
}

.font-7-size {
  font-size: 7em;
}

/* ==========
END FONT SIZE
========== */

/* =============
START FONT COLOR
============= */
.font-scjn-color {
  color: #24135f !important;
}
.font-gray-color {
  color: #8b8c98 !important;
}

/* ===========
END FONT COLOR
=========== */

/* ================
START SCROLL TO TOP
================ */
#scroll-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30%;
  right: 10%;
  display: none;
  background: #24135f;
  padding: 10px 0;
  overflow: hidden;
  z-index: 999;
}

#scroll-to-top:hover,
#scroll-to-top:focus,
#scroll-to-top:active {
  outline: 2px solid #24135f;
  outline-offset: 2px;
  cursor: pointer;
}

#scroll-to-top>em {
  color: #FFF;
  text-align: center;
  font-size: 40px;
}

/* ==============
END SCROLL TO TOP
============== */

/* ========
START FORMS
======== */
button.btn {
  font-size: 1rem;
}

button.btn-default {
  color: #FFFFFF;
}

button.btn {
  background-color: #24135F;
  border-color: #24135F;
  border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #1c0f4c;
  border-color: #1c0f4c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #24135f4a;
}

.btn-primary:hover {
  background-color: #1c0f4c;
  border-color: #1c0f4c;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #24135f4a;
}

a.btn-primary {
  background-color: #24135F;
  border-color: #24135F;
  border-radius: 0;
  color: #fff;
}

/* form */
.form-control:focus {
  color: #000000;
  border-color: #24135f4a;
  box-shadow: 0 0 0 0.2rem #24135f4a;
}

.form-control,
.form-select {
  border-color: #000000;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  font-size: 1em;
  min-height: 2.3em;
}

.form-row .form-actions {
  align-self: center !important;
}

/* select */
.select-wrapper:after {
  color: #24135F;
}

/* label */
label {
  margin-bottom: 0;
}

/* input */
input.form-control {
  border-radius: 0;
}

/* ======
END FORMS
====== */


/* ========
START VIEWS
======== */
.view .view-content>.views-row.item-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8dbeb;
}

/* edit button */
.views-field.views-field-edit-node a,
.views-field-edit-taxonomy-term a {
  color: #272727;
  background-color: #E6E6E6;
  border-radius: .2rem;
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: 15px 0;
}

/* paginator */
.page-item.active .page-link {
  background-color: #4c4b64;
  border-color: #4c4b64;
}

.page-link,
.page-link:hover,
.page-link:active,
.page-link:focus {
  color: #4c4b64;
}

/* see more */
a.see-more {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
  border-radius: 0.8rem;
  background-color: #6672c6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* ======
END VIEWS
====== */

/* ========================
  inicio de sesión keycloak
======================== */
div.block-openid-connect-login {
  border: 1px solid #6672c6;
  padding: 30px;
  margin-top: 50px;
}
