@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* SASS VAR */
/* HTML REDESIGN */
a:hover, .btn:hover {
  transition: all ease-in-out 0.2s;
}

a {
  color: #2B303B;
  text-decoration: none;
}

a:hover, a:active, a:focus, a .form-check-input:focus, .btn:hover, .btn:active, .btn:focus, .btn .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, .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: #0297CF;
  text-decoration: none;
}

.space-1 {
  height: 100px;
}

/* ANTI BOOTSTRAP */
.btn {
  font-weight: 700;
}

.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .dropdown-item.active, .dropdown-item:active, .form-check-input:checked, .page-link.active {
  background-color: #0297CF !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: #ffc300 !important;
}

.bg-info, .btn-info, .btn-info:focus, .btn-info:focus-visible, .btn-info:active, .btn-outline-info:hover {
  background-color: #070D38 !important;
}

.bg-success, .btn-success, .btn-success:focus, .btn-success:focus-visible, .btn-success:active {
  background-color: #0297CF !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 {
  background-color: #F49E4C !important;
}

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

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

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

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

.text-primary, .btn-outline-primary, .btn-light, .link-primary, .breadcrumb-item a, .article a:hover, #share .nav-link:hover i, .btn-outline-light:hover {
  color: #0297CF !important;
}

.text-secondary, .link-secondary, .btn-outline-secondary, footer .nav-link:hover {
  color: #ffc300 !important;
}

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

.text-success, .link-success {
  color: #0297CF !important;
}

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

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

.text-light, .btn-dark, .link-light {
  color: #F0F0F0 !important;
}

.text-dark, .link-dark, .btn-outline-light {
  color: #2B303B !important;
}

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

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

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

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

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

.border-success, .btn-outline-success {
  border-color: #0297CF !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: #2B303B !important;
}

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

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

.btn, .form-control, .form-select {
  border-radius: 1rem;
  padding: 0.4rem 1.2rem;
}
@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;
}

#header nav .nav-link {
  font-weight: bold;
}

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

#content p, #content li {
  font-weight: 300;
  line-height: 1.8;
}
#content a {
  color: #0297CF !important;
  font-weight: bold !important;
}
#content a:hover {
  color: #ffc300 !important;
}
#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 #F0F0F0;
  padding: 5px;
}
#content h3 {
  font-weight: 600 !important;
}
#content h4 {
  font-weight: 500 !important;
}
#content strong {
  font-weight: 500;
}
#content blockquote {
  margin: 2rem 0 2rem;
  padding-left: 20px;
  margin-left: 75px;
  border-left: 2px solid #0297CF;
  position: relative;
  color: #0297CF;
}
#content blockquote p {
  font-weight: 700;
}
#content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  color: #0297CF;
  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(43, 48, 59, 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(43, 48, 59, 0.7);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.card.hover {
  background-color: transparent !important;
}
.card.hover:hover {
  background-color: #F0F0F0 !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;
}

#topmenu .nav-item .nav-link {
  padding: 0.2rem 0.5rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !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: #F0F0F0;
  color: #3b5998;
}

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

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

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

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

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

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

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

.print {
  background-color: #2B303B;
  color: #FFF;
}
.print:hover {
  background: #F0F0F0;
  color: #2B303B;
}

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

#headsocial .nav-item {
  margin: 0 !important;
}
#headsocial .nav-item .nav-link {
  padding: 0;
  border-radius: 100px;
  color: #fff !important;
}
#headsocial .nav-item .nav-link i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headsocial .nav-item:last-of-type .nav-link {
  margin-right: 0;
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.wp-caption-text, figcaption, .wp-caption-text p, .fr-img-caption .fr-inner, .wp-caption-text p:last-of-type, .fr-img-caption .fr-inner:last-of-type {
  font-size: 0.8em;
  color: rgba(43, 48, 59, 0.7);
  text-align: center;
  display: block;
  margin: 5px 0;
}