@import url("../fonts/fonts.css");

/* main styles */
html * {
  scroll-margin-top: 100px;
}
:root {
  --color-primary: #134c95;
  --color-primary-light: #077ce2;
  --color-primary-dark: #044c8b;
  --color-primary-transparent: rgba(0, 87, 163, 0.3);
  --color-secondary: #c55924;
  --color-success: #00c851;
  --bs-primary: #0058a5;
  --bs-secondary: #e25819;
  --bs-secondary-dark: #c45b26;
  --bs-primary-rgb: 0, 88, 165;
  --bs-secondary-rgb: 226, 88, 25;
  --color-tertiary: #58595a;
  --bs-gray-light: #f2f2f2;
}
* {
  font-family: "Work Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}
.reverse-selection *::selection,
#contato *::selection,
.bg-blue *::selection,
.orange-block *::selection,
.dark-block *::selection,
.navbar-dark *::selection {
  background: rgba(255, 255, 255, 0.397);
  color: white;
}

::selection {
  background: var(--color-primary-transparent);
  color: var(--color-primary);
}
.anchor:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 6em;
  margin-top: -6em;
}
.idiomas {
  font-size: 0.937em;
  text-transform: uppercase;
}
.color-block {
  padding: 130px 140px;
  border-radius: 0px 40px 120px 0px;
}
.blue-block {
  background-color: rgba(0, 87, 163, 0.9);
}
.orange-block {
  background-color: rgba(227, 89, 26, 0.9);
}
.orange-block p {
  color: #fff;
}
.list-solutions li {
  border-bottom: 1px solid white;
  width: fit-content;
  position: relative;
  margin-bottom: 13px;
}
.list-solutions li a {
  color: white !important;
  margin-left: 30px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 100;
  display: block;
  line-height: normal;
}
.list-solutions li:before {
  width: 17px;
  height: 25px;
  background: white;
  border-radius: 0px 7px 2px 0px;
  content: "";
  position: absolute;
  bottom: 0;
}
.list-solutions li a:hover {
  /* font-weight: 500; */
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-fill {
  object-fit: fill;
}
.object-fit-none {
  object-fit: none;
}
.object-fit-scale {
  object-fit: scale-down;
}
.cursor-pointer {
  cursor: pointer;
}
/* end main styles */

/* al-header */
.al-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.al-header::before {
  content: url("../img/assets/quadriculado-left.svg");
}

.al-header::after {
  content: url("../img/assets/quadriculado-right.svg");
}

.al-header.one-side-right::before {
  display: none;
}

.al-header.one-side-left::after {
  display: none;
}

.al-header.small {
  position: relative;
}

.al-header.small::before {
  content: url("../img/assets/quadriculado-small-left.svg");
  position: absolute;
  left: 0;
}

.al-header.small::after {
  content: url("../img/assets/quadriculado-small-right.svg");
  position: absolute;
  right: 0;
}

.al-header.small::after,
.al-header.small::before {
  overflow: hidden;
}

.al-header h2 {
  color: var(--color-tertiary);
  text-align: center;
  font-family: Effra;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.al-header h2.secondary {
  color: var(--color-secondary);
}

@media screen and (max-width: 1440px) {
  .al-header::before,
  .al-header::after {
    width: 200px;
    overflow: hidden;
  }

  .al-header h2 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .al-header.one-side-right::after {
    width: 400px;
  }

  .al-header h2 {
    padding: 0 120px;
  }

  .al-header.one-side-left h2 {
    padding: 0 0 0 130px;
  }
  .al-header.one-side-right h2 {
    padding: 0 130px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .al-header::before,
  .al-header::after {
    width: 300px;
  }

  .al-header h2 {
    font-size: 2rem;
    padding: 0 80px;
  }

  /* .al-header.one-side-left h2 {
    padding: 0 0 0 130px;
  }
  .al-header.one-side-right h2 {
    padding: 0 130px 0 0;
  } */
}
@media screen and (max-width: 768px) {
  .al-header::before,
  .al-header::after {
    width: 80px;
  }
  .al-header.one-side-right::after {
    width: 300px;
  }
  .al-header h2 {
    font-size: 1.2rem;
    padding: 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .al-header.one-side-right::after {
    width: 150px;
  }
}

@media screen and (max-width: 1700px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 200px;
  }
}

@media screen and (max-width: 1550px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 120px;
  }
}

@media screen and (max-width: 1400px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 110px;
  }
}

@media screen and (max-width: 1200px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 100px;
  }

  .al-header.one-side-left h2 {
    padding: 0 0 0 110px;
  }
  .al-header.one-side-right h2 {
    padding: 0 110px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 90px;
  }

  .al-header.one-side-left h2 {
    padding: 0 0 0 100px;
  }
  .al-header.one-side-right h2 {
    padding: 0 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .al-header.small::before,
  .al-header.small::after {
    width: 80px;
  }

  .al-header.one-side-left h2 {
    padding: 0 0 0 90px;
  }
  .al-header.one-side-right h2 {
    padding: 0 90px 0 0;
  }
}
/* end al-header */

/* al-border */
.al-border {
  border-radius: 15px 15px 80px 15px;
}
.al-border.al-border-small {
  border-radius: 10px 10px 50px 10px;
}
@media screen and (max-width: 768px) {
  .al-border {
    border-radius: 10px 10px 50px 10px;
  }
}
/* end al-border */

/* forms */
.required:after {
  content: " *";
  color: var(--color-secondary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* -webkit-box-shadow: 0 0 0 30px #0058a5 inset !important; */
}
input:-webkit-autofill {
  /* -webkit-text-fill-color: rgb(255, 255, 255) !important; */
}
.form-check-input:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.form-check-input:focus {
  border-color: var(--color-secondary);
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem var(--color-secondary-transparent); */
}
.form-select:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--color-primary-transparent);
}
.form-control:focus,
.form-select:focus {
  /* color: #212529; */
  /* background-color: #0b67b7; */
  border-color: #4699f7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(45 134 235 / 31%);
}
.form-control,
.form-select {
  /* background-color: #0058a5; */
  border: 1px solid #398cd5;
  /* color: white !important; */
  border-radius: 4px 4px 15px 4px;
}
form p {
  /* color: white; */
}
form a {
  color: var(--color-secondary) !important;
  font-weight: 500;
}
/* end forms */

