/*!
 * Start Bootstrap - Bolsa Theme v0.0.1 ()
 * Copyright 2013-2024 
 * Licensed under UNLICENSED (https://github.com/StartBootstrap/bolsa-theme/blob/master/LICENSE)
 */

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
body {
  font-size: 16px;
  color: #212529;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #125ABC;
  text-decoration: none !important;
  transition: all 0.2s;
}
a:focus, a:hover {
  color: #043578;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #ffffff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #0085A1;
  text-shadow: none;
}

img::-moz-selection {
  color: #ffffff;
  background: transparent;
}

img::selection {
  color: #ffffff;
  background: transparent;
}

img::-moz-selection {
  color: #ffffff;
  background: transparent;
}

.state-dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 3px;
  border: 1px solid gray;
}
.state-dot::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: gray;
}
.state-dot.active {
  border-color: #A8C776;
}
.state-dot.active::after {
  background: #A8C776;
}
.state-dot.inactive {
  border-color: #D67373;
}
.state-dot.inactive::after {
  background: #D67373;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator::not(:empty)::before {
  margin-right: 0.25em;
}
.separator:not(:empty)::after {
  margin-left: 0.25em;
}

.home-page-layout {
  background-image: url("/BolsaDV.Theme/img/home-page-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  margin-bottom: 18vh;
}

.field-validation-error {
  font-weight: bold;
  color: red;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='#C5C6C6' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.ccm__content__heading h2 {
  margin-bottom: 6px;
}

#content-container {
  padding-top: 90px !important;
}

#mainNav {
  position: absolute;
  background-color: white;
  height: 90px;
  box-shadow: 0px 1px 4px #CFDCF7CC;
}
#mainNav.collapsed {
  position: fixed;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  align-items: flex-start;
}
#mainNav.collapsed::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
#mainNav .navbar-toggler {
  margin-right: 30px;
}
#mainNav .widget-container {
  padding: 0px;
}
#mainNav .navbar-collapse.collapsing {
  transition: none;
  display: none;
}
#mainNav .navbar-collapse.collapse {
  background-color: white;
  padding: 0px 30px;
  padding-top: 30px;
}
#mainNav .container-fluid {
  padding: 0px;
}
#mainNav .user-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-right: 64px;
}
#mainNav .user-nav .user-dropdown {
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#mainNav .user-nav .user-dropdown .dropdown-menu {
  margin-top: 30px;
}
#mainNav .user-nav .user-dropdown .user-dropdown-content {
  display: flex;
  align-items: center;
}
#mainNav .user-nav .user-dropdown .user-dropdown-content::after {
  border-top-color: #BFC9D3;
  border-bottom-color: #BFC9D3;
}
#mainNav .user-nav .user-dropdown .user-dropdown-content .user-photo {
  margin-right: 6px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
}
#mainNav .user-nav .user-dropdown .user-dropdown-content .user-name {
  font-size: 14px;
  font-weight: 400;
  color: #58676f;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow-x: hidden;
  max-width: 20ch;
  margin-right: 8px;
  display: inline-block;
}
#mainNav #register {
  font-size: 16px;
  color: #125ABC;
  font-weight: 500;
  margin-left: 35px;
}
#mainNav .navbar-brand {
  position: relative;
  width: 190px;
  height: 56px;
  margin-left: 27px;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 0px !important;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 190px 56px;
}
#mainNav .navbar-toggler {
  font-size: 30px;
  color: #757e95;
  border-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 16px;
  color: #173660;
  font-weight: 500;
  letter-spacing: 0px;
}
#mainNav .navbar-nav > li.nav-item:hover {
  background: linear-gradient(90deg, #1fb8e5 0%, #3668d9 100%);
  background-position: center 2.4em;
  background-repeat: no-repeat;
  background-size: 44px 2px;
}
#mainNav.dark:not(.collapsed) {
  background-color: transparent;
  box-shadow: none !important;
}
#mainNav.dark:not(.collapsed) .navbar-brand {
  background-image: url("../img/logo-white.png");
}
#mainNav.dark:not(.collapsed) #register {
  color: #ffffff;
}
#mainNav.dark .navbar-toggler.collapsed:after {
  background-image: url(../img/menu-dark-open-icon.svg);
}
#mainNav.dark .navbar-nav > li.nav-item > a {
  color: #ffffff;
}
#mainNav.dark .navbar-nav > li.nav-item:hover {
  background: linear-gradient(0, #ffffff, #ffffff);
  background-position: center 2.4em;
  background-repeat: no-repeat;
  background-size: 44px 2px;
}
#mainNav.dark #submenu .nav-link.dropdown-toggle::after {
  background-image: url(../img/submenu-dark-icon.svg);
}
#mainNav.dark #submenu .nav-link.dropdown-toggle.show::after {
  background-image: url(../img/submenu-dark-active-icon.svg);
}
#mainNav.dark #submenu:hover .nav-link.dropdown-toggle::after {
  background-image: url(../img/submenu-dark-active-icon.svg);
}
#mainNav .navbar-toggler {
  box-shadow: none !important;
}
#mainNav .navbar-toggler:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45pX;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-image: url(../img/menu-close-icon.svg);
}
#mainNav .navbar-toggler.collapsed:after {
  background-image: url(../img/menu-open-icon.svg);
}
#mainNav .inner-collapsed {
  display: none;
}
#mainNav #notifications:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-image: url(../img/notification-icon.svg);
}
@media only screen and (max-width: 1199px) {
  #mainNav #notifications {
    display: inline-flex;
    align-items: center;
    margin-top: 28px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #6C80B75C;
  }
  #mainNav #notifications:after {
    padding-left: 12px;
    content: attr(data-text);
  }
  #mainNav li {
    background: none !important;
    width: 100%;
  }
  #mainNav .user-nav {
    margin-right: 0px;
  }
  #mainNav .user-nav:not(.logged) {
    margin-top: 70px;
  }
  #mainNav .user-dropdown-content > * {
    display: none !important;
  }
  #mainNav .nav-item {
    width: 100%;
  }
  #mainNav .nav-link, #mainNav .nav-item:after {
    color: #173660 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  #mainNav .dropdown-menu {
    display: block;
  }
  #mainNav .flow {
    display: block;
    margin: 0px;
  }
  #mainNav .user-collapsed-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #mainNav .user-collapsed-info .user-photo {
    border-radius: 42px;
    width: 84px;
    height: 84px;
    margin-right: 24px;
  }
  #mainNav .dropdown-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #6C80B75C;
  }
  #mainNav .dropdown-toggle::after {
    content: none;
  }
}
@media only screen and (min-width: 640px) {
  #mainNav.dark {
    background-color: #3275db;
  }
  #mainNav.dark .navbar-brand {
    background-image: url("../img/logo-white.png");
  }
  #mainNav .inner-collapsed {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 22px;
    margin-bottom: 60px;
    width: 39vw;
    background-color: white;
    z-index: 4;
  }
  #mainNav .inner-collapsed .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
  }
  #mainNav .inner-collapsed span {
    font-size: 28px;
    color: #173660;
    font-weight: 500;
  }
  #mainNav.collapsed {
    min-height: auto;
  }
  #mainNav .navbar-collapse.collapse {
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    width: 45vw;
    padding-top: 90px;
    padding-bottom: 20px;
  }
  #mainNav .navbar-collapse.collapse::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
  }
}
@media only screen and (min-width: 1200px) {
  #mainNav {
    border-bottom: 1px solid transparent;
  }
  #mainNav .nav-link {
    margin: 0px;
    padding: 10px 16px;
  }
  #mainNav.dark #register {
    color: #ffffff;
  }
  #mainNav.dark .dropdown-menu {
    background-color: #043578 !important;
    box-shadow: 0px 3px 6px #092b74 !important;
    border: 1px solid #043578 !important;
  }
  #mainNav.dark .dropdown-menu:before {
    border-bottom-color: #043578 !important;
  }
  #mainNav .user-collapsed-info {
    display: none;
  }
  #mainNav .navbar-collapse.collapse {
    position: initial;
    min-height: auto;
    background-color: transparent;
    padding-top: 0px;
    overflow-y: hidden;
    padding-bottom: 0px;
    height: auto;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  #mainNav .container-fluid {
    padding: 0px 12px;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
  }
  #mainNav #submenu {
    cursor: pointer;
  }
  #mainNav #submenu:hover {
    background: none !important;
  }
  #mainNav #submenu .dropdown-menu {
    transform: translateX(-20%);
    margin-top: 10px;
  }
  #mainNav #submenu:hover .nav-link.dropdown-toggle::after {
    background-image: url(../img/submenu-active-icon.svg);
  }
  #mainNav #submenu .nav-link.dropdown-toggle {
    color: transparent;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #mainNav #submenu .nav-link.dropdown-toggle.show::after {
    background-image: url(../img/submenu-active-icon.svg);
  }
  #mainNav #submenu .nav-link.dropdown-toggle::after {
    content: "" !important;
    background-color: transparent;
    background-image: url(../img/submenu-icon.svg);
    background-repeat: no-repeat no-repeat;
    background-size: 44px 44px;
    background-position: center;
    display: inline-block;
    width: 48px;
    height: 50px;
  }
  #mainNav .inner-collapsed {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  #mainNav .dropdown-menu {
    background-color: #455469 !important;
    box-shadow: 0px 3px 6px #6c80b75c !important;
    border: 1px solid #455469 !important;
    border-radius: 12px !important;
  }
  #mainNav .dropdown-menu:before {
    position: absolute;
    left: 40%;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #455469 !important;
  }
  #mainNav .dropdown-menu .flow {
    margin: 0;
    display: block;
  }
  #mainNav .dropdown-menu a {
    color: white !important;
  }
}
header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: content-box;
  background-clip: content-box;
  background-color: transparent;
  background-size: cover;
}
header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 200px 0;
  }
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    font-size: 80px;
  }
}
header.masthead .post-heading h1 {
  font-size: 35px;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .post-heading .meta a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}
