:root {
  --color-primary: #001b54 !important;
  --color-primary-dark: #fff !important;
  --color-secondary: #2a2a2a !important;
  --color-bg-grey-light: #f7f7f7 !important;
  --color-bg-transparent: #ffffffcf !important;
  --color-border-width-grey: #dfdfdf !important;
  --color-white: #fff !important;
  --color-black: #000000 !important;
}

.container-sm {
  max-width: 1200px;
  width: 100%;
}

/* Pagination */

.pagination {
  display: flex;
  justify-content: end;
}

.page-link,
.page-link:hover,
.page-link:active,
.page-link:focus {
  box-shadow: none;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/*Cookie*/

.cookiealert {
  background: var(--color-primary) !important;
}

body {
  background-image: none !important;
  background-color: var(--color-white) !important;
}

/* Webkit */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 5px;
}

a,
p {
  font-family: "Cairo", sans-serif;
  font-weight: 500 !important;
  text-transform: none;
  text-decoration: none !important;
  color: var(--color-secondary);
  transition: all 0.4s;
}

a:hover {
  transition: all 0.4s;
}

strong {
  color: var(--color-secondary);
}

h2,
h3,
h4,
h5,
h6,
label {
  text-transform: none;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

hr {
  width: 100% !important;
  margin: 0 !important;
  height: 1px !important;
  border: 1px solid var(--color-border-width-grey) !important;
}

ul {
  padding: 0;
}

.btn-0 {
  border: none !important;
  background: none !important;
  font-size: 20px;
  transition: all 0.4s;
}

.btn-0:hover {
  color: var(--color-primary);
  transition: all 0.4s;
}

.btn_hidden {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  color: var(--color-primary);
}
.btn_default_1 {
  color: var(--color-secondary);
  border-radius: 20px;
  border: 2px solid var(--color-secondary);
  padding: 5px 35px !important;
  font-size: 16px;
  transition: all 0.4s;
}

.btn_default_1:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  transition: all 0.4s;
}

.btn_default_2,
.btn_default_3,
.btn_default_banner {
  color: var(--color-white);
  border-radius: 20px;
  border: 2px solid var(--color-white);
  padding: 4px 30px;
  transition: all 0.4s;
  background: var(--color-primary);
}

.btn_default_2:hover,
.btn_default_banner:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: var(--color-secondary);
  transition: all 0.4s;
}

.btn_default_3:hover {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary) !important;
  background: var(--color-white);
  transition: all 0.4s;
}

.main {
  margin-top: 115px;
  z-index: 2;
  background: var(--color-bg-grey-light);
}

.mt-70 {
  margin-top: 70px;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.bg-grey {
  background: var(--color-border-width-grey) !important;
}

/* Navbar */

#header {
  z-index: 9999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  transition: all 0.4s;
}

#header.fixed-header {
  position: fixed;
  transition: all 0.4s;
}

#topbar {
  transition: all 0.4s;
}

#topbar.fixed-top {
  height: 0;
  opacity: 0;
  transition: all 0.4s;
}

#navbar {
  height: 100%;
}

#main-menu-2 a {
  color: var(--color-white);
}

#main-menu-2 a:hover {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
  transition: all 0.4s;
}

.products-menu a {
  font-size: 18px !important;
  line-height: inherit;
}

.products-menu ul li {
  padding: 0;
}

