@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* SASS VAR */
/* HTML REDESIGN */
* {
  font-family: "Hanken Grotesk", sans-serif;
}

body {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1191px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

a:hover, .btn:hover {
  transition: all ease-in-out 0.2s;
}

a {
  color: #00B955;
  text-decoration: none;
}

section {
  margin-top: 3rem;
}

a:hover, a:active, a:focus, a .form-check-input:focus, .btn:hover, .btn:active, .btn:focus, .btn .form-check-input:focus, .btn-close:focus:hover, .btn-close:focus:active, .btn-close:focus:focus, .btn-close:focus .form-check-input:focus, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus, .dropdown-toggle .form-check-input:focus, select:hover, select:active, select:focus, select .form-check-input:focus, input:hover, input:active, input:focus, input .form-check-input:focus, .accordion-button:focus:hover, .accordion-button:focus:active, .accordion-button:focus:focus, .accordion-button:focus .form-check-input:focus, .form-control:hover, .form-control:active, .form-control:focus, .form-control .form-check-input:focus, .bootstrap-select .dropdown-toggle:focus:hover, .bootstrap-select .dropdown-toggle:focus:active, .bootstrap-select .dropdown-toggle:focus:focus, .bootstrap-select .dropdown-toggle:focus .form-check-input:focus, .form-select:hover, .form-select:active, .form-select:focus, .form-select .form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  color: #132844;
  text-decoration: none;
}

.space-1 {
  height: 100px;
}

h1 {
  font-size: 3em;
  font-weight: 200;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 2em;
  font-weight: 900;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  font-size: 1.75em;
  font-weight: 700;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 991px) {
  h5 {
    font-size: 1.25em;
  }
}

h6 {
  font-size: 1.25em;
  font-weight: 700;
}
@media (max-width: 991px) {
  h6 {
    font-size: 1em;
  }
}

p {
  font-size: 1em;
}

/* ANTI BOOTSTRAP */
.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .dropdown-item.active, .dropdown-item:active, .form-check-input:checked {
  background-color: #00B955 !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:active, .offcanvas-body .dropdown-menu {
  background-color: #1562B1 !important;
}

.bg-info, .btn-info, .btn-info:focus, .btn-info:focus-visible, .btn-info:active {
  background-color: #1562B1 !important;
}

.bg-success, .btn-success, .btn-success:focus, .btn-success:focus-visible, .btn-success:active {
  background-color: #00B955 !important;
}

.bg-danger, .btn-danger, .btn-danger:focus, .btn-danger:focus-visible, .btn-danger:active {
  background-color: #E3170A !important;
}

.bg-warning, .btn-warning, .btn-warning:focus, .btn-warning:focus-visible, .btn-warning:active, .page-link.active, .active > .page-link {
  background-color: #F49E4C !important;
}

.bg-dark, .btn-dark, .btn-dark:focus, .btn-dark:focus-visible, .btn-dark:active, .page-link {
  background-color: #132844 !important;
}

.bg-light, .btn-light, .btn-light:focus, .btn-light:focus-visible, .btn-light:active, .carousel-indicators .active, #share .nav-link:hover, #animat .nav-link {
  background-color: #DCE3EA !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white, .btn-white {
  background-color: #fff !important;
}

h1, .text-primary, .btn-outline-primary, .btn-light, .link-primary, .breadcrumb-item a, #animat .nav-link, #share .nav-link:hover i {
  color: #00B955 !important;
}

.text-secondary, .link-secondary, .btn-outline-secondary {
  color: #1562B1 !important;
}

.text-info, .link-info, .btn-outline-info {
  color: #1562B1 !important;
}

.text-success, .link-success {
  color: #00B955 !important;
}

.text-danger, .link-danger {
  color: #E3170A !important;
}

.text-warning, .link-warning {
  color: #F49E4C !important;
}

.text-light, .btn-dark, .link-light, footer .nav-link:hover {
  color: #DCE3EA !important;
}

.text-dark, .link-dark, .breadcrumb-item.active {
  color: #132844 !important;
}

.text-black, .link-black {
  color: #000 !important;
}

.text-white, .link-white, .btn-primary, .btn-outline-secondary:focus, .btn-secondary, .btn-info, .btn-warning, #menu .nav-link, .offcanvas-body .dropdown-menu .dropdown-item, footer .nav-link, .page-item .page-link {
  color: #fff !important;
}

.border-primary, .btn-outline-primary, .btn-outline-primary:hover, .form-check-input:checked {
  border-color: #00B955 !important;
}

.border-secondary, .btn-outline-secondary {
  border-color: #1562B1 !important;
}

.border-info, .btn-outline-info, #share .nav-link {
  border-color: #1562B1 !important;
}

.border-success, .btn-outline-success {
  border-color: #00B955 !important;
}

.border-danger, .btn-outline-danger {
  border-color: #E3170A !important;
}

.border-warning, .btn-outline-warning {
  border-color: #F49E4C !important;
}

.border-dark, .btn-outline-dark, .offcanvas-body .dropdown-menu .dropdown-item {
  border-color: #132844 !important;
}

.border-light, .btn-outline-light {
  border-color: #DCE3EA !important;
}

.form-check-input:focus, .page-link {
  border: none;
}