/* buttons */
.btn {
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px 5px 15px 5px;
}
.btn-close:focus {
  outline: 0;
  box-shadow: unset;
  opacity: 1;
}
.btn-primary {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}
.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-tertiary {
  color: white !important;
  background-color: transparent;
  border-color: white;
}
.btn-quaternary {
  color: #353535;
  background-color: transparent;
  border-color: #353535;
}
.btn-quinary {
  color: white;
  background-color: #353535;
  border-color: #353535;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: var(--color-secondary);
  background-color: transparent;
  border-color: var(--color-secondary);
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgb(226 88 25 / 22%) !important;
}
.btn-tertiary:hover {
  color: var(--color-primary) !important;
  background-color: white;
  border-color: white;
}
.btn-quaternary:hover {
  color: white;
  background-color: #353535;
  border-color: #353535;
}
.btn-quinary:hover,
.btn-quinary:active,
.btn-quinary:focus {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  box-shadow: 0 0 0 0.25rem var(--color-primary-transparent) !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.25rem var(--color-primary-transparent);
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--color-primary-transparent);
}
/* end buttons */

/* texts */
h1 {
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}
h2 {
  color: var(--color-secondary);
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
}
h3 {
  letter-spacing: -0.6px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #353535;
}
h4 {
  color: #353535;
}
p {
  color: var(--color-tertiary);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary-light);
}
/* end texts */

/* redes */
.redes a {
  border-radius: 100%;
}
.redes a:hover {
  background-color: var(--bs-secondary);
}
/* end redes */

