@font-face {
  font-family: "ComicNeue";
  src: url(../fonts/ComicNeue-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-Regular.ttf) format("truetype");
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  word-wrap: break-word;
}

body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../img/low-contrast-opacity.png");
}

ul li,
ol,
p,
span,
a,
input,
textarea,
select {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.navbar-brand,
#accordion-box .accordion-button,
.accordion-item a,
.section-title,
.btn-nav,
.section-banner,
.footer-text,
.footer-text a,
.tooltip,
.btn-section,
.index-menu-box a {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.35em;
}

h3 {
  font-size: 1.1em;
  padding-top: 15px;
  padding-bottom: 10px;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.8em;
}

hr {
  border-top: 1px solid #e29a0f;
}

ul {
  list-style: none;
}

.main-section ul li:not(ol li, .nav-tabs li)::before {
  content: "■";
  color: #363636;
  font-size: 0.8em;
  display: inline-block;
  width: 1.8em;
  margin-left: -1.8em;
}

.main-section ul.check-list li:not(ol li)::before {
  content: "✓";
}

button.nav-link {
  color: #1b141c;
  text-underline-offset: 3px;
}

a {
  color: #d8503d;
  text-decoration: none;
}

a:hover {
  color: #5d4d4c;
  text-decoration: underline;
}

a:disabled {
  color: #99b3cb;
}

a:active {
  color: #af0c24;
}

.main-section {
  font-size: 1.2em;
}

.main-section li {
  margin-bottom: 0.5em;
}

.back-to-top {
  position: fixed;
  opacity: 0;
  right: 30px;
  bottom: 120px;
  z-index: 99;
  font-size: 1em;
  width: 50px;
  height: 50px;
}

.back-to-top::after {
  position: relative;
  content: "";
  background: url(../icons/arrow-up.svg) no-repeat;
  width: 55px;
  height: 55px;
  margin: auto;
}

.btn-to-top {
  background-color: #efa962;
  color: #1b141c;
  text-decoration: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/*** Navbar ***/

.navbar {
  position: fixed;
  z-index: 90;
  width: 100%;
  font-size: 1em;
  font-size: 1em;
  height: 40px;
  max-height: 130px;
  box-sizing: unset;
  background-color: #06375b;
  background-image: url("../img/low-contrast-linen.png");
  justify-content: center;
  font-style: italic;
  border-bottom: solid 4px #1b141c;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
  text-decoration: underline;
}

.navbar-expand-lg .navbar-collapse {
  position: relative;
  top: -10px;
  right: -20px;
}

.navbar .navbar-nav {
  position: relative;
}

.navbar .dropdown-menu h2 button {
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  position: relative;
  border: none;
  content: "";
  background: url(../icons/caret-down.svg) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
  color: #41e2ba;
  top: -2px;
}

.navbar .nav-item .dropdown-menu,
.navbar .nav-item .dropdown-item {
  color: #26528b;
  border-bottom: 1px solid #26528b;
}

.navbar .nav-item .dropdown-menu,
.navbar .nav-item .dropdown-item-last {
  border-bottom: none;
}

.navbar .nav-item .dropdown-menu {
  --bs-dropdown-bg: none;
  --bs-dropdown-link-hover-bg: none;
  --bs-dropdown-link-active-bg: none;
}

.navbar .nav-item .dropdown-toggle:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.navbar-toggler-icon {
  background: url(../icons/btn-menu.svg) no-repeat center;
  height: 2.5em;
  width: 2.5em;
  margin: 6px;
}

.active .navbar-toggler-icon {
  background: url(../icons/close.svg) no-repeat center;
  height: 2.5em;
  width: 2.5em;
  margin: 10px;
}

.navbar-brand {
  position: absolute;
  color: #1b141c;
  font-size: 1.2em;
  text-align: center;
  margin: auto;
  margin-left: -40px;
}

.navbar-brand:hover {
  text-decoration: none;
}

.pdf-icon {
  position: relative;
  height: 60px;
  margin-right: 10px;
}

/*** Tabs ***/

.icon-tab {
  position: relative;
  height: 30px;
  margin-right: 10px;
}

.nav-tabs {
  list-style: none;
  border-bottom: none;
}
.nav-tabs li::before {
  content: "";
}

.nav-tabs .nav-link {
  position: relative;
  border: none;
  width: auto;
  min-width: 150px;
  font-size: 1em;
  color: #6d5632;
  border-radius: 0px;
  background-color: #ffbe00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 2px;
}

.nav-tabs .nav-link:hover {
  background-color: #ffd264;
}

.nav-tabs .nav-link.active {
  background-color: #1b141c;
  color: #fff;
  border-bottom: solid 3px #e29a0f;
}

.tab-content {
  padding: 40px 20px 20px 20px;
  border: 1px solid #e29a0f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
  background: #fffbed;
  position: relative;
  top: -10px;
}

.text-quote {
  font-style: italic;
  font-size: 1.1em;
  text-align: center;
  margin: 20px;
  border: 1px solid #e29a0f;
  padding: 10px;
  background: #fffbed;
  border-radius: 2px;
}

.foot-note {
  font-size: 0.8em;
  text-align: left;
  margin: 20px;
}

/*** Accordion ***/

#accordion-box table {
  --bs-accordion-bg: none;
  min-width: 250px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

#accordion-box {
  --bs-accordion-bg: none;
  min-width: 250px;
  font-family: "Courier New", Courier, monospace;
}

#accordion-box .accordion-item {
  background-color: none;
  border: 0px solid #31282a;
  margin: 10px;
}