.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}
.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}
.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 40px 0 60px;
  background: #334967;
  color: #ffffff;
}
@media (min-width: 1200px) {
  footer {
    z-index: 2;
  }
}
footer .footer-title {
  opacity: 0.4;
  padding: 8px 0px;
}
footer .partners {
  display: flex;
}
footer .partners .partner {
  text-align: center;
}
footer .footer-divider {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #6C80B75C;
}
footer .page-links {
  margin: 20px 0px !important;
  text-align: center;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 420px) {
  footer .page-links {
    text-align: unset;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0px auto;
  }
}
@media (min-width: 992px) {
  footer .page-links {
    margin-left: 22px;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  footer .page-links {
    margin-left: 46px;
    -moz-column-count: 2;
    column-count: 2;
  }
}
footer .page-links .navbar-nav {
  display: block;
}
footer .page-links .navbar-nav li:not(:last-child) {
  margin-bottom: 20px;
}
footer .page-links .navbar-nav a {
  color: #ffffff;
}
footer .page-links .navbar-nav a:hover {
  opacity: 0.7;
}
footer .footer-img {
  margin: 10px 0px;
  max-width: 130px;
  max-height: 80px;
  image-rendering: -webkit-optimize-contrast;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 8px 26px;
  height: 40px;
  border-radius: 20px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-secundary {
  background: none;
  border-color: #ffffff;
}
.btn-secundary:hover, .btn-secundary:focus, .btn-secundary:active {
  background: #043578;
  border-color: #043578;
  box-shadow: 0px 6px 16px #C8D9FA;
}
.btn-secundary:hover.btn-dark, .btn-secundary:focus.btn-dark, .btn-secundary:active.btn-dark {
  box-shadow: 0px 10px 26px #26498B;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.form-group {
  margin-bottom: 36px;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
}

.input-group > .form-control, .input-group > .custom-select {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

button.form-control, select.form-control, input.form-control {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
  line-height: 26px;
}
button.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder {
  color: #C5C6C6 !important;
}

textarea.form-control {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
  line-height: 26px;
  resize: none;
}
textarea.form-control::-webkit-input-placeholder {
  color: #C5C6C6 !important;
}

.message {
  border-radius: 4px;
  font-weight: bold;
}
.message.message-error {
  border: 1px solid #FF0000 !important;
  background-color: #FF000037 !important;
  color: #404040 !important;
}

.form-control[readonly] {
  background-color: inherit;
  opacity: 1;
}

.dropdown .dropdown-toggle.form-control {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg id='arow' xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath id='Path_46554' data-name='Path 46554' d='M10.5,15l6,6,6-6Z' transform='translate(1.5)' fill='%2304486b'/%3E%3Cpath id='Path_46555' data-name='Path 46555' d='M0,0H36V36H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 36px 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown .dropdown-toggle.form-control::after {
  content: unset !important;
}
.dropdown .dropdown-toggle.form-control.show {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg id='arow' transform='translate(36 36) rotate(180)'%3E%3Cpath id='Path_46554' data-name='Path 46554' d='M10.5,15l6,6,6-6Z' transform='translate(1.5)' fill='%2304486b'/%3E%3Cpath id='Path_46555' data-name='Path 46555' d='M0,0H36V36H0Z' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 26px;
  color: black;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg id='arow' xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath id='Path_46554' data-name='Path 46554' d='M10.5,15l6,6,6-6Z' transform='translate(1.5)' fill='%2304486b'/%3E%3Cpath id='Path_46555' data-name='Path 46555' d='M0,0H36V36H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 36px 36px;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select.grayed {
  color: #C5C6C6;
}
.form-select option {
  color: black !important;
}

@media only screen and (max-width: 767px) {
  .form-multi-step-form .form-nav-step:not(.selected):not(:last-child) {
    width: 19px !important;
    height: 4px !important;
    left: 34px !important;
    bottom: 14px;
  }
  .form-multi-step-form .form-nav-step:not(.selected):not(:first-child) .form-nav-step-decor::before {
    width: 13px !important;
    height: 4px !important;
    top: 13px;
    left: unset !important;
  }
  .form-multi-step-form .form-nav-step:not(.selected):not(:first-child) .form-nav-step-decor::after {
    width: 13px !important;
    height: 4px !important;
    bottom: 13px;
    left: 35px !important;
  }
  .form-multi-step-form .form-nav-step:first-child.selected .form-nav-page:first-child.selected {
    width: 25px !important;
    right: 5px;
  }
  .form-multi-step-form .form-nav-page-decor::before {
    width: 20px !important;
    height: 4px !important;
    top: unset !important;
    left: unset !important;
  }
  .form-multi-step-form .form-nav-page-decor::after {
    width: 20px !important;
    left: 28px !important;
    bottom: 4px !important;
    top: unset !important;
    height: 4px !important;
  }
  .form-multi-step-form .form-nav-page-decor .dot {
    top: unset !important;
    bottom: 1px !important;
  }
  .form-multi-step-form .form-nav, .form-multi-step-form .form-nav-pages {
    display: -webkit-inline-box;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .form-multi-step-form .form-nav-step-title, .form-multi-step-form .form-nav-page-title {
    display: none;
  }
}
.form-multi-step-form .form-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list;
  position: relative;
}
.form-multi-step-form .form-nav .form-nav-step {
  counter-increment: list;
}
.form-multi-step-form .form-nav .form-nav-step:last-child .form-nav-pages .form-nav-page:last-child .form-nav-page-decor:after {
  background-color: transparent !important;
}
.form-multi-step-form .form-nav .form-nav-step:not(.selected):first-child {
  margin-top: 13px;
}
.form-multi-step-form .form-nav .form-nav-step:not(.selected):last-child {
  margin-bottom: 13px;
}
.form-multi-step-form .form-nav .form-nav-step:not(.selected):not(:first-child) .form-nav-step-decor:before {
  content: "";
  width: 4px;
  height: 13px;
  background: #E9EAEF;
  display: block;
  left: 22px;
  position: relative;
}
.form-multi-step-form .form-nav .form-nav-step:not(.selected):not(:last-child) .form-nav-step-decor:after {
  content: "";
  width: 4px;
  height: 13px;
  background: #E9EAEF;
  display: block;
  left: 22px;
  position: relative;
}
.form-multi-step-form .form-nav .form-nav-step.selected .form-nav-step-number {
  border: 1px solid #3579BC;
  padding: 5px;
  margin-left: 7px;
  border-radius: 23px;
}
.form-multi-step-form .form-nav .form-nav-step.selected .form-nav-step-number:after {
  margin: 0px;
  font-size: 14px;
  background: linear-gradient(180deg, #2D9DBE 0%, #3259B2 100%) 0% 0% no-repeat padding-box;
}
.form-multi-step-form .form-nav .form-nav-step.enabled .form-nav-step-number:after {
  background: linear-gradient(180deg, #2D9DBE 0%, #3259B2 100%) 0% 0% no-repeat padding-box;
}
.form-multi-step-form .form-nav .form-nav-step.enabled:not(.selected):not(:last-child) .form-nav-step-decor:after, .form-multi-step-form .form-nav .form-nav-step.enabled:not(.selected):not(:first-child) .form-nav-step-decor:before {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step .form-nav-step-decor {
  display: inline-block;
}
.form-multi-step-form .form-nav .form-nav-step .form-nav-step-number {
  position: relative;
  display: flex;
}
.form-multi-step-form .form-nav .form-nav-step .form-nav-step-number::after {
  margin: 0 13px;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: counters(list, ".") " ";
  border-radius: 11px;
  text-align: center;
  line-height: 22px;
  color: white;
  background: #E9EAEF;
}
.form-multi-step-form .form-nav .form-nav-step .form-nav-step-title {
  font-size: 14px;
  font-weight: 500;
  color: #373A3E;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page {
  font-size: 0.9rem;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page .form-nav-page-title {
  font-size: 14px;
  color: #858888;
  font-weight: 400;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.selected .form-nav-page-decor::before {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.selected .form-nav-page-decor .dot {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.selected .form-nav-page-title {
  color: #000000;
  font-weight: bold;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.enabled .form-nav-page-decor::before {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.enabled .form-nav-page-decor .dot {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page.enabled .form-nav-page-decor::after {
  background: #3579BC;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page .form-nav-page-decor {
  position: relative;
  display: inline-block;
  width: 48px;
  vertical-align: middle;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page .form-nav-page-decor::before {
  display: block;
  position: relative;
  left: 22px;
  content: "";
  width: 4px;
  height: 20px;
  background: #E9EAEF;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page .form-nav-page-decor .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #C5C6C6;
  position: absolute;
  left: 19px;
  top: 15px;
  z-index: 1;
}
.form-multi-step-form .form-nav .form-nav-step ol.form-nav-pages li.form-nav-page .form-nav-page-decor::after {
  display: block;
  position: relative;
  left: 22px;
  content: "";
  width: 4px;
  height: 20px;
  background: #E9EAEF;
}
.form-multi-step-form .form-controls {
  display: flex;
  flex-direction: row;
  padding-top: 58px;
  margin-top: auto;
  margin-bottom: 58px;
  color: #96B0E3;
  font-size: 14px;
  font-weight: 400;
}
.form-multi-step-form .form-controls div {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.form-multi-step-form .form-controls .finish {
  margin-left: auto;
}
.form-multi-step-form .form-controls .next {
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-multi-step-form .form-controls .next.disabled {
  opacity: 0.3;
}
.form-multi-step-form .form-controls .next::after {
  content: "";
  margin-left: 8px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat no-repeat;
  background-color: transparent;
  background-position: center center;
  background-image: url(../img/form-next.svg);
}
.form-multi-step-form .form-controls .prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-multi-step-form .form-controls .prev::before {
  content: "";
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat no-repeat;
  background-color: transparent;
  background-position: center center;
  background-image: url(../img/form-previous.svg);
}
.form-multi-step-form .form-step {
  display: none;
}
.form-multi-step-form .form-step .form-page {
  display: none;
}
.form-multi-step-form .form-step .form-page .form-page-header {
  text-align: center;
  margin-bottom: 45px;
}
.form-multi-step-form .form-step .form-page .form-page-header .bv-label.auxiliar {
  margin-top: 16px;
}
.form-multi-step-form .form-step.selected {
  display: block;
}
.form-multi-step-form .form-step.selected .form-page.selected {
  display: block;
}
.form-multi-step-form:not(.active) .form-step:first-of-type {
  display: block;
}
.form-multi-step-form:not(.active) .form-step:first-of-type .form-page:first-of-type {
  display: block;
}

.selection-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
}

.selection-group-option {
  display: none;
}
.selection-group-option:checked + .selection-group-option-label {
  background: green;
}

.selection-group-option-label {
  display: inline-block;
  width: 49%;
  margin: 0 0.5%;
  min-height: 40px;
  background: red;
}

/*
Bootstrap customization for The Blog theme
By Orchard Core Team
 */
.flow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.message-primary {
  color: #004554;
  background-color: #cce7ec;
  border-color: #b8dde5;
}
.message-primary hr {
  border-top-color: #a5d4de;
}
.message-primary .alert-link {
  color: #001b21;
}

.message-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.message-secondary hr {
  border-top-color: #cfd2d6;
}
.message-secondary .alert-link {
  color: #2e3133;
}

.message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.message-success hr {
  border-top-color: #b1dfbb;
}
.message-success .alert-link {
  color: #0b2e13;
}

.message-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.message-info hr {
  border-top-color: #abdde5;
}
.message-info .alert-link {
  color: #062c33;
}

.message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.message-warning hr {
  border-top-color: #ffe8a1;
}
.message-warning .alert-link {
  color: #533f03;
}

.message-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.message-danger hr {
  border-top-color: #f1b0b7;
}
.message-danger .alert-link {
  color: #491217;
}

.message-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.message-light hr {
  border-top-color: #ececf6;
}
.message-light .alert-link {
  color: #686868;
}

.message-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.message-dark hr {
  border-top-color: #b9bbbe;
}
.message-dark .alert-link {
  color: #040505;
}

.widget-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

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

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-75, .widget .widget-size-75, .widget-size-66, .widget .widget-size-66, .widget-size-50, .widget .widget-size-50, .widget-size-33, .widget .widget-size-33, .widget-size-25, .widget .widget-size-25 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0085A1;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
ul.pager li a:hover {
  z-index: 2;
  color: #004655;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
ul.pager li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 161, 0.25);
}

ul.pager li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
ul.pager li:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
ul.pager li.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #0085A1;
  border-color: #0085A1;
}
ul.pager li.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

ul.pager {
  margin-top: 1rem;
}

.term-badge > a {
  text-decoration: none;
}
.term-badge .badge-secondary:hover {
  background-color: #0085A1;
}

.taxonomy-tag ul {
  padding-left: 0;
  list-style: none;
}

.widget-clickable-card {
  position: relative;
  display: block;
  text-decoration: none !important;
}
.widget-clickable-card .clickable-card {
  background: #ffffff;
  border: 1px solid #96B0E3;
  border-radius: 20px;
  padding: 42px 20px;
}
.widget-clickable-card:hover .clickable-card {
  box-shadow: 0px 6px 36px #CFDCF7CC;
}
.widget-clickable-card.card-popout {
  padding-top: 72.5px;
}
.widget-clickable-card.card-popout .card-image {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #DDEBF9 0% 0% no-repeat padding-box;
  margin-left: -60px;
}
.widget-clickable-card.card-popout .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget-clickable-card.card-popout:hover .card-image img {
  border: 4px solid #125ABC;
}
.widget-clickable-card .card-image img {
  width: 100%;
  height: 162px;
  -o-object-fit: contain;
  object-fit: contain;
}
.widget-clickable-card .card-title {
  font-weight: bold;
  font-size: 20px;
  color: #173660;
  margin-bottom: 10px;
  margin-top: 25px;
  text-decoration: none;
}
.widget-clickable-card .card-description {
  color: #173660;
  height: 70px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.container-small-clickable-card {
  position: relative;
  display: block;
  margin: 20px;
  text-decoration: none !important;
}
.container-small-clickable-card .small-clickable-card {
  padding: 13px;
  display: flex;
  flex-direction: row;
  background: #ffffff;
  box-shadow: 0px 2px 10px #CFDCF7CC;
  border-radius: 20px;
  align-items: baseline;
}
.container-small-clickable-card:hover .small-clickable-card {
  box-shadow: 0px 8px 26px #B9CEF8;
}
.container-small-clickable-card .card-image {
  margin-right: 20px;
}
.container-small-clickable-card .card-image img {
  width: 74px;
  height: 74px;
  -o-object-fit: contain;
  object-fit: contain;
}
.container-small-clickable-card .card-title {
  font-weight: bold;
  font-size: 20px;
  color: #173660;
  text-decoration: none;
}
.container-small-clickable-card .card-arrow {
  flex-grow: 1;
  text-align: right;
}
.container-small-clickable-card .card-arrow img {
  width: 10px;
  height: 16px;
}

.list-card-container {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px #CFDCF7CC;
  border-radius: 20px;
  padding: 20px;
}
.list-card-container:hover {
  box-shadow: 0px 6px 26px #CFDCF7CC;
}
.list-card-container > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list-card-container .list-card {
  position: relative;
  display: flex;
  z-index: 1;
  pointer-events: none;
}
.list-card-container .list-card a, .list-card-container .list-card button {
  pointer-events: all;
}
.list-card-container .list-card::after {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 26px;
  height: 13px;
  content: "";
  background: url("../img/arrow-right-blue.svg");
}
.list-card-container .list-card .card-main {
  width: 100%;
}
.list-card-container .list-card .card-main .card-state button {
  display: flex;
  pointer-events: all;
  align-items: center;
  background: 0;
  border: 0;
  outline: 0;
}
.list-card-container .list-card .card-main .card-state button.dropdown-toggle::after {
  display: none;
}
.list-card-container .list-card .card-main .card-state .dropdown-menu {
  background: #455469;
  box-shadow: 0px 4px 14px #566BB24E;
  border-radius: 10px;
}
.list-card-container .list-card .card-main .card-state .dropdown-menu .dropdown-item {
  color: white;
  display: flex;
  align-items: center;
  background: #455469;
}
.list-card-container .list-card .card-main .card-state .dropdown-menu .dropdown-item:hover {
  background: #4f6078;
}
.list-card-container .list-card .card-main .card-state .dropdown-menu .dropdown-item:active {
  background: #596d88;
}
.list-card-container .list-card .card-main .card-state .state-dot {
  margin-right: 8px;
}
.list-card-container .list-card .card-main > *:not(:last-child) {
  margin-bottom: 15px;
}
.list-card-container .list-card .card-head {
  display: flex;
  justify-content: space-between;
}
.list-card-container .list-card .card-title {
  font-weight: bold;
  font-size: 20px;
}
.list-card-container .list-card .card-item {
  font-weight: 500;
  font-size: 16px;
}
.list-card-container .list-card .card-item > img {
  margin-right: 12px;
}
.list-card-container .list-card .card-image {
  border: 1px solid #E9EAEF;
  border-radius: 10px;
  width: 154px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

.widget-showcase .showcase {
  background: transparent linear-gradient(180deg, #2D9DBE 0%, #3259B2 100%);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.widget-showcase .showcase-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.widget-showcase .showcase-header .showcase-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.widget-showcase .showcase-header .showcase-more {
  color: #ffffff;
}
.widget-showcase .showcase-carousel {
  text-align: initial;
}
.widget-showcase .showcase-carousel .widget-clickable-card:hover .clickable-card {
  box-shadow: 0px 1px 12px #cfdcf7cc;
}
.widget-showcase .showcase-carousel .carousel-indicators {
  position: static;
}
.widget-showcase .showcase-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#login-page-content {
  margin-top: 34px;
}

#login-warning-recover-password-container {
  margin-bottom: 24px;
  align-items: center;
}
#login-warning-recover-password-container p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #BA851F;
  font-weight: 500;
  text-align: center;
}
#login-warning-recover-password-container img {
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

#login-title {
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}

#recover-password {
  font-size: 14px;
  padding-top: 6px;
  font-weight: 400 !important;
}

#login-renemberme-group label::before {
  background-size: 32px;
  width: 32px;
  height: 32px;
}

#login-external-providers #login-external-provider {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#login-external-providers #login-external-provider:first-child {
  margin-top: 50px;
}
#login-external-providers #login-external-provider:last-child {
  margin-bottom: 30px;
}

#external-provider-separator {
  margin-top: 50px;
  margin-bottom: 50px;
}

#register-page-content {
  margin-top: 30px;
}
#register-page-content #register-subtitle {
  margin-top: 16px;
  margin-bottom: 40px;
}
#register-page-content #register-actions {
  margin-top: 160px;
  margin-bottom: 50px;
}

#register-profile-page-content {
  margin-top: 30px;
}
#register-profile-page-content #register-profile-submit {
  height: 60px;
  margin-bottom: 50px;
}
#register-profile-page-content #register-profile-carousel {
  margin-top: 74px;
  margin-bottom: 90px;
}
#register-profile-page-content .register-profile-carousel-indicators {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  #register-profile-page-content .register-profile-carousel-indicators {
    display: none;
  }
}
#register-profile-page-content .register-profile-carousel-indicators button {
  box-sizing: content-box;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #3F69BE;
  border-radius: 24px;
}
#register-profile-page-content .register-profile-carousel-indicators button:not(:last-child) {
  margin-right: 8px;
}
#register-profile-page-content .register-profile-carousel-indicators button.active {
  background-color: #3F69BE;
}
#register-profile-page-content .register-profile-carousel-item {
  text-align: center;
}
#register-profile-page-content .register-profile-carousel-item .register-profile-carousel-image {
  width: 272px;
  height: 136px;
  margin: 0px auto 26px auto;
}
#register-profile-page-content .register-profile-carousel-item .register-profile-carousel-title {
  color: #173660;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