/* containers */
.al-container {
  position: relative;
  max-width: 100%;
  width: 1436px;
  margin: 0 auto;
}
@media (max-width: calc(1436px + 40px)) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.al-container-left {
  max-width: 100%;
  width: 702px;
  margin-left: 0px;
  margin-right: auto;
}
.al-small-container {
  position: relative;
  max-width: 100%;
  width: 1146px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: calc(1146px + 40px)) {
  .al-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slider-container {
  width: 100vw;
  margin-left: 167px;
}
@media screen and (max-width: 1200px) {
  .slider-container {
    margin-left: 80px;
  }
}
@media screen and (max-width: 992px) {
  .slider-container {
    margin-left: 40px;
  }
}
.img-container.with-background-lines {
  background-image: url("../img/assets/background-lines.svg");
  padding: 90px 32px 90px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* end container */

/* card */
.al-card {
  background-color: var(--bs-body-bg);
  border: 2px solid var(--bs-primary);
  border-radius: 18px 30px 70px 18px;
  position: relative;
  margin-top: 40px;
  max-width: 500px;
  width: 500px;
}
@media screen and (max-width: 1500px) {
  .al-card {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .al-card {
    width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .al-card {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .al-card {
    width: 290px;
  }
}
@media screen and (max-width: 576px) {
  .al-card {
    width: 380px;
  }
}
@media screen and (max-width: 420px) {
  .al-card {
    width: 300px;
  }
}
.al-card-header {
  background-color: var(--bs-body-bg);
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  padding: 0 10px;
}
.al-card-header h3 {
  color: var(--color-secondary);
  text-align: center;
  font-family: Effra;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0px;
}
.al-card-header p {
  color: var(--color-secondary);
  text-align: center;
  font-family: Effra;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0px;
}
.al-card-content {
  padding: 58px 32px 30px 38px;
}
@media screen and (max-width: 992px) {
  .al-card-content p {
    font-size: 1rem;
  }
  .al-card-header h3 {
    font-size: 20px;
  }
  .al-card-header p {
    font-size: 18px;
  }
}
/* end card */

/* main nav */
.navbar .dropdown-menu,
#vertical-nav .dropdown-menu {
  --bs-dropdown-color: #f8fafc;
  --bs-dropdown-bg: rgb(10 10 10 / 97%);
  --bs-dropdown-link-color: #f8fafc;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-link-hover-bg: #403f3f;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: var(--color-secondary);
}
#vertical-nav .dropdown-menu[data-bs-popper] {
  top: 0;
  left: 190px;
  margin-top: var(--bs-dropdown-spacer);
}
#vertical-nav .nav-link {
  text-transform: uppercase;
  color: white;
  font-size: 1em;
  padding: 15px 0;
}
#vertical-nav .nav-link:hover {
  color: var(--color-secondary);
}
#vertical-nav .nav-link.active {
  color: var(--color-secondary);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--color-secondary);
}
.navbar {
  transition: 0.3s cubic-bezier(0.94, 0.72, 0.25, 1.06);
  padding: 2rem 0;
}
.navbar {
  display: flex;
  padding: 0px 20px;
  border-radius: 0px 0px 40px 40px;
}
.navbar .navbar-inner {
  width: 1476px;
  max-width: 100%;
  display: flex;
  background-color: var(--color-primary);
  padding: 30px 60px;
  border-radius: 0px 0px 40px 40px;
  position: relative;
}
.navbar .al-container {
  width: 1476px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .navbar .al-container .navbar-brand {
    margin-right: 0px;
  }
  .navbar .al-container {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .navbar .navbar-inner {
    padding: 15px 40px;
  }
}
.navbar #logo {
  display: none;
}
.navbar #logo-white {
  display: inline-block;
}
#mainNav a.nav-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Gibson", sans-serif;
  line-height: normal;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}
[data-vertical-menu="false"],
.nav-scroll,
.nav-bg-mobile {
  /* background: rgb(15 18 22 / 95%);
  border-bottom: 1px solid var(--color-secondary); */
}
.nav-scroll #logo-white,
.nav-bg-mobile #logo-white {
  /* display: none; */
}
.nav-scroll #logo,
.nav-bg-mobile #logo {
  /* display: inline-block; */
}
[data-vertical-menu="false"].navbar-dark .navbar-nav a.nav-link,
.nav-scroll.navbar-dark .navbar-nav a.nav-link,
.nav-bg-mobile.navbar-dark .navbar-nav a.nav-link {
  color: white;
  text-align: inherit;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--color-primary);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--color-secondary);
}
.navbar-toggler {
  position: absolute;
  top: 10px;
  right: -40px;
  color: var(--color-primary-transparent);
  border: 0;
}
@media screen and (max-width: 576px) {
  .navbar-toggler {
    top: 5px;
    right: -20px;
  }
}
[data-vertical-menu="false"] nav.sidebar,
.nav-scroll nav.sidebar {
  display: none !important;
}
[data-vertical-menu="false"] .d-lg-none,
.nav-scroll .d-lg-none {
  display: block !important;
  align-items: center;
}
[data-vertical-menu="false"] .d-lg-none .nav-link,
.nav-scroll .d-lg-none .nav-link {
  padding: 0px 20px;
  text-align: center;
}
[data-vertical-menu="false"] {
  position: fixed !important;
  top: 0px;
  padding: 15px 0;
}
.nav-scroll {
  position: fixed !important;
  top: -150px;
  animation: nav-appear 0.5s forwards;
}
a.nav-link.active {
  color: var(--color-secondary) !important;
}
@keyframes nav-appear {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
#mainNav a.nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
#mainNav a.nav-link:hover::after {
  width: 80%;
}
/* end main nav */