.products-menu ul a {
  color: var(--color-secondary) !important;
  background: var(--color-white);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.products-menu ul a:hover,
.products-menu ul a:focus,
.products-menu ul a:active,
.products-menu ul a.highlighted {
  background: var(--color-white) !important;
  color: var(--color-primary) !important;
}

.products-menu .sm-nowrap {
  box-shadow: none;
  background: var(--color-white);
}

.sm li.open > ul {
  display: block;
}

.products-menu .sm-nowrap {
  top: 59px !important;
}

.products-menu a:hover,
.products-menu a:focus,
.products-menu a:active,
.products-menu a.highlighted {
  line-height: inherit;
  background: transparent;
  color: var(--color-primary) !important;
}

/* Footer */

footer .menu-footer a,
footer p {
  color: var(--color-white) !important;
}

footer .menu-footer a p:hover {
  color: var(--color-white) !important;
}

.icon-social {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  width: 45px;
  height: 45px;
  border-radius: 5px;
}

.icon-social i {
  color: var(--color-primary) !important;
}

.icon-social a:hover {
  color: var(--color-secondary) !important;
}

.footer {
  color: var(--color-white);
  background: var(--color-primary);
}
.image_footer img {
  max-width: 250px;
  max-height: 100px;
}

.copyright {
  background: var(--color-bg-grey-light);
}

/* Float Whatsapp */

.float {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 40px;
  background-color: #25d366 !important;
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 2px 2px 3px #0000009a;
  z-index: 100 !important;
}

.float:hover {
  text-decoration: none !important;
  color: #ffffff;
}

.my-float:hover {
  text-decoration: none !important;
  color: #ffffff;
}

.products-menu a:hover,
.products-menu a:focus,
.products-menu a:active,
.products-menu a.highlighted {
  color: var(--color-white) !important;
}

/* Blocks */

.mainttl-block-body,
.mainttl-block-body p {
  color: var(--color-secondary) !important;
  font-weight: normal !important;
}

.title {
  color: var(--color-primary);
  text-align: start;
  font-weight: bold !important;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
}

/* BreadCrumb */

.breadcrumb-container .breadcrumb .breadcrumb-item:nth-child(1) a {
  text-transform: initial !important;
}

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

.breadcrumb-item a {
  font-size: 18px;
  color: #000000 !important;
  font-style: normal;
}

.breadcrumb-item {
  font-size: 18px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item:last-child {
  color: #000000;
  font-style: normal;
}

.breadcrumb-container .breadcrumb .breadcrumb-item::after {
  content: "|";
  font-style: normal;
}

/* Timeline */

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) .dashed-circle::after {
  background: #fff !important;
  border: none !important;
}

.timeline li .circle-border {
  background: #001b54;
}

.timeline .card {
  max-width: 300px !important;
}

.timeline .card .image img {
  max-height: 150px !important;
}

.page-block img {
  border-radius: 0 !important;
}

section.carousel .splide__track,
section.splide-no-thumb .splide__track {
  border-radius: 0 !important;
}

.timeline .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  background-color: #001b54 !important;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::after,
.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::before {
  color: #000000 !important;
}

.timeline li:nth-child(2n + 1) span::after {
  right: -45px;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span::after {
  font-size: 40px !important;
}

.timeline li:nth-child(2n) span::after {
  left: -42px;
}

.timeline :is(li:nth-child(2n + 1), li:nth-child(2n)) span.center-year::after {
  top: -20px !important;
}

.timeline li .item::before {
  background: #000000 !important;
}

.timeline li::before {
  background-image: radial-gradient(circle, black 50%, transparent 50%);
  background-size: 10px 5px, 100% 3px !important;
  height: 5px !important;
}

.timeline li .item::after {
  background-image: radial-gradient(circle, black 50%, transparent 50%);
  background-size: 5px 10px, 100% 3px;
  width: 5px !important;
}

.text-gradient {
  background: none !important;
}

.testimonial .title {
  color: #001b54;
}

/* FAQS */

.container-title {
  height: 170px;
}

.cont-bg-title {
  font-size: 45px;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.5rem;
  text-transform: initial;
}

.accordion-button {
  background: #001b54 !important;
}

.faq-accordion .accordion-body {
  border-right: 2px solid #001b54;
  border-left: 2px solid #001b54;
  border-bottom: 2px solid #001b54;
  color: #000000 !important;
}

.accordion-item h3.accordion-header {
  color: #fff !important;
}

/* Contato */

#contact i {
  font-size: 20px;
}
.contact-form {
  background: var(--color-primary);
}

.check-group-custom {
  padding: 0 !important;
}

.btn_submit {
  background-color: transparent;
  padding: 5px 0;
  border-radius: 5px;
  outline: none;
}

.check-label-custom {
  font-size: 14px;
  font-family: "Cairo", sans-serif !important;
  font-style: inherit;
  margin-left: 10px !important;
  font-weight: 400 !important;
  color: var(--color-secondary) !important;
  letter-spacing: 0.3px;
}

.container-title h2 {
  margin-top: 0 !important;
}

.map,
.map iframe {
  width: 100%;
}