#accordion-box .accordion-item a:hover {
  text-decoration: underline;
}

#accordion-box .accordion-body,
#accordion-box .accordion-section-body {
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  padding-top: 30px;
  background-color: #cdb282;
  background-image: url("../img/low-contrast-opacity.png");
  border: 1px solid #31282a;
  border-top: none;
  margin-left: 10px;
}

#accordion-box .accordion-section-body {
  background-color: #ede6c8;
}

#accordion-box .accordion-body a {
  word-wrap: break-word;
}

#accordion-box .accordion-button,
#mnu-secc0 {
  background-color: #efa962 !important;
  color: #000;
  box-shadow: none;
  font-size: 0.85em;
  padding-left: 50px;
  border: 1px solid #31282a;
}

.dropdown-item {
  margin-bottom: 10px;
}

#mnu-secc0 {
  position: relative;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
}

.vr-separator {
  border-right: 2px solid none;
  height: 26px;
  position: relative;
  margin-right: 5px;
  top: 8px;
}

#accordion-box .accordion-button.collapsed::after,
#sub-accordion-box .sub-accordion-button.collapsed::after {
  position: relative;
  right: 0px;
  background: url("../icons/plus.svg") no-repeat;
  height: 20px;
  width: 20px;
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
  position: absolute;
  left: 10px;
}

#accordion-box .accordion-button::after {
  background: url("../icons/minus.svg") no-repeat;
  height: 20px;
  width: 20px;
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
  position: absolute;
  left: 10px;
}

#accordion-box .sub-accordion-button {
  font-size: 1.4em;
}

#sub-accordion-box .accordion-item {
  background-color: none;
  border: 1px solid #ccc;
}

/*** Main Banner ***/

.main-banner-box {
  position: relative;
  color: #fff;
  aspect-ratio: 2.45 / 1;
  background-size: cover;
  justify-content: center;
  border: 4px solid #1b141c;
  width: 100%;
  margin: 70px 0px 10px 0px;
  background: url("../content/img/main-banner.jpg") no-repeat center #e29a0f;
  background-size: 100% auto;
}

.index-menu-box {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  line-height: 45px;
}

.lbl-option {
  display: none;
}

.menu-col2 {
  position: relative;
  left: -38px;
}

.index-menu-item {
  position: relative;
  background-color: #efa962;
  border: 2px solid #1b141c;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.3em;
  text-decoration: none;
  width: 100%;
  color: #1b141c;
  font-weight: bold;
}

.index-menu-item:hover {
  cursor: pointer;
  background-color: #ede6c8;
  color: #1b141c;
  text-decoration: none;
}

#index-menu-item-first {
  border-right: none;
}

.presentation-box {
  position: relative;
  margin: auto;
  max-width: 100%;
  min-width: 300px;
  height: auto;
  margin-top: 100px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  color: #fff;
  padding: 15px 40px 15px 40px;
  border-radius: 4px;
  z-index: 1;
}

.index-container {
  position: relative;
  min-height: 1600px;
}

.menu-galley-box {
  position: relative;
}