#register-profile-page-content .register-profile-carousel-item .register-profile-carousel-description {
  color: #4A516E;
  font-size: 16px;
  font-weight: 400;
}
#register-profile-page-content #register-title {
  margin-top: 34px;
}
#register-profile-page-content #register-subtitle {
  margin-top: 24px;
  margin-bottom: 50px;
}
#register-profile-page-content #register-cards .form-group {
  margin-bottom: 20px;
}
#register-profile-page-content #register-cards .form-group:last-child {
  margin-bottom: 64px;
}
#register-profile-page-content #register-profile-subtitle {
  color: #4A516E;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}

#finish-register-page-content {
  margin-top: 20px;
  margin-bottom: 50px;
}
#finish-register-page-content #finish-register-title {
  margin-top: 30px;
}
#finish-register-page-content #finish-register-subtitle {
  margin-top: 35px;
  margin-bottom: 61px;
}
#finish-register-page-content .title {
  font-family: "Lato";
  color: #4A516E;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
#finish-register-page-content .subtitle {
  font-family: "Lato";
  color: #4A516E;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
#finish-register-page-content .auxiliar {
  font-family: "Lato";
  color: #8D97AC;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

#finish-register-form-page-content {
  margin-top: 20px;
  margin-bottom: 50px;
}
#finish-register-form-page-content #finish-register-form-title {
  margin-top: 40px;
}
#finish-register-form-page-content #finish-register-form-subtitle {
  margin-top: 8px;
}
#finish-register-form-page-content #finish-register-form-subtitle-aux {
  margin-top: 20px;
}
#finish-register-form-page-content #finish-register-form-auxiliar {
  margin-top: 20px;
  margin-bottom: 61px;
}
#finish-register-form-page-content #finish-register-form-button {
  margin-bottom: 30px;
}
#finish-register-form-page-content .title {
  font-family: "Lato";
  color: #4A516E;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
#finish-register-form-page-content .subtitle {
  font-family: "Lato";
  color: #4A516E;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
#finish-register-form-page-content .auxiliar {
  font-family: "Lato";
  color: #8D97AC;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

#voluntary-form-register {
  margin-top: 34px;
}
#voluntary-form-register .custom-radio label {
  align-items: flex-end;
}
#voluntary-form-register .custom-radio label::before {
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
#voluntary-form-register .custom-radio:not(:first-child) {
  margin-left: 10px;
}

#organization-form-register {
  margin-top: 34px;
}

#home-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#home-page #title {
  margin-top: 52px;
  color: white;
  font-size: 34px;
  text-align: center;
}
#home-page #search-form {
  margin-top: 70px;
}
@media (min-width: 768px) {
  #home-page #search-form {
    margin-left: 110px;
    margin-right: 110px;
  }
}
#home-page #search-form .dropdown-search .dropdown-content input[type=text] {
  padding-right: 28px;
  background-color: transparent;
  background-position: right center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-image: url(../img/search-icon.svg);
}
#home-page #options {
  margin-top: 59px;
}
#home-page .widget-home-page-clickable-card {
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none !important;
  text-align: center;
}
#home-page .widget-home-page-clickable-card .home-page-clickable-card {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 10px;
  box-shadow: 10px 5px 30px #2e2e2e57;
  min-height: 333px;
}
#home-page .widget-home-page-clickable-card:hover .home-page-clickable-card {
  background-image: linear-gradient(180deg, #3768d9, #20b9e5);
  box-shadow: 10px 5px 30px #2e2e2eb6;
}
#home-page .widget-home-page-clickable-card .home-page-card-image img {
  width: 80px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
