body {
  color: #009ce1; }

html {
  font-size: 100%; }

a {
  color: #00A8E5;
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: underline;
    color: #195A8A;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.navbar-top {
  background-color: #00A8E5 !important; }
  .navbar-top a, .navbar-top span {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none; }
  @media screen and (max-width: 320px) {
    .navbar-top a, .navbar-top span {
      font-size: 1rem; } }
  @media screen and (min-width: 321px) and (max-width: 410px) {
    .navbar-top a, .navbar-top span {
      font-size: 1.25rem; } }
  @media screen and (min-width: 411px) and (max-width: 767px) {
    .navbar-top a, .navbar-top span {
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-top a, .navbar-top span {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .navbar-top a, .navbar-top span {
      font-size: 1.25rem; } }

.navbar__lang__lnk {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem; }

.logo .logo__donors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px; }
  .logo .logo__donors img {
    max-height: 300px;
    padding: 5%; }

.logo .logo__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px; }
  .logo .logo__project img {
    max-height: 200px;
    padding: 5%; }

.logo .logo__title {
  color: #00A8E5;
  font-size: 4rem;
  font-weight: bolder;
  text-align: center; }

.logo .logo__text {
  color: #195A8A;
  font-size: 3rem;
  font-weight: bolder; }

@media screen and (max-width: 320px) {
  .logo .logo__title {
    font-size: 1.4rem; } }

@media screen and (min-width: 321px) and (max-width: 410px) {
  .logo .logo__title {
    font-size: 1.6rem; } }

@media screen and (min-width: 411px) and (max-width: 767px) {
  .logo .logo__title {
    font-size: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .logo .logo__title {
    font-size: 3.2rem; } }

@media screen and (min-width: 1024px) {
  .logo .logo__title {
    font-size: 3.5rem; } }

.logo .logo__wave {
  z-index: -10; }

.carousel {
  -webkit-box-shadow: 0 0 20px 0px #195A8A;
  box-shadow: 0 0 20px 0px #195A8A;
  border-radius: 20px;
  margin-top: 4%;
  margin-bottom: 4%; }

.slider {
  border-radius: 20px; }

.main .main__title {
  text-align: center;
  color: #00A8E5; }

.main .main__subtitle {
  text-align: center;
  color: #195A8A; }

.main .main__title--text {
  text-align: left;
  color: #009ce1;
  text-indent: 1.5em; }

.main .accordion {
  text-align: left; }
  .main .accordion .card-header {
    padding: 0.2rem 0.75rem; }
  .main .accordion .btn-link {
    color: #009ce1;
    text-decoration: none; }
    .main .accordion .btn-link:hover {
      color: #195A8A; }
  .main .accordion .btn {
    text-align: left; }
    .main .accordion .btn:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .main .accordion .table {
    color: #195A8A; }

.main__block {
  -webkit-box-shadow: 0 0 10px 0px #195A8A;
  box-shadow: 0 0 10px 0px #195A8A;
  border-radius: 20px;
  margin: 10px;
  padding: 20px;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .main__block:hover {
    -webkit-box-shadow: 0 0 20px 0px #195A8A;
    box-shadow: 0 0 20px 0px #195A8A;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .main__block .main__block--svg {
    font-size: 12vw;
    text-align: center;
    padding-bottom: 20px; }
  @media screen and (max-width: 320px) {
    .main__block .main__block--svg {
      font-size: 12vw; } }
  @media screen and (min-width: 321px) and (max-width: 410px) {
    .main__block .main__block--svg {
      font-size: 12vw; } }
  @media screen and (min-width: 411px) and (max-width: 767px) {
    .main__block .main__block--svg {
      font-size: 10vw; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main__block .main__block--svg {
      font-size: 10vw; } }
  @media screen and (min-width: 1024px) {
    .main__block .main__block--svg {
      font-size: 5vw; } }
  .main__block .main__block--text {
    color: #195A8A;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center; }
  @media screen and (max-width: 320px) {
    .main__block .main__block--text {
      font-size: 0.6rem; } }
  @media screen and (min-width: 321px) and (max-width: 410px) {
    .main__block .main__block--text {
      font-size: 0.8rem; } }
  @media screen and (min-width: 411px) and (max-width: 767px) {
    .main__block .main__block--text {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .main__block .main__block--text {
      font-size: 1.2rem; } }

@media screen and (max-width: 320px) {
  .main__block {
    max-width: 120px;
    min-width: 120px;
    width: 120px;
    max-height: 120px;
    min-height: 120px;
    height: 120px; } }

@media screen and (min-width: 321px) and (max-width: 410px) {
  .main__block {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    max-height: 150px;
    min-height: 150px;
    height: 150px; } }

@media screen and (min-width: 411px) and (max-width: 767px) {
  .main__block {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
    max-height: 180px;
    min-height: 180px;
    height: 180px; } }

@media screen and (min-width: 768px) {
  .main__block {
    max-width: 210px;
    min-width: 210px;
    width: 210px;
    max-height: 210px;
    min-height: 210px;
    height: 210px; } }

.main__social {
  -webkit-box-shadow: 0 0 10px 0px #195A8A;
  box-shadow: 0 0 10px 0px #195A8A;
  border-radius: 20px;
  margin: 20px;
  padding: 10px;
  width: 100%;
  height: auto; }
  .main__social .main__social--text {
    color: #195A8A;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 10px; }
  .main__social .main__social--btn {
    background-color: #00A8E5;
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px; }
    .main__social .main__social--btn:hover {
      background-color: #009ce1; }
  .main__social .main__social--hr {
    padding-bottom: 10px; }
  .main__social .main__social--title {
    text-align: center; }
  .main__social .main__social--post {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.footer .footer__wave {
  padding: 0; }

.footer .footer__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  background-color: #195A8A;
  color: #fff; }

.footer .footer__lnk--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #195A8A;
  color: #fff; }
  .footer .footer__lnk--social img {
    fill: #fff;
    width: 64px;
    height: 64px;
    padding-left: 10%;
    padding-right: 10%; }
  .footer .footer__lnk--social svg {
    fill: #fff;
    width: 64px;
    height: 64px;
    padding-left: 10%;
    padding-right: 10%; }

.breadcrumb {
  background-color: #fff !important; }

.gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px; }

.gallery img {
  max-height: 265px; }

.card-none {
  border: 0 !important; }