/* footer */
footer {
  background-color: var(--bs-secondary-dark);
}
footer h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--color-primary);
}
footer h3 {
  font-weight: 700;
  text-transform: uppercase;
}
footer a,
footer p {
  color: #fff;
  font-family: "Effra";
  font-size: 18px;
}
footer a:hover {
  color: var(--bs-gray-light);
}
/* end footer */

/* util */
.my-c {
  margin-top: 100px;
  margin-bottom: 100px;
}
.py-c {
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-c {
  padding-left: 100px;
  padding-right: 100px;
}
.bold {
  font-weight: bold;
}
.bg-orange {
  background-color: var(--color-secondary);
}
.bg-blue {
  background-color: #0058a5;
}
.orange {
  color: var(--color-secondary);
}
.blue {
  color: #0058a5;
}
/* end util */

/* medias */
@media (max-width: 1536px) {
  .navbar .container-fluid {
    max-width: 94%;
  }
}
@media (max-width: 1399px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1059px) {
}
@media (max-width: 992px) {
  .px-c {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 800px) {
}
@media (max-width: 767px) {
  .color-block {
    padding: 60px 40px;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 2.2em;
  }
  .px-c {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-item {
    white-space: normal;
  }
}
@media (max-width: 300px) {
}
@media (max-width: 200px) {
}
/* end medias */

#back-to-top-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 110px;
  right: 30px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  border: 3px solid #333;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-top-btn:hover,
#back-to-top-btn:focus {
  background-color: #333;
  color: #fff;
}

@media (max-width: 992px) {
  #back-to-top-btn {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  #back-to-top-btn {
    /* width: 40px;
        height: 40px; */
    bottom: 15px;
    right: 15px;
  }
}

/* Animations */
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}

/* fadeInUp */
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: btnExit;
}

/* fadeOutDown */
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.banner {
  position: relative;
  height: 100%;
  min-height: 300px;
  max-height: 712px;
  overflow: hidden;
}

.banner picture img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 712px;
  object-fit: cover;
}

.banner header.al-header {
  position: absolute;
  right: -10px;
  bottom: 0;
  flex-direction: column;
  align-items: start;
  margin-bottom: 65px;
}

.banner header.al-header::after {
  content: "";
  width: 420px !important;
  height: 50px;
  background-image: url("../img/assets/quadriculado-white-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.banner header.al-header h1 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 38px;
}

@media screen and (max-width: 992px) {
  .banner header.al-header h1 {
    font-size: 42px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .banner header.al-header {
    margin-bottom: 46px;
  }

  .banner header.al-header::after {
    width: 340px !important;
    height: 40px;
  }

  .banner header.al-header h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .banner header.al-header {
    margin-bottom: 28px;
    right: -40px;
  }

  .banner header.al-header::after {
    width: 280px !important;
  }

  .banner header.al-header h1 {
    font-size: 32px;
    margin-bottom: 16px;
    margin-right: 40px;
  }
}

/* Pagination */
.pagination-container .pagination {
  justify-content: center;
}
.pagination-container .pagination-info {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pagination-container .pagination-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
}

.pagination-container .pagination-info .current {
  border-radius: 10px;
  border: 1px solid #58595A;
  color: #58595A;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .pagination-container .pagination-info {
    display: none;
  }
}
/* end Pagination */

/* al-btn */
.al-btn {
  color: #F2F2F2;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  line-height: 140%;
  border-radius: 10px;
  background: var(--color-primary);
  padding: 15px 30px;
}
@media screen and (max-width: 992px) {
  .al-btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}
@media screen and (max-width: 576px) {
  .al-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
/* end al-btn */