.bg-index-decoration {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

#bg-index-box-1 {
  position: absolute;
  background-color: #95c3ce;
  width: 100%;
  height: 300px;
  rotate: 8deg;
  top: 20px;
  z-index: 0;
}

#bg-index-box-2 {
  position: absolute;
  background-color: #06375b;
  width: 100%;
  height: 300px;
  rotate: -5deg;
  top: 0px;
  z-index: 0;
}

#carousel-box-1 {
  position: relative;
  width: 100%;
  rotate: -4deg;
  z-index: 0;
  margin-bottom: 90px;
}

#carousel-box-2 {
  position: relative;
  width: 100%;
  rotate: -4deg;
  z-index: 0;
}

/* -- Owl Carousel -- */

.owl-carousel#index-carousel-1 {
  position: relative;
  padding: 20px;
  background-color: #a69c83;
  background-image: url("../img/low-contrast-linen.png");
  border: 4px solid #1b141c;
}

.owl-carousel#index-carousel-2 {
  position: relative;
  padding: 20px;
  background-color: #cdb282;
  background-image: url("../img/low-contrast-linen.png");
  border: 4px solid #1b141c;
}

.owl-carousel img {
  border: 2px solid #1b141c;
}

.owl-dots {
  display: flex;
  position: relative;
  width: 50%;
  justify-content: center;
  margin: auto;
}

.owl-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  background: #d8503d !important;
  border-radius: 50%;
  margin: 30px 5px 10px 0px;
}

.owl-dots button.active {
  background: #af0c24 !important;
}

.owl-nav {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  bottom: 20px;
  left: 0px;
}

.owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #1b141c !important;
  background: #ede6c8 !important;
  margin: 0px 20px 0px 20px;
}

.owl-nav button:hover {
  background: #1b141c !important;
  color: #ede6c8 !important;
}

.owl-nav button span {
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
}

.image-title {
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 3px 6px 3px 6px;
  border: 3px solid #1b141c;
  font-family: "ComicNeue", Tahoma, Verdana, sans-serif;
  background: #fff;
  bottom: 10px;
  left: 10px;
  color: #1b141c;
  font-weight: bold;
  box-shadow: 3px 3px 2px #000;
}

.speech-bubble {
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 3px 6px 3px 6px;
  border: 0px solid #1b141c;
  font-family: "ComicNeue", Tahoma, Verdana, sans-serif;
  background: #fff;
  bottom: 10px;
  left: 10px;
  color: #1b141c;
  font-weight: bold;
  box-shadow: 4px 4px 4px #1b141c;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  top: -1;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.719em solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  border-right: 0;
  margin-left: -0.359em;
  margin-top: -0.719em;
}

/* -- Accordion -- */

.main-section .accordion-header {
  height: auto;
  margin: auto;
}

#sub-accordion-box .accordion-item .accordion-header {
  min-height: 60px;
  height: auto;
}

.dark-text {
  color: #41434a !important;
}

/*** Main Section ***/

.main-section {
  position: relative;
  height: auto;
  min-height: auto;
  color: #2b2d42;
  background-color: transparent;
}

.index-section {
  position: relative;
  margin-top: 100px;
}

.index-title-container,
.section-title-container {
  position: absolute;
  width: auto;
  height: auto;
  padding: 45px;
  text-align: center;
  z-index: 2;
  line-height: 1.3em;
  max-width: 350px;
}

#index-title-container-1 {
  background: url("../img/index-title-1.png") no-repeat center;
  background-size: contain;
  top: -60px;
  left: 20px;
}

#index-title-container-2 {
  background: url("../img/index-title-2.png") no-repeat center;
  background-size: contain;
  top: -80px;
  right: 20px;
}

.section-title {
  position: relative;
  font-size: 1.2em;
}

#section-title-container .section-title {
  top: 5px;
}

.index-title-container .section-title {
  top: -10px;
}

#section-title-container {
  background: url("../img/title-section.png") no-repeat center;
  background-size: contain;
  top: -100px;
  left: 20px;
  rotate: 4deg;
}

.icon-title-secc {
  width: 100%;
}

.content-text {
  position: relative;
  margin-top: 30px;
  padding: 50px 20px 10px 20px;
}

.section-nav-box {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ede6c8;
}

.img-header-secc {
  position: absolute;
  width: 260px;
  right: 0;
  top: -40px;
  background-color: #fff;
}