#home-page .widget-home-page-clickable-card .home-page-card-title {
  font-weight: bold;
  font-size: 20px;
  color: #173660;
  margin-bottom: 10px;
  margin-top: 25px;
  text-decoration: none;
}
#home-page .widget-home-page-clickable-card:hover .home-page-card-title {
  color: white;
}
#home-page .widget-home-page-clickable-card .home-page-card-description {
  color: #173660;
}
#home-page .widget-home-page-clickable-card:hover .home-page-card-description {
  color: white;
}
#home-page .widget-home-page-clickable-card:hover .home-page-card-image img {
  filter: brightness(0%) invert(100%);
}
#home-page #homepage-card-box {
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px #CFDCF7CC;
}
#home-page #homepage-card-box:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#home-page .homepage-card-image {
  margin-bottom: 5px;
  padding: 0px;
  border: 1px solid #E9EAEF;
  border-radius: 10px;
}
#home-page .homepage-card-image img {
  width: 100%;
  aspect-ratio: 1.66;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
}
#home-page .homepage-card-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1A1A1A;
  font-size: 20px;
}
#home-page .homepage-card-description {
  margin-bottom: 8px;
  color: #4A516E;
  font-size: 16px;
}
#home-page .homepage-card-description-img {
  text-align: end;
}
#home-page .homepage-card-description-img img {
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
#home-page #homepage-card-arrow {
  text-align: right;
}
#home-page .homepage-opportunity-title {
  margin-bottom: 72px;
  font-size: 20px;
  color: #4A516E;
  font-weight: 500;
}
#home-page .homepage-opportunity-section .homepage-opportunity-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 20px;
  padding: 0px;
}
#home-page .homepage-opportunity-section .homepage-opportunity-section-title a {
  font-weight: 600;
  font-size: 16px;
  color: #125ABC;
  text-align: right;
}
#home-page .homepage-opportunity-section .homepage-opportunity-section-title img {
  width: 40px;
  height: 40px;
}
#home-page .homepage-opportunity-section .homepage-opportunity-section-cards .homepage-opportunity-section-card {
  padding: 0px;
  margin-bottom: 20px;
}
#home-page .homepage-opportunity-section .homepage-opportunity-section-cards .homepage-opportunity-section-card:last-child {
  margin-bottom: 0px;
}
#home-page .homepage-opportunity-section .homepage-opportunity-empty-section {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
#home-page .homepage-opportunity-section .homepage-opportunity-empty-section .homepage-opportunity-empty-section-img img {
  padding-bottom: 30px;
  width: 100%;
  max-width: 350px;
}
#home-page .homepage-opportunity-section .homepage-opportunity-empty-section .homepage-opportunity-empty-section-title {
  padding-bottom: 10px;
  font-size: 20px;
  color: #1A1A1A;
}
#home-page .homepage-opportunity-section .homepage-opportunity-empty-section .homepage-opportunity-empty-section-subtitle {
  padding-bottom: 50px;
  font-size: 16px;
  color: #4A516E;
}
#home-page .homepage-testimony-section {
  margin: 20px 0px;
  padding: 20px;
}
#home-page .vertical-divider {
  font-size: 20px;
  padding: 0px 10px;
  color: #707070;
  opacity: 0.37;
}

#testimony-list-page {
  margin-top: 20px;
  margin-bottom: 60px;
}
#testimony-list-page #testimony-list-title {
  margin-top: 34px;
  color: #4A516E;
  font-size: 24px;
}
#testimony-list-page #testimony-card {
  margin-top: 40px;
}
#testimony-list-page .testimony-card-box {
  padding-bottom: 15px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px #CFDCF7CC;
}
#testimony-list-page .testimony-card-box .card-description {
  height: 70px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
#testimony-list-page .testimony-card-box:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#testimony-list-page #testimony-card-arrow {
  margin-top: 30px;
  text-align: right;
}

#testimony-detail-page {
  margin-top: 20px;
}
#testimony-detail-page .testimony-detail-title {
  margin-top: 35px;
  margin-left: 25px;
  color: #4A516E;
  font-size: 24px;
  width: 80%;
}
#testimony-detail-page #testimony-detail-card {
  margin-top: 26px;
  margin-bottom: 30px;
}
#testimony-detail-page .testimony-detail-card-item {
  text-align: center;
}
#testimony-detail-page .testimony-detail-card-item img {
  max-width: 425px !important;
  max-height: 300px !important;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #testimony-detail-page .testimony-detail-card-item img {
    max-width: 260px !important;
  }
}
#testimony-detail-page .testimony-detail-card-item h1 {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #1A1A1A;
  font-size: 20px;
}
#testimony-detail-page .testimony-detail-card-item p {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  opacity: 40%;
}
#testimony-detail-page .testimony-detail-card-left-arrow {
  align-self: center;
  text-align: -webkit-left;
}
#testimony-detail-page .testimony-detail-card-left-arrow img {
  width: 40px;
  height: 40px;
}
#testimony-detail-page .testimony-detail-card-right-arrow {
  align-self: center;
  text-align: -webkit-right;
}
#testimony-detail-page .testimony-detail-card-right-arrow img {
  width: 40px;
  height: 40px;
}
#testimony-detail-page #testimony-detail-description {
  padding: 40px;
  background: #F7F9FC8E 0% 0% no-repeat padding-box;
}
#testimony-detail-page .testimony-detail-description-title {
  color: #000000;
  font-size: 22px;
}
#testimony-detail-page .testimony-detail-description-text {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4A516E;
  font-size: 16px;
}
#testimony-detail-page .testimony-detail-description-video {
  text-align: center;
}
#testimony-detail-page .testimony-detail-description-video video {
  width: 100%;
  aspect-ratio: 1.66;
}
#testimony-detail-page #testimony-detail-social {
  padding: 40px;
  text-align: center;
}
#testimony-detail-page .testimony-detail-social-text {
  margin-top: 14px;
  color: #000000;
  font-size: 22px;
}
#testimony-detail-page .testimony-detail-social-img {
  margin-top: 16px;
}
#testimony-detail-page .testimony-detail-social-img img {
  margin: 5px;
  width: 50px;
}

#give-testimony-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#give-testimony-page .give-testimony-page-title {
  margin-bottom: 10px;
  color: #4A516E;
  font-size: 24px;
  text-align: center;
}
#give-testimony-page .give-testimony-page-subtitle {
  margin-bottom: 35px;
  color: #000000;
  opacity: 40%;
  font-size: 14px;
  text-align: center;
}
#give-testimony-page .user-photo-container {
  text-align: center;
}
#give-testimony-page .user-photo-container .user-photo {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}
#give-testimony-page .user-photo-container .user-photo img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#give-testimony-page .user-photo-container .user-photo:after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  background-image: url("../img/icon-photo.png");
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 100%;
}
#give-testimony-page .user-photo-container .user-photo:hover:after {
  background-color: rgba(1, 1, 1, 0.6);
}
#give-testimony-page #give-testimony-form {
  margin: 20px;
}
#give-testimony-page .give-testimony-form-label {
  color: #1A1A1A;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-subject ::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-subject ::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-subject :-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-subject ::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-subject ::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .disable-input {
  pointer-events: none;
}
#give-testimony-page .give-testimony-form-input-message {
  margin-bottom: 35px;
}
#give-testimony-page .give-testimony-form-input-message ::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-message ::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-message :-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-message ::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-input-message ::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#give-testimony-page .give-testimony-form-buttons {
  margin-top: 15px;
  margin-bottom: 35px;
}
#give-testimony-page .give-testimony-form-left-button {
  margin-top: 20px;
  text-align: center;
}
#give-testimony-page .give-testimony-form-right-button {
  margin-top: 20px;
  text-align: center;
}

#about-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#about-page #about-page-title {
  margin-top: 30px;
  color: #4A516E;
  font-size: 24px;
}
#about-page #about-page-section {
  margin-top: 40px;
}
#about-page #about-page-section h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #1A1A1A;
  font-size: 20px;
}
#about-page #about-page-section p {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #4A516E;
  opacity: 60%;
  font-size: 16px;
}
#about-page #about-page-publications {
  margin-top: 60px;
}
#about-page #about-page-publications .publication-title {
  margin-bottom: 26px;
  font-weight: bold;
  color: #1A1A1A;
  font-size: 20px;
}
#about-page #about-page-publications #publication-file {
  margin-bottom: 21px;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  box-shadow: 0px 2px 10px #CFDCF7CC;
  border-radius: 10px;
}
#about-page #about-page-publications #publication-file .publication-file-title {
  width: 85%;
  color: #000000;
  opacity: 60%;
  font-size: 16px;
}
#about-page #about-page-publications #publication-file .publication-file-img {
  width: 15%;
  text-align: right;
}
#about-page #about-page-publications #publication-file .publication-file-img img {
  width: 20px;
  height: 20px;
}
#about-page #about-page-publications #publication-file:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#about-page #about-page-voluntary-guide {
  margin-top: 30px;
}
#about-page #about-page-enterprise-voluntary {
  margin-top: 30px;
}
#about-page .voluntary-img {
  margin-top: 30px;
}
#about-page .voluntary-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-width: 250px;
}
#about-page .voluntary-text {
  margin-top: 30px;
}
#about-page .voluntary-text h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #1A1A1A;
  font-size: 20px;
}
#about-page .voluntary-text p {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #4A516E;
  opacity: 60%;
  font-size: 16px;
}

#remove-account-page {
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #4A516E;
}
#remove-account-page .remove-account-page-title {
  margin-bottom: 15px;
  font-size: 24px;
}
#remove-account-page .remove-account-img {
  text-align: center;
}
#remove-account-page .remove-account-img img {
  width: 100%;
  max-width: 296px;
}
#remove-account-page .remove-account-subtitle {
  margin-top: 31px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#remove-account-page .remove-account-description {
  margin-top: 26px;
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
}
#remove-account-page .remove-account-buttons {
  margin-top: 90px;
}
@media (max-width: 576px) {
  #remove-account-page .remove-account-buttons {
    margin-top: 50px;
  }
}
#remove-account-page .remove-account-button {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  #remove-account-page .remove-account-button {
    text-align: center;
  }
}

#links-page {
  margin-top: 30px;
  margin-bottom: 60px;
}
#links-page #links-page-title {
  margin-bottom: 25px;
  color: #4A516E;
  font-size: 24px;
}
#links-page #links-page-url {
  margin-top: 20px;
  margin-bottom: 20px;
}
#links-page #links-page-url a {
  color: #1A1A1A !important;
  font-size: 16px !important;
}

#privacy-policy-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#privacy-policy-page #privacy-policy-title {
  margin-top: 34px;
  color: #4A516E;
  font-size: 24px;
}
#privacy-policy-page #privacy-policy-section {
  margin-top: 35px;
}
#privacy-policy-page #privacy-policy-section h1 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #1A1A1A;
  font-size: 20px;
}
#privacy-policy-page #privacy-policy-section p {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #000000;
  font-size: 16px;
  opacity: 60%;
}
#privacy-policy-page #privacy-policy-faq-section {
  margin-top: 40px;
}
#privacy-policy-page .privacy-policy-faq-item {
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px #CFDCF7CC;
  border-radius: 10px;
  padding: 21px;
}
#privacy-policy-page .privacy-policy-faq-item:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#privacy-policy-page .enabled-item p {
  display: block !important;
}
#privacy-policy-page .privacy-policy-faq-item-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
}
#privacy-policy-page .privacy-policy-faq-item-text p {
  display: none;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  opacity: 60%;
}
#privacy-policy-page .privacy-policy-faq-item-img {
  text-align: end;
}
#privacy-policy-page .privacy-policy-faq-item-img img {
  width: 20px;
  height: 20px;
}

#contact-list-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#contact-list-page .contact-list-page-title {
  margin-bottom: 20px;
  color: #4A516E;
  font-size: 24px;
}
#contact-list-page .contact-item {
  margin-top: 20px;
  margin-bottom: 30px;
  align-items: center;
}
#contact-list-page .contact-item img {
  width: 78px;
  height: 78px;
}
#contact-list-page .contact-item a {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px !important;
}