.btn, .form-control, .form-select {
  border-radius: 1rem;
  padding: 0.4rem 1.2rem;
  font-weight: 700;
}
.btn i, .btn img, .form-control i, .form-control img, .form-select i, .form-select img {
  margin-right: 0.5rem;
}
@media (max-width: 1199px) {
  .btn, .form-control, .form-select {
    padding: 0.2rem 0.8rem;
  }
}
@media (max-width: 991px) {
  .btn, .form-control, .form-select {
    font-size: 0.95em;
    padding: 0.2rem 0.5rem;
  }
}

.btn:hover, .btn:active, .btn:focus, a[class^=link-]:hover, a[class^=link-]:active, a[class^=link-]:focus {
  filter: brightness(80%);
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-dark, .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-light, .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border-width: 0;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
  background-color: transparent;
}

.link-primary, .link-secondary, .link-dark, .link-light, .link-white, .link-black, .link-danger, .link-success, .link-warning, .link-info {
  font-weight: 700;
}

.btn-sm {
  padding: 2px 10px;
}

#content p, #content li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
#content p {
  margin-bottom: 0.6rem;
  text-align: justify;
}
#content.text-center p {
  text-align: center;
}
#content p:last-of-type {
  margin-bottom: 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 2rem !important;
}
#content img, #content iframe {
  max-width: 100%;
  margin: 10px 0;
  border-radius: 1rem;
  border: 1px solid #DCE3EA;
  padding: 5px;
}
#content h1, #content h2 {
  color: #1562B1 !important;
}
#content h3 {
  font-weight: 600 !important;
}
#content h4 {
  font-weight: 500 !important;
}
#content strong, #content b {
  font-weight: 700;
}
#content blockquote {
  margin: 2rem 0 2rem;
  padding-left: 20px;
  margin-left: 75px;
  border-left: 2px solid #00B955;
  position: relative;
  color: #00B955;
}
#content blockquote p {
  font-weight: 700;
}
#content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  color: #00B955;
  font-weight: 900;
  font-size: 3em;
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
#content .fr-img-caption .fr-inner {
  text-align: center;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  color: rgba(19, 40, 68, 0.7);
}

.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-color: #fff;
  list-style-type: none;
}
@media (max-width: 991px) {
  .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}

.card {
  border: 0;
}
.card h2 {
  font-size: 24px;
}
.card .card-img-overlay {
  background-color: rgba(19, 40, 68, 0.7);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.card.hover {
  background-color: transparent !important;
}
.card.hover:hover {
  background-color: #DCE3EA !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

/* SOCIAL ICONE COLOR */
a:hover i.fa-facebook-square, a:hover i.fa-facebook, a:hover i.fa-facebook-f, a:hover i.fa-facebook-official, #share .nav-link i.fa-facebook {
  color: #3b5998;
}

a:hover i.fa-linkedin, a:hover i.fa-linkedin-square, #share .nav-link i.fa-linkedin {
  color: #007bb6;
}

a:hover i.fa-youtube, a:hover i.fa-youtube-play, a:hover i.fa-youtube-square, a:hover i.fa-envelope-square, a:hover i.fa-envelope, a:hover i.fa-envelope-o, #share .nav-link i.fa-youtube {
  color: #bb0000;
}

a:hover i.fa-instagram, #share .nav-link i.fa-instagram {
  color: #833AB4;
}

a:hover i.fa-twitter, a:hover i.fa-x-twitter, a:hover i.fa-twitter-square, #share .nav-link i.fa-twitter, #share .nav-link i.fa-x-twitter {
  color: #00aced;
}

a:hover i.fa-whatsapp, a:hover i.fa-phone, #share .nav-link i.fa-whatsapp {
  color: #4FCE5D;
}

.facebook, .facebook-f {
  background-color: #3b5998;
  color: #FFF;
}
.facebook:hover, .facebook-f:hover {
  background: #DCE3EA;
  color: #3b5998;
}

.youtube, .play {
  background-color: #bb0000;
  color: #FFF;
}
.youtube:hover, .play:hover {
  background: #DCE3EA;
  color: #bb0000;
}

.twitter, .x-twitter {
  background-color: #000;
  color: #FFF;
}
.twitter:hover, .x-twitter:hover {
  background: #DCE3EA;
  color: #000;
}

.threads {
  background-color: #000;
  color: #FFF;
}
.threads:hover {
  background: #DCE3EA;
  color: #000;
}

.tiktok {
  background-color: #000;
  color: #25F4EE;
}
.tiktok:hover {
  background: #DCE3EA;
  color: #000;
}

.whatsapp {
  background-color: #4FCE5D;
  color: #FFF;
}
.whatsapp:hover {
  background: #DCE3EA;
  color: #4FCE5D;
}

.instagram {
  background-color: #833AB4;
  color: #FFF;
}
.instagram:hover {
  background: #DCE3EA;
  color: #833AB4;
}

.linkedin, .linkedin-in {
  background-color: #007bb6;
  color: #FFF;
}
.linkedin:hover, .linkedin-in:hover {
  background: #DCE3EA;
  color: #007bb6;
}

.print {
  background-color: #132844;
  color: #FFF;
}
.print:hover {
  background: #DCE3EA;
  color: #132844;
}

.envelope {
  background-color: #E3170A;
  color: #FFF;
}
.envelope:hover {
  background: #DCE3EA;
  color: #E3170A;
}