.main-section .img-content {
  border: 0px solid #ffd264;
  margin: 20px auto 20px auto;
  padding: 10px;
  background-color: transparent;
  width: 100%;
  border-radius: 4px;
}

.btn-section,
.btn-evaluation {
  position: relative;
  background-color: #ede6c8;
  color: #1b141c;
  font-size: 1.15em;
  text-decoration: none;
  height: 60px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0px 20px 0px 20px;
  margin: auto;
  z-index: 1;
  border: 2px solid #1b141c;
  min-width: 180px;
  max-width: 250px;
  margin-top: 50px;
  font-family: "ComicNeue", Tahoma, Verdana, sans-serif;
}

.btn-section:hover,
.btn-evaluation:hover {
  background-color: #efa962;
  text-decoration: none !important;
  color: #1b141c;
}

.btn-evaluation {
  border: none;
  box-shadow: none;
}

.btn-nav {
  width: 170px;
  background-color: #ede6c8;
  box-shadow: none;
  font-size: 1.3em;
  padding-left: 10px;
  padding-right: 10px;
  color: #1b141c;
}

.btn-nav img {
  width: 15px;
}

p.sang-frances {
  text-indent: -50px;
  position: relative;
  padding-left: 60px;
}

p.sang-normal {
  text-indent: 0px;
  position: relative;
  padding-left: 60px;
}

.section-banner {
  position: relative;
  color: #fff;
  min-height: 190px;
  aspect-ratio: 2.45 / 1;
  justify-content: center;
  border: 4px solid #1b141c;
  width: 100%;
  margin-top: 70px;
  background-color: #ede6c8;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#section-banner-secc1 {
  background-image: url("../content/img/banner-secc1.jpg");
}

#section-banner-secc2 {
  background-image: url("../content/img/banner-secc2.jpg");
}

#section-banner-secc3 {
  background-image: url("../content/img/banner-secc3.jpg");
}

#section-banner-secc4 {
  background-image: url("../content/img/banner-secc4.jpg");
}

#section-banner-secc5 {
  background-image: url("../content/img/banner-secc5.jpg");
}

#section-banner-secc6 {
  background-image: url("../content/img/banner-secc6.jpg");
}

#section-banner-secc7 {
  background-image: url("../content/img/banner-secc7.jpg");
}

#section-banner-secc8 {
  background-image: url("../content/img/banner-secc8.jpg");
}

#section-banner-secc9 {
  background-image: url("../content/img/banner-secc9.jpg");
}

#section-banner-secc10 {
  background-image: url("../content/img/banner-secc10.jpg");
}

.section-box {
  padding: 25px;
}

.secc-box-reflex {
  border: 2px solid #26528b;
}

/*** Footer ***/
.footer {
  position: relative;
  bottom: 0;
  background: #31282a;
  color: #ede6c8;
  height: 50px;
  background-size: cover;
  background-position: center;
  font-size: 1em;
  z-index: 3;
}

.footer a {
  color: #ede6c8;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/*** Video Responsive ***/

.video-responsive-box {
  padding: 56.25% 0 0 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iframe-responsive-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** Scroll Bar ***/

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1b141c transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 18px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #1b141c;
  border-radius: 20px;
  border: 6px solid transparent;
}

.loader {
  position: fixed;
  margin: 20px;
  border: 8px solid #00123a;
  border-top: 8px solid #1b141c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  z-index: -1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-- Anims --*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* -- Tamaño de resolución -- */

@media (max-width: 1019px) {
  .index-container {
    min-height: 1400px;
  }
}

@media (max-width: 700px) {
  .main-section p {
    font-size: 1em;
  }

  .main-section #accordion-box .accordion-button {
    font-size: 0.65em;
  }

  #sub-accordion-box .accordion-item .accordion-header {
    font-size: 1.3em;
  }

  .content-text {
    padding: 50px 5px 10px 5px;
  }

  #btn-sidebar-open {
    right: 60px !important;
  }

  .index-container {
    min-height: 1200px;
  }
}

@media (max-width: 575px) {
  .main-section p,
  .main-section li,
  .main-section a,
  .main-banner-box p {
    font-size: 0.85em;
  }

  .content-text {
    padding: 50px 0px 10px 0px;
  }

  #btn-sidebar-open {
    right: 60px !important;
  }

  .section-title {
    font-size: 1em;
  }

  .index-container {
    min-height: 1100px;
  }
}