#faq-page {
  margin-top: 34px;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
#faq-page #faq-page-title {
  color: #4A516E;
  font-size: 24px;
}
#faq-page .faq-item {
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px #CFDCF7CC;
  border-radius: 10px;
  padding: 21px;
}
#faq-page .faq-item:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#faq-page .enabled-item p {
  display: block !important;
}
#faq-page .faq-label {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
}
#faq-page .faq-item-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
}
#faq-page .faq-item-text p {
  display: none;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  opacity: 60%;
}
#faq-page .faq-item-img {
  text-align: end;
}
#faq-page .faq-item-img img {
  width: 20px;
  height: 20px;
}

#schools-page {
  margin-top: 34px;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
#schools-page .schools-page-description h1 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 24px;
}
#schools-page .schools-page-description p {
  color: #4A516E;
  font-size: 16px;
}
#schools-page .schools-page-img {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#schools-page .schools-page-img img {
  width: 100%;
  max-width: 530px;
}
#schools-page .schools-page-buttons {
  margin-top: 50px;
}
#schools-page .schools-page-buttons a {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 20px;
  line-height: 1;
  white-space: nowrap;
  height: 44px;
}
@media (min-width: 768px) {
  #schools-page .schools-page-buttons a {
    width: auto;
  }
}
#schools-page .schools-page-buttons a:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #schools-page .schools-page-buttons a:not(:last-child) {
    margin-bottom: 0px;
  }
}
#schools-page .schools-page-button {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #schools-page .schools-page-link {
    width: auto;
    margin-left: 0px;
  }
}
#schools-page .schools-page-link a {
  margin-top: 30px;
  margin-left: 2px;
}

#companies-page {
  margin-top: 34px;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
#companies-page .companies-page-description h1 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 24px;
}
#companies-page .companies-page-description p {
  color: #4A516E;
  font-size: 16px;
}
#companies-page .companies-page-img {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#companies-page .companies-page-img img {
  width: 100%;
  max-width: 530px;
}
#companies-page .companies-page-buttons {
  margin-top: 50px;
}
#companies-page .companies-page-buttons a {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 20px;
  line-height: 1;
  white-space: nowrap;
  height: 44px;
}
@media (min-width: 768px) {
  #companies-page .companies-page-buttons a {
    width: auto;
  }
}
#companies-page .companies-page-buttons a:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #companies-page .companies-page-buttons a:not(:last-child) {
    margin-bottom: 0px;
  }
}
#companies-page .companies-page-button {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #companies-page .companies-page-link {
    width: auto;
    margin-left: 0px;
  }
}
#companies-page .companies-page-link a {
  margin-top: 30px;
  margin-left: 2px;
}

#contact-us-page {
  margin-top: 34px;
  margin-bottom: 60px;
}
#contact-us-page .contact-us-page-title {
  margin-bottom: 51px;
  color: #4A516E;
  font-size: 24px;
}
#contact-us-page .contact-us-img {
  margin-bottom: 40px;
  text-align: center;
}
#contact-us-page .contact-us-img img {
  max-width: 90%;
  width: 400px;
}
#contact-us-page #contact-us-form {
  margin: 20px;
}
#contact-us-page .contact-us-form-label {
  margin-bottom: 10px;
  color: #1A1A1A;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject {
  margin-bottom: 30px;
  color: #1A1A1A;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject input::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject input::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject input:-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject input::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-subject input::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message {
  margin-bottom: 35px;
  color: #1A1A1A;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message textarea::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message textarea::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message textarea:-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message textarea::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-input-message textarea::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#contact-us-page .contact-us-form-buttons {
  margin-top: 15px;
  margin-bottom: 35px;
}
#contact-us-page .contact-us-form-left-button {
  margin-top: 20px;
  text-align: center;
}
#contact-us-page .contact-us-form-right-button {
  margin-top: 20px;
  text-align: center;
}

#opportunity-detail-page {
  margin-top: 20px;
}
#opportunity-detail-page #opportunity-detail-title {
  margin-top: 35px;
  margin-left: 25px;
  color: #4A516E;
  font-size: 24px;
  width: 80%;
}
#opportunity-detail-page #opportunity-detail-card {
  margin-top: 26px;
  margin-bottom: 30px;
}
#opportunity-detail-page .opportunity-detail-card-item {
  text-align: center;
}
#opportunity-detail-page .opportunity-detail-card-item .opportunity-photo {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}
#opportunity-detail-page .opportunity-detail-card-item .opportunity-photo:after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  background-image: url("../img/icon-photo.png");
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 100%;
  align-self: center;
}
#opportunity-detail-page .opportunity-detail-card-item .opportunity-photo:hover:after {
  background-color: rgba(1, 1, 1, 0.6);
}
#opportunity-detail-page .opportunity-detail-card-item img {
  max-width: 425px !important;
  max-height: 300px !important;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #opportunity-detail-page .opportunity-detail-card-item img {
    max-width: 260px !important;
  }
}
#opportunity-detail-page .opportunity-detail-card-item h1 {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #1A1A1A;
  font-size: 20px;
}
#opportunity-detail-page .opportunity-detail-card-item p {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  opacity: 40%;
}
#opportunity-detail-page .opportunity-detail-card-left-arrow {
  align-self: center;
  text-align: -webkit-left;
}
#opportunity-detail-page .opportunity-detail-card-left-arrow img {
  width: 40px;
  height: 40px;
}
#opportunity-detail-page .opportunity-detail-card-right-arrow {
  align-self: center;
  text-align: -webkit-right;
}
#opportunity-detail-page .opportunity-detail-card-right-arrow img {
  width: 40px;
  height: 40px;
}
#opportunity-detail-page .opportunity-detail-card-button {
  margin-top: 20px;
}
#opportunity-detail-page #opportunity-detail-content {
  margin-top: 20px;
  background: #FCFDFF 0% 0% no-repeat padding-box;
}
#opportunity-detail-page #opportunity-detail-content-section {
  margin-top: 40px;
}
#opportunity-detail-page #opportunity-detail-content-section h1 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 22px;
}
#opportunity-detail-page #opportunity-detail-content-section p {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
  color: #4A516E;
  font-size: 16px;
}
#opportunity-detail-page .opportunity-detail-item-list {
  padding-left: 0px;
  padding-right: 0px;
}
#opportunity-detail-page #opportunity-detail-item {
  margin-bottom: 50px;
  padding-left: 40px;
}
#opportunity-detail-page #opportunity-detail-item .opportunity-detail-item-img {
  text-align: end;
}
#opportunity-detail-page #opportunity-detail-item .opportunity-detail-item-img img {
  width: 36px;
}
#opportunity-detail-page #opportunity-detail-item .opportunity-detail-item-title {
  color: #8B95A0;
  font-size: 14px;
}
#opportunity-detail-page #opportunity-detail-item .opportunity-detail-item-subtitle {
  margin-top: 3px;
  color: #000000;
  font-size: 14px;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow-x: hidden;
  max-width: 40ch;
}
#opportunity-detail-page #opportunity-detail-item-divider {
  margin-bottom: 50px;
  border: 1px solid #96B0E3;
  opacity: 61%;
}
#opportunity-detail-page #opportunity-detail-objectives {
  padding: 40px;
  text-align: center;
}
#opportunity-detail-page #opportunity-detail-objectives .opportunity-detail-objectives-text {
  font-weight: 700;
  margin-top: 14px;
  color: #000000;
  font-size: 22px;
}
#opportunity-detail-page #opportunity-detail-objectives .opportunity-detail-objectives-img {
  margin-top: 16px;
}
#opportunity-detail-page #opportunity-detail-objectives .opportunity-detail-objectives-img img {
  margin: 5px;
  width: 90px;
  border-radius: 12px;
}
#opportunity-detail-page #opportunity-detail-social {
  padding: 40px;
  text-align: center;
}
#opportunity-detail-page #opportunity-detail-social .opportunity-detail-social-text {
  font-weight: 700;
  margin-top: 14px;
  color: #000000;
  font-size: 22px;
}
#opportunity-detail-page #opportunity-detail-social .opportunity-detail-social-img {
  margin-top: 16px;
}
#opportunity-detail-page #opportunity-detail-social .opportunity-detail-social-img img {
  margin: 5px;
  width: 50px;
}

#organization-list-page {
  margin-top: 10px;
}
#organization-list-page #organization-list-filter {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
}
#organization-list-page .organization-list-filter-scrollable {
  margin: 4px, 4px;
  padding: 8px;
  text-align: justify;
}
#organization-list-page #organization-list-filter-title {
  margin-bottom: 10px;
  color: #4A516E;
  font-size: 24px;
}
#organization-list-page #organization-list-filter-label {
  margin-bottom: 8px;
  color: #1A1A1A;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-input {
  margin-bottom: 25px;
}
#organization-list-page .organization-list-filter-input::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-input::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-input:-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-input::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-input::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#organization-list-page .organization-list-filter-buttons {
  margin-top: 15px;
  margin-bottom: 35px;
}
#organization-list-page .organization-list-filter-button {
  margin-top: 20px;
  text-align: center;
}
#organization-list-page .organization-list-filter-on img {
  width: 26px;
  height: 26px;
}
#organization-list-page .organization-list-filter-off {
  text-align: end;
  margin-bottom: 5px;
  padding: 0px;
}
#organization-list-page #organization-list {
  padding-top: 20px;
  background: #FAFBFC 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #CFDCF7CC;
  display: flex;
  flex-direction: column;
}
#organization-list-page #organization-list-title {
  margin-bottom: 15px;
  color: #4A516E;
  font-size: 24px;
}
#organization-list-page .organization-list-cards {
  margin: 4px, 4px;
  padding: 8px;
  text-align: justify;
  flex: 0;
}
#organization-list-page #organization-list-flex {
  flex: 1;
}
#organization-list-page .organization-list-no-results {
  text-align: center;
}
#organization-list-page .organization-list-no-results img {
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
}
#organization-list-page .organization-list-no-results h1 {
  margin-top: 50px;
  color: #000000;
  font-size: 21px;
}
#organization-list-page .organization-list-no-results p {
  margin-top: 20px;
  color: #4A516E;
  font-size: 16px;
}
#organization-list-page #organization-card {
  margin-top: 40px;
}
#organization-list-page #organization-card-box {
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px #CFDCF7CC;
}
#organization-list-page #organization-card-box:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#organization-list-page .organization-card-image {
  margin-bottom: 5px;
  padding: 0px;
  border: 1px solid #E9EAEF;
  border-radius: 10px;
}
#organization-list-page .organization-card-image img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
}
#organization-list-page .organization-card-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1A1A1A;
  font-size: 20px;
}
#organization-list-page .organization-card-description {
  margin-bottom: 8px;
  color: #4A516E;
  font-size: 16px;
}
#organization-list-page .organization-card-description-img {
  text-align: end;
}
#organization-list-page .organization-card-description-img img {
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
#organization-list-page #organization-card-arrow {
  text-align: right;
}
#organization-list-page .control-label {
  margin-bottom: 5px;
  color: #1A1A1A;
  font-size: 14px;
}

