@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* SASS VAR */
/* HTML REDESIGN */
* {
  font-family: "Mulish", sans-serif;
}

body {
  color: #000;
  font-weight: 300;
}

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

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

section {
  margin-top: 3rem;
}

a:hover, a:active, a:focus, .btn:hover, .btn:active, .btn:focus, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus, select:hover, select:active, select:focus, input:hover, input:active, input:focus, .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

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

.space-1 {
  height: 100px;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 38px;
  font-weight: 900;
}

h3 {
  font-size: 24px;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

/* ANTI BOOTSTRAP */
.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .btn-outline-primary:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #ed1c24 !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  background-color: #302838 !important;
}

.bg-info, .btn-info, .btn-info:focus, .btn-info:focus-visible, .btn-info:active, .btn-primary:hover, .btn-warning:hover, .btn-success:hover, .btn-danger:hover {
  background-color: #8D8399 !important;
}

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

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

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

.bg-dark, .btn-dark, .btn-dark:focus, .btn-dark:focus-visible, .btn-dark:active, .btn-white:hover, .btn-secondary:hover {
  background-color: #000 !important;
}

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

.bg-black, .btn-dark:hover {
  background-color: #000 !important;
}

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

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

.text-secondary, .link-secondary, .link-primary:hover, .btn-outline-secondary {
  color: #302838 !important;
}

.text-info {
  color: #8D8399 !important;
}

.text-success {
  color: #569A4E !important;
}

.text-danger {
  color: #960505 !important;
}

.text-warning {
  color: #FCBA04 !important;
}

.text-light, .btn-dark, .link-light, .btn-primary:hover, .btn-secondary:hover, .link-white:hover, .link-light {
  color: #d1c8db !important;
}

.text-dark, .link-dark, .link-secondary:hover, .breadcrumb-item:hover a, .breadcrumb-item.active {
  color: #000 !important;
}

.text-black, .btn-warning:hover, .btn-danger:hover, .btn-success:hover, .btn-info:hover {
  color: #000 !important;
}

.btn-primary, .btn-secondary, .btn-info, .btn-white:hover, .btn-outline-secondary:hover, .navbar .nav-link, .link-white, .link-light:hover {
  color: #fff !important;
}

.border-primary, .btn-outline-primary {
  border-color: #ed1c24 !important;
}

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

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

.border-success, .btn-outline-success {
  border-color: #569A4E !important;
}

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

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

.border-dark, .btn-outline-dark {
  border-color: #000 !important;
}

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

.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, .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border: 0;
}

.btn {
  border-width: 0;
  padding: 5px 20px;
  border-radius: 100px;
}

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

.btn-lg {
  padding: 10px 20px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .btn-lg-md {
    padding: 10px 20px;
    font-weight: 800;
    font-size: 1.25rem;
  }
}
.rounded-6 {
  border-radius: 3rem;
}

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

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.badge {
  padding: 0.35em 0.75em 0.5em !important;
}

#content p, #content li {
  font-size: 1.2em;
  font-weight: 300;
  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 #d1c8db;
  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 #ed1c24;
  position: relative;
  color: #ed1c24;
}
#content blockquote p {
  font-weight: 700;
}
#content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  color: #ed1c24;
  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(0, 0, 0, 0.7);
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  list-style-type: none;
}

.carousel-control-next, .carousel-control-prev {
  top: auto;
  bottom: 17px;
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

.card {
  border: 0;
}
.card.rounded-5 {
  --bs-card-inner-border-radius: 2rem;
}
.card h2 {
  font-size: 24px;
}
.card .card-img-overlay {
  background-color: transparent;
}
.card.hover {
  background-color: transparent !important;
}
.card.hover:hover {
  background-color: #d1c8db !important;
}

.dropdown-menu {
  --bs-dropdown-min-width:auto;
}

.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 */
.facebook {
  background-color: #0866ff;
}
.facebook i {
  color: #fff;
}
.facebook:hover {
  background: #fff;
}
.facebook:hover i {
  color: #0866ff;
}

.youtube {
  background-color: #bb0000;
}
.youtube i {
  color: #fff;
}
.youtube:hover {
  background: #fff;
}
.youtube:hover i {
  color: #bb0000;
}

.twitter {
  background-color: #00aced;
}
.twitter i {
  color: #fff;
}
.twitter:hover {
  background: #fff;
}
.twitter:hover i {
  color: #00aced;
}

.whatsapp {
  background-color: #4FCE5D;
}
.whatsapp i {
  color: #fff;
}
.whatsapp:hover {
  background: #fff;
}
.whatsapp:hover i {
  color: #4FCE5D;
}

.linkedin {
  background-color: #007bb6;
}
.linkedin i {
  color: #fff;
}
.linkedin:hover {
  background: #fff;
}
.linkedin:hover i {
  color: #007bb6;
}

.instagram {
  background-color: #dd2a7b;
}
.instagram i {
  color: #fff;
}
.instagram:hover {
  background: #fff;
}
.instagram:hover i {
  color: #007bb6;
}

.tiktok {
  background-color: #000;
}
.tiktok i {
  color: #fff;
}
.tiktok:hover {
  background: #fff;
}
.tiktok:hover i {
  color: #000;
}

.print {
  background-color: #3e87b5;
}
.print i {
  color: #fff;
}
.print:hover {
  background: #fff;
}
.print:hover i {
  color: #3e87b5;
}

.paper-plane {
  background-color: #6e3a3d;
}
.paper-plane i {
  color: #fff;
}
.paper-plane:hover {
  background: #fff;
}
.paper-plane:hover i {
  color: #6e3a3d;
}

/* LIGHT CSS *//*# sourceMappingURL=light.css.map */