@media (max-width: 991.98px) {
  #btn-sidebar-open {
    right: 60px !important;
  }

  .index-container {
    min-height: 1300px;
  }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 290px;
  position: fixed;
  top: 0;
  right: -290px;
  height: 100vh;
  z-index: 999;
  background: #ede6c8;
  transition: all 0.3s;
  overflow: hidden;
}

#sidebar.active {
  right: 0;
}

.sidebarCollapse {
  position: absolute;
  background: transparent;
  top: 0px;
  border-radius: 0px;
  right: 100px;
  z-index: 2;
  border: 0px solid #f00;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#btn-sidebar-close {
  left: -130px;
}

#sidebar .sidebar-header {
  position: relative;
  padding: 25px 0px 15px 0px;
  left: 70px;
  color: #17a2b8;
  font-size: smaller;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li a {
  padding: 15px;
  font-size: 1em;
  display: block;
  padding-left: 80px;
  font-weight: bold;
}

#sidebar .desplegable-menu a {
  font-weight: normal;
}

#sidebar ul li a:hover {
  text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  text-decoration: none;
  text-decoration-color: #212529;
}

a[data-toggle="collapse"] {
  position: relative;
  padding-left: 50px;
}

#sidebar ul li .desplegable-menu li a {
  padding-left: 50px;
  border-bottom: none;
  line-height: 50%;
}

#sidebar ul li .desplegable-menu li {
  padding-left: 20px;
}

.mnu-item-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

/* -- Tooltip -- */

.tooltip .tooltip-inner {
  background-color: #fff;
  min-width: 250px;
  color: #1b141c;
  font-size: 1.5em;
  padding: 20px;
  box-shadow: 2px 2px 10px #b47902;
  border-top: solid #e29a0f 4px;
  border-radius: 35px;
}

.tooltip .tooltip-inner div {
  display: flex;
  flex-wrap: wrap;
}

.tooltip .tooltip-inner p {
  text-align: center;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fff;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #fff;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #fff;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #fff;
}

/* -- Evaluation -- */

.icon-eval-box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center;
  vertical-align: middle;
  flex-wrap: wrap;
}

.icon-eval {
  position: relative;
  width: 130px;
  height: 130px;
  min-width: 130px;
  border: none;
  margin: 8px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  padding-top: 10px;
  font-weight: bold;
}

.label-eval-icon {
  font-size: 2.2em;
}

.text-eval-icon {
  display: block;
  position: relative;
  font-size: 0.95em;
  line-height: 100%;
}

#icon-eval-sp {
  background: #ff720c;
}

#icon-eval-sr {
  background: #46dc64;
}

/* -- Custom Radio & Tables -- */

/* ------ Tables ------- */

.lbl-table,
#accordion-box .lbl-table {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 15px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

thead tr td {
  background: #efa962;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
}

.tbl-first-column {
  background: #f9e4d2;
  font-weight: bold;
}

tr td {
  border: 1px solid #31282a;
  padding: 2px;
  height: 35px;
  min-height: 35px;
  vertical-align: middle;
  font-size: 0.9em;
  background: #ededed;
  max-width: 500px;
}

tr td a {
  word-wrap: break-word;
}

.last-table-row {
  background-color: #e6e6e6;
  font-weight: bold;
}

.main-wrapper {
  width: 100%;
  border: 0px solid #b0b0b0;
  overflow-x: visible;
  padding: 2px;
  box-sizing: border-box;
  overflow: auto;
  min-width: 200px;
}

.responsive-table {
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
}

.responsive-table > table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table > table td,
th {
  padding: 8px;
}

.main-thead td {
  text-align: center;
}

.sub-thead {
  text-align: center;
  background-color: #dadada;
  font-weight: bold;
  vertical-align: middle;
}

/* -- Details & Summary -- */

details {
  border: 1px solid #ffd764;
  padding: 0.5em 0.5em 0;
  background: #fffbed;
  margin-bottom: 10px;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  background: #fffbed;
}

details[open] {
  padding: 1.3em;
}

details[open] summary {
  border-bottom: 1px solid #ffd764;
  margin-bottom: 0.5em;
  background: #fffbed;
}

.sm-text {
  font-size: 1.1em;
}