#organization-detail-page {
  margin-top: 20px;
}
#organization-detail-page #organization-detail-title {
  margin-top: 35px;
  margin-left: 25px;
  color: #4A516E;
  font-size: 24px;
  width: 80%;
}
#organization-detail-page #organization-detail-card {
  padding-top: 26px;
  padding-bottom: 60px;
}
#organization-detail-page .organization-detail-card-item {
  text-align: center;
}
#organization-detail-page .organization-detail-card-item img {
  max-width: 425px !important;
  max-height: 300px !important;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #organization-detail-page .organization-detail-card-item img {
    max-width: 260px !important;
  }
}
#organization-detail-page .organization-detail-card-item h1 {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #1A1A1A;
  font-size: 20px;
}
#organization-detail-page .organization-detail-card-item p {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  opacity: 40%;
}
#organization-detail-page .organization-detail-card-left-arrow {
  align-self: center;
  text-align: -webkit-left;
}
#organization-detail-page .organization-detail-card-left-arrow img {
  width: 40px;
  height: 40px;
}
#organization-detail-page .organization-detail-card-right-arrow {
  align-self: center;
  text-align: -webkit-right;
}
#organization-detail-page .organization-detail-card-right-arrow img {
  width: 40px;
  height: 40px;
}
#organization-detail-page .organization-detail-card-button {
  margin-top: 40px;
}
#organization-detail-page #organization-detail-content {
  padding: 60px 0px;
  background: #FCFDFF 0% 0% no-repeat padding-box;
}
#organization-detail-page #organization-detail-content-section {
  padding: 30px 0px;
}
#organization-detail-page #organization-detail-content-section h1 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 22px;
}
#organization-detail-page #organization-detail-content-section p {
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
  color: #4A516E;
  font-size: 16px;
}
#organization-detail-page .organization-detail-item-list {
  padding-left: 0px;
  padding-right: 0px;
}
#organization-detail-page #organization-detail-item {
  margin-bottom: 50px;
  padding-left: 40px;
}
#organization-detail-page #organization-detail-item .organization-detail-item-img {
  text-align: end;
}
#organization-detail-page #organization-detail-item .organization-detail-item-img img {
  width: 36px;
}
#organization-detail-page #organization-detail-item .organization-detail-item-title {
  color: #8B95A0;
  font-size: 14px;
}
#organization-detail-page #organization-detail-item .organization-detail-item-subtitle {
  margin-top: 3px;
  color: #000000;
  font-size: 14px;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow-x: hidden;
  max-width: 40ch;
}
#organization-detail-page #organization-detail-item-divider {
  margin-bottom: 50px;
  border: 1px solid #96B0E3;
  opacity: 61%;
}
#organization-detail-page #organization-detail-objectives {
  padding: 40px;
  text-align: center;
}
#organization-detail-page #organization-detail-objectives .organization-detail-objectives-text {
  margin-top: 14px;
  color: #000000;
  font-size: 22px;
}
#organization-detail-page #organization-detail-objectives .organization-detail-objectives-img {
  margin-top: 16px;
}
#organization-detail-page #organization-detail-objectives .organization-detail-objectives-img img {
  margin: 5px;
  width: 90px;
  border-radius: 12px;
}
#organization-detail-page #organization-detail-social {
  padding: 60px 20px;
  text-align: center;
}
#organization-detail-page #organization-detail-social .organization-detail-social-text {
  font-weight: 700;
  margin-top: 14px;
  color: #000000;
  font-size: 22px;
}
#organization-detail-page #organization-detail-social .organization-detail-social-img {
  margin-top: 16px;
}
#organization-detail-page #organization-detail-social .organization-detail-social-img img {
  margin: 5px;
  width: 50px;
}

#edit-profile-page {
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
#edit-profile-page .edit-profile-page-title {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #4A516E;
  font-size: 24px;
}
#edit-profile-page .user-photo-container {
  text-align: center;
}
#edit-profile-page .user-photo-container .user-photo {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}
#edit-profile-page .user-photo-container .user-photo img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#edit-profile-page .user-photo-container .user-photo:after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  background-image: url("../img/icon-photo.png");
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(1, 1, 1, 0.3);
  border-radius: 100%;
}
#edit-profile-page .user-photo-container .user-photo:hover:after {
  background-color: rgba(1, 1, 1, 0.6);
}

#my-profile-page #my-profile-info {
  padding-top: 27px;
  padding-bottom: 50px;
  background: transparent linear-gradient(180deg, #1FB8E5 0%, #3668D9 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 14px;
}
#my-profile-page #my-profile-info .my-profile-info-title {
  font-size: 24px;
}
#my-profile-page #my-profile-info .my-profile-info-img {
  margin-top: 39px;
  margin-bottom: 33px;
  text-align: center;
}
#my-profile-page #my-profile-info .my-profile-info-img img {
  width: 144px;
  height: 144px;
  border: 3px solid #23A9E3;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #FFFFFF;
}
#my-profile-page #my-profile-info #my-profile-info-group {
  margin-bottom: 36px;
}
#my-profile-page #my-profile-info #my-profile-info-group .my-profile-info-group-label {
  margin-bottom: 10px;
}
#my-profile-page #my-profile-info #my-profile-info-group .my-profile-info-group-label a {
  color: #FFFFFF;
  font-size: 14px;
}
#my-profile-page #my-profile-info #my-profile-info-group .my-profile-info-group-input {
  padding: 13px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
#my-profile-page #my-profile-info #my-profile-info-group .my-profile-info-group-input:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #125ABC;
  color: #000000;
}
#my-profile-page #my-profile-options {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
#my-profile-page #my-profile-options .my-profile-clickable-card {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px #CFDCF7CC;
  border-radius: 20px;
}
#my-profile-page #my-profile-options .my-profile-clickable-card:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#my-profile-page #my-profile-options .my-profile-card-title {
  color: #125ABC;
  font-size: 20px;
  font-weight: bold;
}
#my-profile-page #my-profile-options .my-profile-options-space {
  height: 15px;
}

#candidatures-list-page {
  margin-top: 28px;
  margin-bottom: 70px;
}
#candidatures-list-page .candidatures-list-title {
  margin-bottom: 50px;
  color: #4A516E;
  font-size: 24px;
}
#candidatures-list-page .candidatures-list-cards {
  margin: auto auto 20px auto;
}
#candidatures-list-page .candidatures-list-empty-section {
  margin: auto;
  text-align: center;
}
#candidatures-list-page .candidatures-list-empty-section .candidatures-list-empty-section-img img {
  padding-bottom: 30px;
  width: 100%;
  max-width: 350px;
}
#candidatures-list-page .candidatures-list-empty-section .candidatures-list-empty-section-title {
  padding-bottom: 10px;
  font-size: 20px;
  color: #1A1A1A;
}
#candidatures-list-page .candidatures-list-empty-section .candidatures-list-empty-section-subtitle {
  padding-bottom: 30px;
  font-size: 16px;
  color: #4A516E;
}

#error-page {
  text-align: center;
  margin: 50px 0px;
}
#error-page img {
  margin-bottom: 50px;
  width: 315px;
}
#error-page .error-title {
  margin-bottom: 50px;
  color: #4A516E;
  font-size: 24px;
}
#error-page .error-button {
  text-align: center;
}

#recover-password-page {
  margin-top: 34px;
  margin-bottom: 50px;
}
#recover-password-page .recover-password-page-title {
  padding-bottom: 12px;
  color: #4A516E;
  font-size: 24px;
  text-align: center;
}
#recover-password-page .recover-password-page-subtitle {
  padding-bottom: 30px;
  color: #8D96A7;
  font-size: 14px;
  text-align: center;
}
#recover-password-page .recover-password-page-form {
  padding-top: 20px;
}
#recover-password-page .recover-password-page-buttons {
  padding-top: 50px;
}

#edit-opportunity-form {
  margin-top: 34px;
}

#create-opportunity-form {
  margin-top: 34px;
}

#clone-opportunity-form {
  margin-top: 34px;
}

#confirmation-email-sent-content {
  margin-top: 30px;
  margin-bottom: 80px;
}
#confirmation-email-sent-content .logo {
  margin-bottom: 30px;
}
#confirmation-email-sent-content .logo img {
  width: 289px;
  height: 296px;
}
#confirmation-email-sent-content .title {
  color: #4A516E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
#confirmation-email-sent-content .subtitle {
  color: #4A516E;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 140px;
}

#confirmation-email-content {
  margin-top: 30px;
  margin-bottom: 80px;
}
#confirmation-email-content .logo {
  margin-bottom: 30px;
}
#confirmation-email-content .logo img {
  width: 296px;
  height: 296px;
}
#confirmation-email-content .title {
  color: #4A516E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
#confirmation-email-content .subtitle {
  color: #4A516E;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 160px;
}

#register-external-content {
  margin-top: 30px;
  margin-bottom: 80px;
}
#register-external-content .logo {
  margin-bottom: 30px;
}
#register-external-content .logo img {
  width: 296px;
  height: 296px;
}
#register-external-content .title {
  color: #4A516E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
#register-external-content .subtitle {
  color: #4A516E;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 160px;
}

#link-external-account-page {
  margin-top: 34px;
  margin-bottom: 30px;
}
#link-external-account-page .title {
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}
#link-external-account-page .submit-group {
  margin-top: 62px;
}

.btn-social {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  margin: 10px 0px;
}
.btn-social > img {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.btn-custom, .btn-cancel, .btn-secondary, .btn-principal-light, #mainNav.dark:not(.collapsed) #login, .btn-principal, #mainNav #login {
  padding: 10px 40px;
  border-radius: 50px;
}
.btn-custom:disabled, .btn-cancel:disabled, .btn-secondary:disabled, .btn-principal-light:disabled, #mainNav.dark:not(.collapsed) #login:disabled, .btn-principal:disabled, #mainNav #login:disabled {
  opacity: 0.4 !important;
}

.btn-principal, #mainNav #login {
  color: #ffffff !important;
  background: transparent linear-gradient(90deg, #3E77C6 0%, #234FAC 100%) 0% 0% no-repeat padding-box !important;
  border: none !important;
}
.btn-principal:hover, #mainNav #login:hover, .btn-principal:active, #mainNav #login:active {
  color: #ffffff !important;
  background: #043578 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 6px 16px #A2BAE8 !important;
  border: none !important;
}
.btn-principal:focus, #mainNav #login:focus {
  color: #ffffff !important;
  border: 2px solid #57E5FF !important;
  box-sizing: border-box !important;
  background: transparent linear-gradient(90deg, #3E77C6 0%, #234FAC 100%) 0% 0% no-repeat padding-box !important;
}

.btn-principal-light, #mainNav.dark:not(.collapsed) #login {
  color: #125ABC !important;
  background: #ffffff 0% 0% no-repeat padding-box !important;
}
.btn-principal-light:hover, #mainNav.dark:not(.collapsed) #login:hover, .btn-principal-light:active, #mainNav.dark:not(.collapsed) #login:active {
  color: #ffffff;
  background: #043578 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 16px #154196;
}
.btn-principal-light:focus, #mainNav.dark:not(.collapsed) #login:focus {
  border: 2px solid #57E5FF !important;
  box-sizing: border-box;
}

.btn-secondary {
  color: #125ABC !important;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #234FAC !important;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #ffffff !important;
  background: #043578 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 6px 16px #A2BAE8 !important;
}
.btn-secondary:focus {
  color: #ffffff !important;
  border: 2px solid #57E5FF !important;
  box-sizing: border-box !important;
  background: transparent linear-gradient(90deg, #3E77C6 0%, #234FAC 100%) 0% 0% no-repeat padding-box !important;
}

.btn-cancel {
  color: #125ABC !important;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #C8D0DE !important;
}
.btn-cancel:hover, .btn-cancel:active {
  color: #ffffff !important;
  background: #ACB7CC 0% 0% no-repeat padding-box !important;
  border-color: #ACB7CC !important;
  box-shadow: 0px 10px 26px #A2BAE8 !important;
}
.btn-cancel:focus {
  border: 2px solid #57E5FD !important;
  box-sizing: border-box !important;
}

.btn-login-facebook {
  font-size: 14px;
  font-weight: 500;
  background-color: #3B5A98;
  color: #ffffff !important;
  padding: 8px 72px;
  transition: background-color 3s ease;
}
.btn-login-facebook:hover {
  background: #334C80 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 6px 16px #C8D9FA !important;
}
.btn-login-facebook:before {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/social/facebook-icon.svg");
}

.btn-login-google {
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  color: #626C7E !important;
  border: 1px solid #C5C6C6;
  padding: 8px 72px;
}
.btn-login-google:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 6px 16px #C8D9FA !important;
}
.btn-login-google:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/social/google-icon.svg");
}

span.close-button {
  cursor: pointer;
  color: #6C717C;
  font-size: 14px;
  font-weight: 500;
}
span.close-button:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  background-size: 40px 40px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/close-icon.svg");
}

.bv-label.title-list {
  color: #4A516E;
  font-size: 20px;
  font-weight: 700;
}
.bv-label.title-page {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 500;
}
.bv-label.subtitle-page {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  letter-spacing: 0;
}
.bv-label.subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}
.bv-label.text {
  color: #4A516E;
  font-size: 16px;
  font-weight: 500;
}
.bv-label.auxiliar {
  color: #8D96A7;
  font-size: 14px;
  font-weight: 500;
}
.bv-label.auxiliar.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.bv-label.auxiliar.separator::before, .bv-label.auxiliar.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #8D96A7;
}
.bv-label.auxiliar.separator:not(:empty)::before {
  margin-right: 1.5em;
}
.bv-label.auxiliar.separator:not(:empty)::after {
  margin-left: 1.5em;
}
.bv-label.page-text {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
}
.bv-label.pagination-select {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.bv-label.subgroup-pagination {
  color: #858888;
  font-size: 14px;
  font-weight: 300;
}

.label-optional {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 10px;
  color: #959CAC;
}

.custom-checkbox label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox label::before {
  background-image: url(../img/checkbox.svg);
  background-size: 32px 32px;
  background-color: transparent;
  background-repeat: no-repeat no-repeat;
  content: " ";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.custom-checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  margin: 0;
  outline: none;
  position: absolute;
  border: 1px solid transparent;
  background-color: transparent;
}
.custom-checkbox input[type=checkbox]:focus + label::before {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  background-image: url("../img/checkbox-pressed.svg");
}

.card-checkbox {
  width: 100%;
  height: 70px;
}
.card-checkbox label {
  display: inline-flex;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.card-checkbox label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat no-repeat;
  background-image: url("../img/card-checkbox.svg");
  background-size: 16px 16px;
  margin-top: 5px;
  margin-right: 5px;
}
.card-checkbox label::before {
  font-size: 14px;
  color: #334257;
  font-weight: 400;
  background-color: #ffffff;
  background-size: auto;
  border: 1px solid #D0D7E5;
  border-radius: 4px;
  content: attr(data-text);
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 16px 36px 16px 20px;
}
.card-checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
}
.card-checkbox input[type=checkbox]:checked + label::before {
  color: #ffffff !important;
  background-color: transparent !important;
  background-image: linear-gradient(111deg, #2D9DBE 0%, #3259B2 100%) !important;
}
.card-checkbox input[type=checkbox]:focus + label::before {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.card-checkbox input[type=checkbox]:checked + label::after {
  background-image: url("../img/card-checkbox-active.svg") !important;
}

.image-checkbox:hover label img {
  filter: grayscale(0%);
}
.image-checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
}
.image-checkbox input[type=checkbox]:focus + label {
  border-radius: 10px;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.image-checkbox input[type=checkbox]:checked + label img {
  filter: grayscale(0%);
  transform: scale(1);
  z-index: -1;
}
.image-checkbox label img {
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  cursor: pointer;
  filter: grayscale(100%);
  transform: scale(0.9);
  box-shadow: 0px 3px 6px #3F5BA829;
  border-radius: 10px;
}

.custom-radio label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.custom-radio label::before {
  background-image: url(../img/radiobutton.svg);
  background-size: 45px 45px;
  background-color: transparent;
  content: " ";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.custom-radio input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
}
.custom-radio input[type=radio]:focus + label::before {
  border-color: #86b7fe;
  border-radius: 100%;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.custom-radio input[type=radio]:checked + label::before {
  background-image: url("../img/radiobutton-pressed.svg");
}

.card-radiobutton {
  width: 100%;
  height: 70px;
}
.card-radiobutton label {
  display: inline-flex;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
}
.card-radiobutton label::before {
  font-size: 14px;
  font-weight: 400;
  color: #334257;
  background-color: #ffffff;
  background-size: auto;
  border: 1px solid #D0D7E5;
  border-radius: 4px;
  content: attr(data-text);
  display: inline-block;
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
}
.card-radiobutton input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
}
.card-radiobutton input[type=radio]:checked + label::before {
  color: #ffffff !important;
  background-color: transparent !important;
  background-image: linear-gradient(111deg, #2D9DBE 0%, #3259B2 100%) !important;
}
.card-radiobutton input[type=radio]:focus + label::before {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.card-radiobutton input[type=radio]:checked + label::after {
  content: "";
}

.password-input-group .password-input-toggle {
  position: absolute;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  right: 0;
  background-color: transparent;
  background-position: center center;
  background-size: 19px 13px;
  background-repeat: no-repeat;
  background-image: url(../img/password/icon_eye.svg);
}
.password-input-group .password-input-toggle.show {
  background-image: url(../img/password/icon_eye_press.svg) !important;
}
.password-input-group .password-input {
  padding-right: 2.375rem;
}
.password-input-group .password-input[type=password] {
  color: #96B0E3 !important;
  letter-spacing: 4px !important;
}
.password-input-group ::-webkit-input-placeholder {
  letter-spacing: 0px !important;
}
.password-input-group ::-moz-placeholder {
  letter-spacing: 0px !important;
}
.password-input-group :-ms-input-placeholder {
  letter-spacing: 0px !important;
}
.password-input-group ::-ms-input-placeholder {
  letter-spacing: 0px !important;
}
.password-input-group ::placeholder {
  letter-spacing: 0px !important;
}

.file-upload-group .file-upload-button {
  position: absolute;
  display: block;
  width: 3rem;
  height: 2.6rem;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  right: 0;
  background-color: transparent;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_upload.png);
}
.file-upload-group > input[type=file] {
  display: none;
}

.dropdown-search {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.dropdown-search .dropdown-content {
  display: flex;
  border-radius: 28px;
  flex-direction: column;
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  background-color: white;
  padding: 0px 24px;
  box-shadow: 0px 3px 40px #8CA2D0CC;
}
.dropdown-search .dropdown-content input[type=text] {
  font-size: 16px;
  font-weight: 400;
  padding: 13px 0px;
  border: none !important;
  outline: none !important;
}
.dropdown-search .dropdown-content input[type=text]:focus + .dropdown-items, .dropdown-search .dropdown-content input[type=text]:active + .dropdown-items {
  display: block;
}
.dropdown-search .dropdown-content .loader {
  position: absolute;
  right: 20px;
  background: white;
  width: 30px;
  height: 30px;
  top: 14px;
  border: 4px solid white;
  border-top: 4px solid #2D9DBE;
}
.dropdown-search .dropdown-content .dropdown-items {
  display: none;
}
.dropdown-search .dropdown-content .dropdown-items:focus, .dropdown-search .dropdown-content .dropdown-items:active, .dropdown-search .dropdown-content .dropdown-items .show {
  display: block;
}
.dropdown-search .dropdown-content .dropdown-items a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
  text-decoration: none;
  display: block;
  z-index: 2;
}
.dropdown-search .dropdown-content .dropdown-items a:first-child {
  padding-top: 14px;
  border-top: 1px solid #C8D0DE;
}

.dropdown-toggle.form-control {
  text-align: left;
  position: relative;
  white-space: initial;
  height: auto;
}
.dropdown-toggle.form-control:not(.selected) {
  color: #C5C6C6;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.dropdown-toggle.form-control::after {
  color: #04486B;
  position: absolute;
  right: 16px;
  margin-top: 10px;
}

.dropdown-menu.multiple {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  max-height: 200px;
  overflow: auto;
}

.dropdown-menu {
  margin: 10px;
  border: 0;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
  background: none;
  /* .size-sm({
              padding: 16px;
              background: @color-primary-dark;

              .dropdown-item {
                  background: @color-primary-dark;
                  border-bottom: 0;
                  padding: 10px 5px;

                  &:hover, &:focus {
                      background: @color-primary-light;
                  }

                  &:active {
                      background: #AE9CD6;
                  }

                  &.profile {
                      border-bottom: 1px solid #ECEDEF14;
                  }
              }
          })
  ;*/
}
.dropdown-menu .dropdown-item {
  line-height: 30px;
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
}
.dropdown-menu .dropdown-item .custom-checkbox label::before {
  background-size: 16px 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.dropdown-menu .dropdown-item > * {
  vertical-align: middle;
}
.dropdown-menu .dropdown-item > * + span {
  margin-left: 10px;
}

.pagination-top {
  text-align: end;
  margin-right: 15px;
}

.pagination-bottom {
  margin: 15px;
  margin-bottom: 50px;
  align-self: flex-end;
}

.pagination-right-button {
  height: 40px;
  width: 40px;
  background: #B6BECE39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-right.png);
  background-position: center;
  background-size: 9px;
  border: 1px solid #B6BECE39;
  border-radius: 6px;
  vertical-align: middle;
}
.pagination-right-button[disabled] {
  background: #E6EEFE39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-right.png);
  background-position: center;
  background-size: 9px;
}
.pagination-right-button:hover:enabled {
  background: #868E9E39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-right.png);
  background-position: center;
  background-size: 9px;
}

.pagination-left-button {
  height: 40px;
  width: 40px;
  background: #B6BECE39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-left.png);
  background-position: center;
  background-size: 9px;
  border: 1px solid #B6BECE39;
  border-radius: 6px;
  vertical-align: middle;
}
.pagination-left-button[disabled] {
  background: #E6EEFE39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-left.png);
  background-position: center;
  background-size: 9px;
}
.pagination-left-button:hover:enabled {
  background: #868E9E39 0% 0% no-repeat padding-box;
  background-image: url(/BolsaDV.Theme/img/arrow-left.png);
  background-position: center;
  background-size: 9px;
}

.pagination-input {
  height: 40px;
  width: 40px;
  padding: 0px;
  background: white;
  border: 1px solid #C8D0DE;
  border-radius: 6px;
  color: #1A1A1A;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin: 0px 2px;
}

.pagination-totalpages {
  color: #1A1A1A;
  font-size: 16px;
}

.dropdown-switch {
  display: inline-flex;
}
.dropdown-switch span-before--circle {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.dropdown-switch span {
  font-weight: 500;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-switch .dropdown-toggle::after {
  border-top-color: #BFC9D3;
}
.dropdown-switch .dropdown-toggle span {
  color: #4A516E;
  letter-spacing: 0px;
}
.dropdown-switch .dropdown-menu {
  background: #455469 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #566BB24E;
  border-radius: 10px;
  padding: 16px;
}
.dropdown-switch .dropdown-menu li {
  cursor: pointer;
}
.dropdown-switch .dropdown-menu li span {
  color: #FFFFFF;
  letter-spacing: 0px;
}

.loader {
  border: 16px solid white;
  border-top: 16px solid #2D9DBE;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-carousel-indicators {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.custom-carousel-indicators button {
  box-sizing: content-box !important;
  padding: 0 !important;
  width: 8px !important;
  height: 8px !important;
  cursor: pointer !important;
  background-color: #FFFFFF !important;
  border: 1px solid #3F69BE !important;
  opacity: 0.3;
  border-radius: 24px !important;
  margin-bottom: 32px !important;
}
.custom-carousel-indicators button:not(:last-child) {
  margin-right: 8px !important;
}
.custom-carousel-indicators button.active {
  opacity: 1;
}

.large-card-box {
  padding: 30px 20px 20px 20px !important;
  border: 1px solid #F9F9F9 !important;
  box-shadow: 0px 4px 6px #CFDCF7CC;
}
.large-card-box:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
.large-card-box .large-card-box-image {
  padding: 0px;
}
.large-card-box .large-card-box-image img {
  width: 180px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #E9EAEF;
  border-radius: 10px;
  padding: 8px;
}
.large-card-box .large-card-title {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .large-card-box .large-card-title {
    margin-top: 0px;
  }
}
.large-card-box .large-card-dropdown-switch {
  margin-bottom: 10px;
}
.large-card-box .large-card-description {
  margin-bottom: 16px;
  color: #4A516E;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.large-card-box .large-card-description:last-child {
  margin-bottom: 22px;
}
@media (min-width: 576px) {
  .large-card-box .large-card-description:last-child {
    margin-bottom: 0px;
  }
}
.large-card-box .large-card-description img {
  width: 18px;
  height: 22px;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}
.large-card-box .large-card-arrow {
  text-align: right;
}
.large-card-box .loader {
  border: 4px solid white;
  border-top: 4px solid #2D9DBE;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1200px) {
  .large-card-box .loader {
    display: inline-flex;
  }
  .large-card-box .large-card-dropdown-switch {
    text-align: end;
  }
}

#list-page #list-page-filter {
  padding-top: 34px;
  padding-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
  z-index: 1;
  box-shadow: 0px 3px 6px #CFDCF7CC;
}
#list-page #list-page-filter-header {
  padding-left: 8px;
  padding-right: 20px;
  padding-bottom: 10px;
}
#list-page .list-page-filter-scrollable {
  margin: 4px, 4px;
  padding: 8px;
  text-align: justify;
}
#list-page #list-page-filter-title {
  margin-bottom: 10px;
  color: #4A516E;
  font-size: 24px;
}
#list-page #list-page-filter-subtitle {
  margin-bottom: 10px;
  color: #4A516E;
  font-size: 16px;
}
#list-page #list-page-filter-label {
  margin-bottom: 8px;
  color: #1A1A1A;
  font-size: 14px;
}
#list-page .list-page-filter-input {
  margin-bottom: 25px;
}
#list-page .list-page-filter-input::-webkit-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#list-page .list-page-filter-input::-moz-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#list-page .list-page-filter-input:-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#list-page .list-page-filter-input::-ms-input-placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#list-page .list-page-filter-input::placeholder {
  color: #C5C6C6;
  font-size: 14px;
}
#list-page .list-page-card {
  margin-bottom: 20px;
}
#list-page .list-page-card:last-child {
  margin-bottom: 30px;
}
#list-page .input-button-group .input-button-toggle {
  position: absolute;
  display: block;
  width: 3rem;
  height: 2.5rem;
  line-height: 19px;
  text-align: center;
  z-index: 1;
  right: 0;
  background-color: transparent;
  background-position: center center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-image: url(../img/search-icon.svg);
}
#list-page .list-page-filter-buttons {
  margin-top: 15px;
  margin-bottom: 35px;
}
#list-page .list-page-filter-button {
  margin-top: 20px;
  text-align: center;
}
#list-page .list-page-filter-on {
  text-align: end;
}
#list-page .list-page-filter-on img {
  width: 26px;
  height: 26px;
}
#list-page .list-page-filter-off {
  text-align: end;
  margin-bottom: 5px;
  padding: 0px;
}
#list-page #list-page-list {
  padding-top: 28px;
  background: #FAFBFC 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
}
#list-page #list-page-list-title {
  margin-bottom: 15px;
  color: #4A516E;
  font-size: 24px;
}
#list-page .list-page-list-cards {
  margin: 4px, 4px;
  padding: 8px;
  text-align: justify;
  flex: 0;
}
#list-page #list-page-list-flex {
  flex: 1;
}
#list-page .list-page-list-no-results {
  text-align: center;
}
#list-page .list-page-list-no-results img {
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
}
#list-page .list-page-list-no-results h1 {
  margin-top: 50px;
  color: #000000;
  font-size: 21px;
}
#list-page .list-page-list-no-results p {
  margin-top: 20px;
  color: #4A516E;
  font-size: 16px;
}
#list-page #list-page-card {
  margin-top: 40px;
}
#list-page #list-page-card-box {
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px #CFDCF7CC;
}
#list-page #list-page-card-box:hover {
  box-shadow: 0px 8px 26px #B9CEF8;
}
#list-page .list-page-card-image {
  margin-bottom: 5px;
  padding: 0px;
  border: 1px solid #E9EAEF;
  border-radius: 10px;
}
#list-page .list-page-card-image img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
}
#list-page .list-page-card-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1A1A1A;
  font-size: 20px;
}
#list-page .list-page-card-description {
  margin-bottom: 8px;
  color: #4A516E;
  font-size: 16px;
}
#list-page .list-page-card-description-img {
  text-align: end;
}
#list-page .list-page-card-description-img img {
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
#list-page #list-page-card-arrow {
  text-align: right;
}
#list-page .control-label {
  margin-bottom: 5px;
  color: #1A1A1A;
  font-size: 14px;
}

.botDiv {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0px;
  z-index: 999;
  height: 0px;
  width: 100%;
  align-items: end;
  letter-spacing: 0px !important;
}
.botDiv * {
  font-family: "Lato" !important;
}
.botDiv .botFrame {
  width: 310px;
  height: 380px;
  position: absolute;
  right: 60px;
  bottom: 160px;
  display: none;
}
.botDiv .botFloatingButton {
  position: absolute;
  right: 48px;
  top: -96px;
  cursor: pointer;
  background: transparent;
  background-image: url(../img/bot/bot-floating-button-open.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
}
.botDiv .botFloatingButton.open {
  background-image: url(../img/bot/bot-floating-button-close.svg);
}
.botDiv .chat-bot-header {
  padding: 10px;
  background: #325A91 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  letter-spacing: 0.8px;
  color: white;
}
.botDiv .chat-bot-header .chat-bot-title {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}
.botDiv .chat-bot-header .chat-bot-subtitle {
  padding: 10px 0px;
  font-size: 12px;
}
.botDiv .webchat__bubble__content {
  border-radius: 12px !important;
}
.botDiv .webchat__bubble__content p {
  margin: 10px;
}
.botDiv .webchat__send-box {
  z-index: 20 !important;
}
.botDiv .webchat__send-box, .botDiv .webchat__send-box__main, .botDiv .webchat__send-box-text-box__input {
  background: #325A91 0% 0% no-repeat padding-box !important;
}
.botDiv #webchat:first-child, .botDiv .webchat__send-box, .botDiv .webchat__send-box__main {
  border-radius: 0px 0px 10px 10px !important;
}
.botDiv .webchat__send-box__main {
  border-top: 2px solid #5D7BA4 !important;
}
.botDiv .webchat__send-box-text-box__input {
  color: white !important;
}
.botDiv .webchat__send-box-text-box__input::-webkit-input-placeholder {
  color: #7E97BA !important;
}
.botDiv .webchat__send-box-text-box__input::-moz-placeholder {
  color: #7E97BA !important;
}
.botDiv .webchat__send-box-text-box__input:-ms-input-placeholder {
  color: #7E97BA !important;
}
.botDiv .webchat__send-box-text-box__input::-ms-input-placeholder {
  color: #7E97BA !important;
}
.botDiv .webchat__send-box-text-box__input::placeholder {
  color: #7E97BA !important;
}
.botDiv .react-film__main__slider--right .react-film__flipper__body,
.botDiv .react-film__main__slider--left .react-film__flipper__body {
  font-size: 14px !important;
  line-height: 22px !important;
}
.botDiv .react-film__main__slider--left .react-film__flipper__body {
  padding-right: 2px !important;
}
.botDiv .react-film__main__slider--right .react-film__flipper__body {
  padding-left: 2px !important;
}
.botDiv .webchat__basic-transcript {
  box-shadow: 0px 6px 26px #8499C3;
}
.botDiv .webchat__send-button svg {
  fill: white !important;
}
.botDiv .webchat__upload-button {
  display: none !important;
}
.botDiv .webchat__suggested-action__button {
  border-radius: 24px !important;
  border: 1px solid white !important;
}
.botDiv .webchat__suggested-action__button:hover {
  border: 1px solid #325A91 !important;
  background-color: white !important;
}
.botDiv .webchat__suggested-action__button:hover .webchat__suggested-action__text {
  background-color: white !important;
  color: #325A91 !important;
}
.botDiv .webchat__suggested-action__text {
  color: white !important;
}
.botDiv .webchat__suggested-action__button, .botDiv .webchat__suggested-action__text {
  background-color: #325A91 !important;
}
.botDiv .webchat__send-box-text-box {
  padding: 16px !important;
}
.botDiv .react-film__flipper__body {
  background-color: white !important;
  color: #5270AD !important;
  box-shadow: 2px 4px 6px 2px #043578 !important;
}

#idioma-en, #idioma-pt {
  /* display: contents;*/
  font-size: 0px;
}

#idioma-pt::before {
  padding: 7px 7px;
  background-color: white;
  color: #043578;
  border-radius: 50px;
  margin: 0px 5px;
  font-size: 15px;
  padding: 7px 7px;
  content: "Pt" !important;
  opacity: 0.3;
  border: 1px solid #dad7e8;
}

#idioma-pt::after {
  background-color: white;
  color: #043578;
  border-radius: 50px;
  margin: 0px 0px;
  font-size: 15px;
  padding: 7px 7px;
  content: "En" !important;
  border: 1px solid #dad7e8;
}

#idioma-en::before {
  background-color: white;
  color: #043578;
  border-radius: 50px;
  margin: 0px 5px;
  font-size: 15px;
  padding: 7px 7px;
  content: "Pt" !important;
  border: 1px solid #dad7e8;
}

#idioma-en::after {
  padding: 7px 7px;
  background-color: white;
  color: #043578;
  border-radius: 50px;
  margin: 0px 5px;
  font-size: 15px;
  padding: 7px 7px;
  content: "En" !important;
  border: 1px solid #dad7e8;
  opacity: 0.3;
}

.user-name {
  background-color: #ffffff45;
  border-radius: 50px;
  padding: 1px 7px;
}

.translateloader {
  border: 16px solid white;
  border-top: 16px solid #2D9DBE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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