@charset "UTF-8";
@-webkit-keyframes button-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes button-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.piscar {
  animation-duration: 1s;
  animation-name: button-pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

a.button,
a.action_button,
a.tp-button,
input[type=submit],
input[type=reset],
input[type=button] {
  border-width: 1px !important;
  border-radius: 3px !important;
  text-transform: uppercase;
  font-weight: bolder;
  transition: all 0.2s ease-in-out;
  font-size: 100%;
  line-height: 100%;
  padding: 0.75rem 1.25rem;
}
a.button:after,
a.action_button:after,
a.tp-button:after,
input[type=submit]:after,
input[type=reset]:after,
input[type=button]:after {
  content: none !important;
  height: 0 !important;
  width: 0 !important;
}
a.button.button_size_1,
a.action_button.button_size_1,
a.tp-button.button_size_1,
input[type=submit].button_size_1,
input[type=reset].button_size_1,
input[type=button].button_size_1 {
  padding: 0.5rem 1rem;
}
a.button.button_size_3,
a.action_button.button_size_3,
a.tp-button.button_size_3,
input[type=submit].button_size_3,
input[type=reset].button_size_3,
input[type=button].button_size_3 {
  padding: 1rem 1.5rem;
}
a.button.button_size_4,
a.action_button.button_size_4,
a.tp-button.button_size_4,
input[type=submit].button_size_4,
input[type=reset].button_size_4,
input[type=button].button_size_4 {
  padding: 1.25rem 2rem;
}
a.button .button_label,
a.action_button .button_label,
a.tp-button .button_label,
input[type=submit] .button_label,
input[type=reset] .button_label,
input[type=button] .button_label {
  padding: 0 !important;
}
a.button .button_icon,
a.action_button .button_icon,
a.tp-button .button_icon,
input[type=submit] .button_icon,
input[type=reset] .button_icon,
input[type=button] .button_icon {
  padding: 0 !important;
}

.button-flat a.button,
.button-flat:not(.header-plain) a.action_button,
.button-flat a.tp-button,
.button-flat input[type=submit],
.button-flat input[type=reset],
.button-flat input[type=button],
a.button.button-flat {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.button-flat a.button:hover,
.button-flat:not(.header-plain) a.action_button:hover,
.button-flat a.tp-button:hover,
.button-flat input[type=submit]:hover,
.button-flat input[type=reset]:hover,
.button-flat input[type=button]:hover,
a.button.button-flat:hover {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
}
.button-flat a.button.button-primary,
.button-flat:not(.header-plain) a.action_button.button-primary,
.button-flat a.tp-button.button-primary,
.button-flat input[type=submit].button-primary,
.button-flat input[type=reset].button-primary,
.button-flat input[type=button].button-primary,
a.button.button-flat.button-primary {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: color-yiq(#115FC6) !important;
}
.button-flat a.button.button-outline-primary,
.button-flat:not(.header-plain) a.action_button.button-outline-primary,
.button-flat a.tp-button.button-outline-primary,
.button-flat input[type=submit].button-outline-primary,
.button-flat input[type=reset].button-outline-primary,
.button-flat input[type=button].button-outline-primary,
a.button.button-flat.button-outline-primary {
  background-color: transparent !important;
  color: #115FC6 !important;
  border-color: #115FC6 !important;
}
.button-flat a.button.button-outline-primary:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-primary:hover,
.button-flat a.tp-button.button-outline-primary:hover,
.button-flat input[type=submit].button-outline-primary:hover,
.button-flat input[type=reset].button-outline-primary:hover,
.button-flat input[type=button].button-outline-primary:hover,
a.button.button-flat.button-outline-primary:hover {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: color-yiq(#115FC6) !important;
}
.button-flat a.button.button-secondary,
.button-flat:not(.header-plain) a.action_button.button-secondary,
.button-flat a.tp-button.button-secondary,
.button-flat input[type=submit].button-secondary,
.button-flat input[type=reset].button-secondary,
.button-flat input[type=button].button-secondary,
a.button.button-flat.button-secondary {
  background-color: #841417 !important;
  border-color: #841417 !important;
  color: color-yiq(#841417) !important;
}
.button-flat a.button.button-outline-secondary,
.button-flat:not(.header-plain) a.action_button.button-outline-secondary,
.button-flat a.tp-button.button-outline-secondary,
.button-flat input[type=submit].button-outline-secondary,
.button-flat input[type=reset].button-outline-secondary,
.button-flat input[type=button].button-outline-secondary,
a.button.button-flat.button-outline-secondary {
  background-color: transparent !important;
  color: #841417 !important;
  border-color: #841417 !important;
}
.button-flat a.button.button-outline-secondary:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-secondary:hover,
.button-flat a.tp-button.button-outline-secondary:hover,
.button-flat input[type=submit].button-outline-secondary:hover,
.button-flat input[type=reset].button-outline-secondary:hover,
.button-flat input[type=button].button-outline-secondary:hover,
a.button.button-flat.button-outline-secondary:hover {
  background-color: #841417 !important;
  border-color: #841417 !important;
  color: color-yiq(#841417) !important;
}
.button-flat a.button.button-black,
.button-flat:not(.header-plain) a.action_button.button-black,
.button-flat a.tp-button.button-black,
.button-flat input[type=submit].button-black,
.button-flat input[type=reset].button-black,
.button-flat input[type=button].button-black,
a.button.button-flat.button-black {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: color-yiq(#000000) !important;
}
.button-flat a.button.button-outline-black,
.button-flat:not(.header-plain) a.action_button.button-outline-black,
.button-flat a.tp-button.button-outline-black,
.button-flat input[type=submit].button-outline-black,
.button-flat input[type=reset].button-outline-black,
.button-flat input[type=button].button-outline-black,
a.button.button-flat.button-outline-black {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.button-flat a.button.button-outline-black:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-black:hover,
.button-flat a.tp-button.button-outline-black:hover,
.button-flat input[type=submit].button-outline-black:hover,
.button-flat input[type=reset].button-outline-black:hover,
.button-flat input[type=button].button-outline-black:hover,
a.button.button-flat.button-outline-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: color-yiq(#000000) !important;
}
.button-flat a.button.button-white,
.button-flat:not(.header-plain) a.action_button.button-white,
.button-flat a.tp-button.button-white,
.button-flat input[type=submit].button-white,
.button-flat input[type=reset].button-white,
.button-flat input[type=button].button-white,
a.button.button-flat.button-white {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: color-yiq(#ffffff) !important;
}
.button-flat a.button.button-outline-white,
.button-flat:not(.header-plain) a.action_button.button-outline-white,
.button-flat a.tp-button.button-outline-white,
.button-flat input[type=submit].button-outline-white,
.button-flat input[type=reset].button-outline-white,
.button-flat input[type=button].button-outline-white,
a.button.button-flat.button-outline-white {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.button-flat a.button.button-outline-white:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-white:hover,
.button-flat a.tp-button.button-outline-white:hover,
.button-flat input[type=submit].button-outline-white:hover,
.button-flat input[type=reset].button-outline-white:hover,
.button-flat input[type=button].button-outline-white:hover,
a.button.button-flat.button-outline-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: color-yiq(#ffffff) !important;
}
.button-flat a.button.button-light,
.button-flat:not(.header-plain) a.action_button.button-light,
.button-flat a.tp-button.button-light,
.button-flat input[type=submit].button-light,
.button-flat input[type=reset].button-light,
.button-flat input[type=button].button-light,
a.button.button-flat.button-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: color-yiq(#f8f9fa) !important;
}
.button-flat a.button.button-outline-light,
.button-flat:not(.header-plain) a.action_button.button-outline-light,
.button-flat a.tp-button.button-outline-light,
.button-flat input[type=submit].button-outline-light,
.button-flat input[type=reset].button-outline-light,
.button-flat input[type=button].button-outline-light,
a.button.button-flat.button-outline-light {
  background-color: transparent !important;
  color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.button-flat a.button.button-outline-light:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-light:hover,
.button-flat a.tp-button.button-outline-light:hover,
.button-flat input[type=submit].button-outline-light:hover,
.button-flat input[type=reset].button-outline-light:hover,
.button-flat input[type=button].button-outline-light:hover,
a.button.button-flat.button-outline-light:hover {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: color-yiq(#f8f9fa) !important;
}
.button-flat a.button.button-dark,
.button-flat:not(.header-plain) a.action_button.button-dark,
.button-flat a.tp-button.button-dark,
.button-flat input[type=submit].button-dark,
.button-flat input[type=reset].button-dark,
.button-flat input[type=button].button-dark,
a.button.button-flat.button-dark {
  background-color: #003275 !important;
  border-color: #003275 !important;
  color: color-yiq(#003275) !important;
}
.button-flat a.button.button-outline-dark,
.button-flat:not(.header-plain) a.action_button.button-outline-dark,
.button-flat a.tp-button.button-outline-dark,
.button-flat input[type=submit].button-outline-dark,
.button-flat input[type=reset].button-outline-dark,
.button-flat input[type=button].button-outline-dark,
a.button.button-flat.button-outline-dark {
  background-color: transparent !important;
  color: #003275 !important;
  border-color: #003275 !important;
}
.button-flat a.button.button-outline-dark:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-dark:hover,
.button-flat a.tp-button.button-outline-dark:hover,
.button-flat input[type=submit].button-outline-dark:hover,
.button-flat input[type=reset].button-outline-dark:hover,
.button-flat input[type=button].button-outline-dark:hover,
a.button.button-flat.button-outline-dark:hover {
  background-color: #003275 !important;
  border-color: #003275 !important;
  color: color-yiq(#003275) !important;
}
.button-flat a.button.button-purple,
.button-flat:not(.header-plain) a.action_button.button-purple,
.button-flat a.tp-button.button-purple,
.button-flat input[type=submit].button-purple,
.button-flat input[type=reset].button-purple,
.button-flat input[type=button].button-purple,
a.button.button-flat.button-purple {
  background-color: #750C51 !important;
  border-color: #750C51 !important;
  color: color-yiq(#750C51) !important;
}
.button-flat a.button.button-outline-purple,
.button-flat:not(.header-plain) a.action_button.button-outline-purple,
.button-flat a.tp-button.button-outline-purple,
.button-flat input[type=submit].button-outline-purple,
.button-flat input[type=reset].button-outline-purple,
.button-flat input[type=button].button-outline-purple,
a.button.button-flat.button-outline-purple {
  background-color: transparent !important;
  color: #750C51 !important;
  border-color: #750C51 !important;
}
.button-flat a.button.button-outline-purple:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-purple:hover,
.button-flat a.tp-button.button-outline-purple:hover,
.button-flat input[type=submit].button-outline-purple:hover,
.button-flat input[type=reset].button-outline-purple:hover,
.button-flat input[type=button].button-outline-purple:hover,
a.button.button-flat.button-outline-purple:hover {
  background-color: #750C51 !important;
  border-color: #750C51 !important;
  color: color-yiq(#750C51) !important;
}
.button-flat a.button.button-yellow,
.button-flat:not(.header-plain) a.action_button.button-yellow,
.button-flat a.tp-button.button-yellow,
.button-flat input[type=submit].button-yellow,
.button-flat input[type=reset].button-yellow,
.button-flat input[type=button].button-yellow,
a.button.button-flat.button-yellow {
  background-color: #f9f953 !important;
  border-color: #f9f953 !important;
  color: color-yiq(#f9f953) !important;
}
.button-flat a.button.button-outline-yellow,
.button-flat:not(.header-plain) a.action_button.button-outline-yellow,
.button-flat a.tp-button.button-outline-yellow,
.button-flat input[type=submit].button-outline-yellow,
.button-flat input[type=reset].button-outline-yellow,
.button-flat input[type=button].button-outline-yellow,
a.button.button-flat.button-outline-yellow {
  background-color: transparent !important;
  color: #f9f953 !important;
  border-color: #f9f953 !important;
}
.button-flat a.button.button-outline-yellow:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-yellow:hover,
.button-flat a.tp-button.button-outline-yellow:hover,
.button-flat input[type=submit].button-outline-yellow:hover,
.button-flat input[type=reset].button-outline-yellow:hover,
.button-flat input[type=button].button-outline-yellow:hover,
a.button.button-flat.button-outline-yellow:hover {
  background-color: #f9f953 !important;
  border-color: #f9f953 !important;
  color: color-yiq(#f9f953) !important;
}
.button-flat a.button.button-red,
.button-flat:not(.header-plain) a.action_button.button-red,
.button-flat a.tp-button.button-red,
.button-flat input[type=submit].button-red,
.button-flat input[type=reset].button-red,
.button-flat input[type=button].button-red,
a.button.button-flat.button-red {
  background-color: #841417 !important;
  border-color: #841417 !important;
  color: color-yiq(#841417) !important;
}
.button-flat a.button.button-outline-red,
.button-flat:not(.header-plain) a.action_button.button-outline-red,
.button-flat a.tp-button.button-outline-red,
.button-flat input[type=submit].button-outline-red,
.button-flat input[type=reset].button-outline-red,
.button-flat input[type=button].button-outline-red,
a.button.button-flat.button-outline-red {
  background-color: transparent !important;
  color: #841417 !important;
  border-color: #841417 !important;
}
.button-flat a.button.button-outline-red:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-red:hover,
.button-flat a.tp-button.button-outline-red:hover,
.button-flat input[type=submit].button-outline-red:hover,
.button-flat input[type=reset].button-outline-red:hover,
.button-flat input[type=button].button-outline-red:hover,
a.button.button-flat.button-outline-red:hover {
  background-color: #841417 !important;
  border-color: #841417 !important;
  color: color-yiq(#841417) !important;
}
.button-flat a.button.button-gray,
.button-flat:not(.header-plain) a.action_button.button-gray,
.button-flat a.tp-button.button-gray,
.button-flat input[type=submit].button-gray,
.button-flat input[type=reset].button-gray,
.button-flat input[type=button].button-gray,
a.button.button-flat.button-gray {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: color-yiq(#eaeaea) !important;
}
.button-flat a.button.button-outline-gray,
.button-flat:not(.header-plain) a.action_button.button-outline-gray,
.button-flat a.tp-button.button-outline-gray,
.button-flat input[type=submit].button-outline-gray,
.button-flat input[type=reset].button-outline-gray,
.button-flat input[type=button].button-outline-gray,
a.button.button-flat.button-outline-gray {
  background-color: transparent !important;
  color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.button-flat a.button.button-outline-gray:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-gray:hover,
.button-flat a.tp-button.button-outline-gray:hover,
.button-flat input[type=submit].button-outline-gray:hover,
.button-flat input[type=reset].button-outline-gray:hover,
.button-flat input[type=button].button-outline-gray:hover,
a.button.button-flat.button-outline-gray:hover {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: color-yiq(#eaeaea) !important;
}
.button-flat a.button.button-blue,
.button-flat:not(.header-plain) a.action_button.button-blue,
.button-flat a.tp-button.button-blue,
.button-flat input[type=submit].button-blue,
.button-flat input[type=reset].button-blue,
.button-flat input[type=button].button-blue,
a.button.button-flat.button-blue {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: color-yiq(#115FC6) !important;
}
.button-flat a.button.button-outline-blue,
.button-flat:not(.header-plain) a.action_button.button-outline-blue,
.button-flat a.tp-button.button-outline-blue,
.button-flat input[type=submit].button-outline-blue,
.button-flat input[type=reset].button-outline-blue,
.button-flat input[type=button].button-outline-blue,
a.button.button-flat.button-outline-blue {
  background-color: transparent !important;
  color: #115FC6 !important;
  border-color: #115FC6 !important;
}
.button-flat a.button.button-outline-blue:hover,
.button-flat:not(.header-plain) a.action_button.button-outline-blue:hover,
.button-flat a.tp-button.button-outline-blue:hover,
.button-flat input[type=submit].button-outline-blue:hover,
.button-flat input[type=reset].button-outline-blue:hover,
.button-flat input[type=button].button-outline-blue:hover,
a.button.button-flat.button-outline-blue:hover {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: color-yiq(#115FC6) !important;
}

.button-stroke a.button,
.button-stroke a.tp-button,
.button-stroke input[type=submit],
.button-stroke input[type=reset],
.button-stroke input[type=button],
a.button.button-stroke {
  border-style: solid;
  background-color: transparent !important;
  border-color: #115FC6 !important;
  border-width: 2px !important;
  color: #115FC6 !important;
  box-shadow: none !important;
  font-weight: normal;
}
.button-stroke a.button:hover,
.button-stroke a.tp-button:hover,
.button-stroke input[type=submit]:hover,
.button-stroke input[type=reset]:hover,
.button-stroke input[type=button]:hover,
a.button.button-stroke:hover {
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.button-stroke .dark a.button,
.button-stroke .dark a.tp-button,
.button-stroke .dark input[type=submit],
.button-stroke .dark input[type=reset],
.button-stroke .dark input[type=button],
.button-stroke .dark a.button.button-stroke, .button-stroke .bg-dark a.button,
.button-stroke .bg-dark a.tp-button,
.button-stroke .bg-dark input[type=submit],
.button-stroke .bg-dark input[type=reset],
.button-stroke .bg-dark input[type=button],
.button-stroke .bg-dark a.button.button-stroke, .button-stroke .text-light a.button,
.button-stroke .text-light a.tp-button,
.button-stroke .text-light input[type=submit],
.button-stroke .text-light input[type=reset],
.button-stroke .text-light input[type=button],
.button-stroke .text-light a.button.button-stroke, .button-stroke .text-white a.button,
.button-stroke .text-white a.tp-button,
.button-stroke .text-white input[type=submit],
.button-stroke .text-white input[type=reset],
.button-stroke .text-white input[type=button],
.button-stroke .text-white a.button.button-stroke {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.button-stroke .dark a.button:hover,
.button-stroke .dark a.tp-button:hover,
.button-stroke .dark input[type=submit]:hover,
.button-stroke .dark input[type=reset]:hover,
.button-stroke .dark input[type=button]:hover,
.button-stroke .dark a.button.button-stroke:hover, .button-stroke .bg-dark a.button:hover,
.button-stroke .bg-dark a.tp-button:hover,
.button-stroke .bg-dark input[type=submit]:hover,
.button-stroke .bg-dark input[type=reset]:hover,
.button-stroke .bg-dark input[type=button]:hover,
.button-stroke .bg-dark a.button.button-stroke:hover, .button-stroke .text-light a.button:hover,
.button-stroke .text-light a.tp-button:hover,
.button-stroke .text-light input[type=submit]:hover,
.button-stroke .text-light input[type=reset]:hover,
.button-stroke .text-light input[type=button]:hover,
.button-stroke .text-light a.button.button-stroke:hover, .button-stroke .text-white a.button:hover,
.button-stroke .text-white a.tp-button:hover,
.button-stroke .text-white input[type=submit]:hover,
.button-stroke .text-white input[type=reset]:hover,
.button-stroke .text-white input[type=button]:hover,
.button-stroke .text-white a.button.button-stroke:hover {
  background-color: #115FC6 !important;
}

#Footer {
  border-top: 1px solid #00162545;
  font-size: 0.9rem;
  padding: 0 !important;
}
#Footer a:hover {
  text-decoration: none;
}
#Footer .widgets_wrapper {
  padding: 0;
}
#Footer .widgets_wrapper .container {
  max-width: none !important;
  float: left;
  display: block;
}
@media (min-width: 768px) {
  #Footer .widgets_wrapper .container {
    width: 100%;
  }
}
#Footer .widgets_wrapper .container .column {
  box-sizing: border-box;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #00162545 !important;
  margin: 0;
}
#Footer .widgets_wrapper .container .column aside {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
#Footer .widgets_wrapper .widget {
  padding: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #Footer .widgets_wrapper .widget .logo-rodape {
    width: 40%;
  }
  #Footer .widgets_wrapper .widget .logo-rodape p {
    width: 85%;
  }
}
#Footer .widgets_wrapper .titulo-rodape {
  font-size: 1.3rem;
  color: #ffffff;
}
@media (max-width: 1240px) {
  #Footer .widgets_wrapper .titulo-rodape {
    font-size: calc(0.9133333333rem + 0.4989247312vw);
  }
}
#Footer .widgets_wrapper ul {
  list-style: circle;
  padding-left: 16px;
}
#Footer .widgets_wrapper ul li {
  padding: 6px 0;
  line-height: 1;
  color: #ffffff;
}
#Footer .footer_copy .copyright {
  margin: 0 !important;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #Footer .footer_copy .copyright {
    margin-bottom: 0.5rem !important;
  }
}
#Footer .footer_copy .one {
  padding: 1rem !important;
  min-height: 0 !important;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 100%;
  line-height: 1.5;
  box-shadow: none !important;
  width: 100%;
  margin-bottom: 1rem;
}

label,
legend {
  font-weight: initial;
}

.nf-form-hp {
  display: none;
}

.nf-form-cont {
  width: 100%;
}

.nf-before-form-content {
  display: none;
}

.nf-form-fields-required {
  padding-bottom: 1rem;
  font-size: 85%;
  line-height: 1.25;
  color: #115FC6;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 1rem !important;
}

.listselect-wrap label span.ninja-forms-req-symbol {
  display: none;
}

.nf-form-content label {
  font-size: 16px;
  line-height: 1.25;
}

.listselect-container {
  margin-top: 10px;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  color: #115FC6 !important;
}
.nf-field-element select {
  background: #e5e9f0 !important;
}

.nf-field-element .ninja-forms-field {
  margin-bottom: 0;
  border: 1px solid #d1d6e0 !important;
  border-radius: 0 !important;
}

.files_uploaded a.delete {
  color: red !important;
  font-size: 14px;
}

.nf-field-element button.btn.ninja-forms-field.nf-fu-fileinput-button {
  padding: 7px 15px 6px !important;
  border: 1px solid white !important;
  margin: 5px 0;
  float: left;
  font-size: 14px;
  line-height: 1.25;
}

button.btn.btn-success.nf-fu-fileinput-button {
  background-color: #115FC6 !important;
  color: #ffffff !important;
  padding: 14px 18px;
  float: right;
  font-size: 0.8rem;
  margin: 0;
}

input[type=file] {
  display: none !important;
}

.nf-fu-progress {
  height: 12px !important;
  width: 100%;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  background-color: #e5e9f0 !important;
  border: 1px solid #cacfda !important;
  box-shadow: none !important;
}

.nf-response-msg, .nf-error-field-errors {
  padding: 0.5rem 0.7rem !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  background-color: #115FC6 !important;
  border-color: #115FC6 !important;
}

.nf-response-msg p, .nf-error-field-errors p {
  font-size: 14px;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  background: none !important;
  border: 0 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  right: 0px !important;
  height: 32px !important;
  width: 37px !important;
  line-height: 36px !important;
}

.nf-response-msg,
.nf-error-field-errors {
  border: 1px solid #ced4da;
  padding: 0.75rem 1.25rem;
  border-radius: 5px;
  font-weight: 500;
}
.nf-response-msg p,
.nf-error-field-errors p {
  margin: 0;
}

.nf-response-msg {
  display: none;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.nf-error-field-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.field-wrap.nf-error .ninja-forms-field {
  border-color: #dc3545;
}

.ninja-forms-req-symbol {
  color: #dc3545;
}

.nf-after-field .nf-error-msg,
.nf-after-field .ninja-forms-req-symbol {
  color: #dc3545;
}
.nf-after-field .nf-error-msg {
  margin-top: 0.15rem;
  font-size: 85%;
}

.textbox-container:not(.submit-container),
.textarea-container,
.listselect-container,
.email-container,
.city-container,
.firstname-container,
.date-container,
.zip-container,
.address-container,
.number-container,
.listcountry-container {
  position: relative;
}
.textbox-container:not(.submit-container) label:not(.default-label),
.textarea-container label:not(.default-label),
.listselect-container label:not(.default-label),
.email-container label:not(.default-label),
.city-container label:not(.default-label),
.firstname-container label:not(.default-label),
.date-container label:not(.default-label),
.zip-container label:not(.default-label),
.address-container label:not(.default-label),
.number-container label:not(.default-label),
.listcountry-container label:not(.default-label) {
  display: block;
  color: #ffffff;
  padding: 0;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 0 !important;
}

.nf-field-element .ninja-forms-field.nf-element {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid white !important;
  color: white !important;
  padding: 5px 0 !important;
  height: inherit !important;
}
.nf-field-element .ninja-forms-field.nf-element::placeholder {
  color: white;
  opacity: 1;
}

.nf-form-content .list-select-wrap > div div:after {
  font-size: 15px !important;
  bottom: inherit !important;
  top: 0 !important;
  height: 34px;
  line-height: 42px !important;
  color: #ffffff !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  color: #007bff !important;
  font-size: 21px !important;
  right: 32px !important;
  height: 33px !important;
  line-height: 39px !important;
}

select option {
  color: #115FC6 !important;
}

.nf-field-element .ninja-forms-field.nf-element[type=button] {
  border: 2px solid white !important;
  margin-top: 20px;
  padding: 6px 35px !important;
  font-weight: bold !important;
  border-radius: 50px !important;
  white-space: nowrap;
  line-height: 2;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  outline: none !important;
}

.nf-input-limit {
  margin-top: 0 !important;
}

.nf-field .recaptcha-wrap {
  display: none;
}

.pika-lendar button {
  color: #202124;
  background: transparent;
}

.pika-lendar button.pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==") !important;
}

.pika-lendar button.pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=") !important;
}

#Top_bar a.responsive-menu-toggle.is-sticky {
  left: initial;
  right: 1rem;
}

@media (max-width: 959.98px) {
  .minimalist-header-no #Subheader {
    padding: 25px 0 !important;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", Arial, Tahoma, sans-serif !important;
  color: #555555 !important;
}

a {
  color: #115FC6;
}

a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

section.content {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  section.content {
    padding-top: 3rem;
  }
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  border-bottom: 2px solid #e9ecef;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555555 !important;
  transition: 0.3s;
}

#topbar .contact-info i {
  color: #555555;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .faq a {
  color: #555555;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .faq a i,
#topbar .faq a strong {
  color: #555555;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
  background: #115FC6 !important;
  color: white;
}
#header.header-scrolled .nav-menu a, #header.header-scrolled a.minha-conta {
  color: white !important;
}
#header.header-scrolled svg.logo-azul {
  display: none;
}
#header.header-scrolled svg.logo-scrolled {
  display: block;
}

svg.logo-scrolled {
  display: none;
}

#header .logo {
  margin: 0;
  padding: 0;
}
#header .logo a svg {
  margin-top: -5px;
  margin-bottom: 5px;
  width: 126px;
  height: auto;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }

  #header .logo {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #555555 !important;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding: 5px 2px;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
  opacity: 0.5;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  opacity: 0.5;
}

.nav-menu .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: "";
  }
}
@media (min-width: 768px) {
  .minha-conta {
    border-left: 1px solid #e9ecef;
    padding: 15px 0 15px 35px;
  }
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #115FC6 !important;
  background: white;
  z-index: 11111111111;
  position: relative;
  padding-bottom: 24px;
  top: -10px;
  border-radius: 4px;
}

.btn-general {
  margin-left: 0;
  font-weight: bold !important;
  background: #115FC6;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.btn-general:hover {
  background: #166ab5;
  color: #fff;
}

.btn-primary {
  background: #115fc6;
  border: 2px solid #115FC6;
  padding: 6px 20px !important;
  font-weight: bold !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  transition: 0.3s !important;
  font-size: 15px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  color: white !important;
}
.btn-primary svg {
  height: 12px;
  width: auto;
}
.btn-primary.collapsed svg {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.btn-primary-outline {
  background: white;
  border: 2px solid #115FC6;
  color: #115FC6;
  padding: 6px 20px;
  font-weight: bold !important;
  border-radius: 50px;
  padding: 6px 20px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}
a.btn-primary-outline.active {
  border: 0 !important;
  padding: 8px 20px;
  background: #115FC6;
  color: #fff !important;
}
a.btn-primary-outline:hover {
  opacity: 0.5;
}

.btn-min {
  text-transform: inherit !important;
  padding: 4px 9px !important;
  font-size: 13px !important;
  display: inline !important;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 38px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #115FC6;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: inline-block;
  position: relative;
  color: #115FC6;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  opacity: 0.5;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
}

#intro .container {
  position: relative;
}

#intro h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #115FC6;
}

#intro h2 {
  color: #115FC6;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #115FC6;
}

#intro .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #intro {
    margin-bottom: 0;
  }

  #intro .container {
    padding-bottom: 63px;
  }

  #intro h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 500px) {
  #intro {
    height: auto;
  }
}
/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #115FC6;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
#blog .post {
  border-radius: 0 0 25px 25px !important;
  overflow: hidden;
  background: #e9ecef;
}
#blog .post img {
  border-radius: 0 0 25px 25px !important;
  width: 100%;
}
#blog .post .dados-post p,
#blog .post .dados-post span {
  font-size: 15px;
  color: #3d3d3d;
}

@media (max-width: 768px) {
  ul.post-categories {
    text-align: center;
  }
}

div#disqus_thread {
  width: 100%;
}

/*--------------------------------------------------------------
  # Category
  --------------------------------------------------------------*/
#category .post {
  border-radius: 0 0 25px 25px !important;
  overflow: hidden;
  background: #e9ecef;
}
#category .post img {
  border-radius: 0 0 25px 25px !important;
  width: 100%;
}
#category .post .dados-post p,
#category .post .dados-post span {
  font-size: 15px;
  color: #3d3d3d;
}

/*--------------------------------------------------------------
  # Depoimentos
  --------------------------------------------------------------*/
section#depoimentos {
  background: #e9ecef;
}
section#depoimentos .box-depoimento {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section#depoimentos .box-depoimento p {
  width: 100%;
  overflow-wrap: break-word;
}
section#depoimentos .box-depoimento img.foto {
  width: 65px !important;
  height: auto;
  border-radius: 56px;
  float: left;
}

/*--------------------------------------------------------------
  # sobre
  --------------------------------------------------------------*/
.sobre .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.sobre .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #115FC6;
  margin-bottom: 15px;
}

.sobre .icon-box {
  margin-top: 40px;
}

.sobre .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.sobre .icon-box .icon i {
  color: #115FC6;
  font-size: 32px;
}

.sobre .icon-box:hover .icon {
  background: #115FC6;
  border-color: #115FC6;
}

.sobre .icon-box:hover .icon i {
  color: #fff;
}

.sobre .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.sobre .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.sobre .icon-box .title a:hover {
  opacity: 0.5;
}

.sobre .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.sobre .video-box {
  background: url("https://viutelecom.marke.com.br/wp-content/uploads/2020/07/sobre.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.sobre .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#115FC6 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.sobre .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.sobre .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.sobre .play-btn:hover::after {
  border-left: 15px solid #115FC6;
  transform: scale(20);
}

.sobre .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #115FC6;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
  # planos
  --------------------------------------------------------------*/
@media (max-width: 767px) {
  #planos ul li.nav-item {
    width: 50%;
    text-align: left !important;
    margin: 5px 0 !important;
  }
}

.plano-item.purple .preco {
  color: #750C51 !important;
}
.plano-item.purple a.btn-primary-outline {
  background: white;
  border: 2px solid #750C51;
  color: #750C51 !important;
}
.plano-item li {
  font-size: 15px;
}
.plano-item .box-plano {
  border-radius: 15px 15px 25px 25px !important;
  overflow: hidden;
  width: 100%;
}
.plano-item .mega {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  border-radius: 15px;
}
.plano-item .mega e {
  font-size: 14px;
  font-weight: 500;
  color: #f9f953;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -21px;
}
.plano-item .preco {
  font-size: 3rem !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.plano-item .preco e {
  font-size: 1rem;
}

/*--------------------------------------------------------------
  # Appointments
  --------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #115FC6;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #115FC6;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
  # Departments
  --------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #115FC6;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #115FC6;
}

.departments .nav-link.active {
  color: #115FC6;
  border-color: #115FC6;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #115FC6;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #115FC6;
  }
}
/*--------------------------------------------------------------
  # tipos
  --------------------------------------------------------------*/
.tipos {
  background: #fff;
}

.tipo {
  height: 100%;
  min-height: 270px;
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px 20px;
  border-radius: 0 10px 10px 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (max-width: 767px) {
  .tipo {
    background: white !important;
  }
}
.tipo p {
  font-size: 15px;
  line-height: 1.1;
  color: #7c7c7c;
}

/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/
section#contato ul.nav.nav-tabs {
  margin-bottom: -55px;
}
@media (max-width: 767px) {
  section#contato ul.nav.nav-tabs {
    margin-bottom: -109px;
  }
}
section#contato ul.nav.nav-tabs .btn-contato {
  border: 2px solid white !important;
  color: white !important;
  margin-top: 0;
  padding: 6px 0 !important;
  font-weight: bold !important;
  border-radius: 0 0 25px 25px !important;
  white-space: nowrap;
  line-height: 3;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  outline: none !important;
  width: 100%;
}
section#contato ul.nav.nav-tabs .btn-contato:hover, section#contato ul.nav.nav-tabs .btn-contato.active {
  background: white;
  color: #512374 !important;
}
section#contato .formulario-contato {
  border-radius: 25px 25px !important;
  overflow: hidden;
}
section#contato .formulario-contato .tab-content {
  margin: -5px;
}

/*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #115FC6;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #115FC6 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #115FC6;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #115FC6;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #115FC6;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #115FC6;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
  # Mapa
  --------------------------------------------------------------*/
section#mapas h2 {
  min-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#mapas .endereco a {
  color: #555555 !important;
}

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  /* Pagination text size */
  line-height: 13px;
  float: right;
  /* Pagination float direction */
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination .over {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}

.pagination p, .pagination a {
  display: flex;
  align-items: center;
  float: left;
  line-height: 1;
  font-size: 13px !important;
  margin: 0;
  padding: 8px 8px 7px 8px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #115FC6;
  transition: background 0.15s ease-in-out;
}

.pagination a:hover {
  opacity: 0.5;
}

.pagination .current {
  padding: 6px 15px 5px 15px;
  background: #003275;
  /* Current page background */
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #115FC6;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  background: #003275;
}
@media (max-width: 767px) {
  #footer .logo {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
#footer svg.logo {
  width: 41%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #footer svg.logo .logo {
    width: 70%;
  }
}
#footer p,
#footer li,
#footer a {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  color: white !important;
}
#footer li {
  padding: 0;
  display: flex;
  align-items: center;
}
#footer a.btn-primary-outline {
  background: none !important;
  border: 2px solid white !important;
  color: white !important;
  text-align: center !important;
  font-size: 19px !important;
  display: inline-block !important;
  border-radius: 15px !important;
}
@media (max-width: 767px) {
  #footer a.btn-primary-outline br {
    display: none;
  }
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
@media (max-width: 767px) {
  #footer .footer-top {
    padding: 30px 0 30px 0;
  }
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: center;
}

#footer .footer-top h4 {
  font-size: 1rem !important;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 959.98px) {
  .section_wrapper,
.container,
.four.columns .widget-area {
    max-width: 767px !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
@media (max-width: 767.98px) {
  .section_wrapper .column {
    margin: 0 0 0.75rem;
    height: auto !important;
  }
}
.responsive-menu-toggle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

ul.list_mixed li,
ul.list_check li,
ul.list_star li,
ul.list_idea li,
ul.list_custom li {
  margin: 0 0 0.5rem 0;
}
ul.list_mixed li:after,
ul.list_check li:after,
ul.list_star li:after,
ul.list_idea li:after,
ul.list_custom li:after {
  display: none;
}

.img-lazywrap {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.img-lazywrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.img-fit-ar-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.img-fit-ar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.post-item .post-meta .author-date {
  display: none;
}
.post-item .image_frame,
.post-item .wp-caption {
  border-width: 0 !important;
}
.post-item .post-desc-wrapper .post-desc {
  padding: 10px 5px !important;
}
.post-item .image_links.double {
  display: none !important;
}
.post-item .post-footer {
  display: none;
}

body.single .the_content_wrapper p,
body.single .the_content_wrapper i,
body.single .the_content_wrapper em strong,
body.single .the_content_wrapper ul,
body.single .the_content_wrapper li {
  color: #6d6d6d !important;
}
body.single .post {
  padding: 30px 0 0 0;
}
body.single .post .post-meta .author-date {
  float: none !important;
  text-align: center;
  color: #a8a8a8;
}
body.single .post .section_wrapper.clearfix,
body.single .post .post-wrapper-content,
body.single .post .section {
  max-width: 800px;
  margin: 0 auto;
}
body.single .post .section_wrapper.clearfix .image_frame,
body.single .post .section_wrapper.clearfix .image_frame img,
body.single .post .post-wrapper-content .image_frame,
body.single .post .post-wrapper-content .image_frame img,
body.single .post .section .image_frame,
body.single .post .section .image_frame img {
  margin: 0;
  width: 100% !important;
  max-width: none !important;
  border: 0;
  box-shadow: none !important;
}
body.single .section.section-post-related .post {
  padding: 0;
}

.section-bg-img-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-bg-img {
  position: absolute;
  height: auto;
}
.section-bg-img.center:not(.left):not(.right):not(.top):not(.bottom) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-bg-img.top {
  top: 0;
  bottom: unset;
}
.section-bg-img.top.center {
  left: 50%;
  transform: translate(-50%, 0);
}
.section-bg-img.right {
  right: 0;
  left: unset;
}
.section-bg-img.right.center {
  top: 50%;
  transform: translate(0, -50%);
}
.section-bg-img.bottom {
  top: unset;
  bottom: 0;
}
.section-bg-img.bottom.center {
  left: 50%;
  transform: translate(-50%, 0);
}
.section-bg-img.left {
  right: unset;
  left: 0;
}
.section-bg-img.left.center {
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 959.98px) {
  .icone-svg img {
    width: 100px !important;
    height: auto !important;
  }
}

.cliente:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cliente img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cliente a {
  text-decoration: none !important;
}

body {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1240px) {
  body {
    font-size: calc(0.9033333333rem + 0.1247311828vw);
  }
}

.font-body {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
}
@media (max-width: 1240px) {
  .font-body {
    font-size: calc(0.9033333333rem + 0.1247311828vw);
  }
}

b, strong {
  font-weight: 700 !important;
}

a {
  color: #115FC6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 1.75rem !important;
  font-weight: 700;
  line-height: 1.25;
  color: #115FC6;
  letter-spacing: 0px;
}

h2,
.h2,
#Subheader .title {
  font-size: 2.25rem !important;
  font-weight: bold !important;
  padding-bottom: 15px;
  position: relative;
  color: #115FC6;
}

h3,
.h3 {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.25;
  color: #115FC6;
  letter-spacing: 0px;
}

h4,
.h4 {
  font-size: 1.375rem !important;
  font-weight: 700;
  line-height: 1.25;
  color: #115FC6;
  letter-spacing: 0px;
}

h5,
.h5 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.25;
  color: #115FC6;
  letter-spacing: 0px;
}

h6,
.h6 {
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.25;
  color: #115FC6;
  letter-spacing: 0px;
}

.column_column ul li,
.column_helper ul li,
.column_visual ul li,
.icon_box ul li,
.mfn-acc ul li,
.ui-tabs-panel ul li,
.post-excerpt ul li,
.the_content_wrapper ul li {
  margin-bottom: 0.25rem;
}

body {
  quotes: "“" "”";
}

q:before, .quote:before {
  content: open-quote;
}

q:after, .quote:after {
  content: close-quote;
}

.title-list {
  border-left: 3px solid #841417;
  padding: 6px 9px;
  background: #115FC6;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

@media (min-width: 768px) {
  .list-column-2 {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}

.nav-tabs {
  border-bottom: 0 !important;
}

.owl-carousel.depoimentos-carousel .owl-item.active {
  opacity: 0.5;
}
.owl-carousel.depoimentos-carousel .owl-item.active.center {
  opacity: 1;
  margin-top: 20px;
}

.planos-carousel .owl-nav.disabled button.owl-prev {
  margin-left: -12px;
}
.planos-carousel .owl-nav.disabled button.owl-next {
  margin-right: -12px;
}
.planos-carousel .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  font-size: 70px !important;
  display: block !important;
  color: #115FC6 !important;
}
.planos-carousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  font-size: 70px !important;
  display: block !important;
  color: #115FC6 !important;
}

.owl-stage-outer {
  z-index: 11;
}

@media (max-width: 959.98px) {
  #Top_bar {
    background: none !important;
  }
  #Top_bar #logo {
    max-width: 150px;
    margin: 12px !important;
  }
}

button {
  outline: none !important;
}

.gradiente {
  background: #0054c2;
  background: linear-gradient(67deg, #0054c2 0%, #750c51 84%, #700e53 86%, #58165a 92%, #282569 98%, #003275 100%);
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
.bg-primary {
  background-color: #115FC6 !important;
}

.bg-secondary {
  background-color: #841417 !important;
}

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

.bg-white {
  background-color: #ffffff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #003275 !important;
}

.bg-purple {
  background-color: #750C51 !important;
}

.bg-yellow {
  background-color: #f9f953 !important;
}

.bg-red {
  background-color: #841417 !important;
}

.bg-gray {
  background-color: #eaeaea !important;
}

.bg-blue {
  background-color: #115FC6 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-size-48 {
  background-size: 48%;
}

@media only screen and (max-width: 767px) {
  .bg-lateral {
    background-image: none !important;
  }
}
.border {
  border: 1px solid #ced4da !important;
}

.border-top {
  border-top: 1px solid #ced4da !important;
}

.border-right {
  border-right: 1px solid #ced4da !important;
}

.border-bottom {
  border-bottom: 1px solid #ced4da !important;
}

.border-left {
  border-left: 1px solid #ced4da !important;
}

@media (min-width: 768px) {
  .border-tablet {
    border: 1px solid #ced4da !important;
  }

  .border-tablet-top {
    border-top: 1px solid #ced4da !important;
  }

  .border-tablet-right {
    border-right: 1px solid #ced4da !important;
  }

  .border-tablet-bottom {
    border-bottom: 1px solid #ced4da !important;
  }

  .border-tablet-left {
    border-left: 1px solid #ced4da !important;
  }
}
@media (min-width: 960px) {
  .border-notebook {
    border: 1px solid #ced4da !important;
  }

  .border-notebook-top {
    border-top: 1px solid #ced4da !important;
  }

  .border-notebook-right {
    border-right: 1px solid #ced4da !important;
  }

  .border-notebook-bottom {
    border-bottom: 1px solid #ced4da !important;
  }

  .border-notebook-left {
    border-left: 1px solid #ced4da !important;
  }
}
@media (min-width: 1240px) {
  .border-desktop {
    border: 1px solid #ced4da !important;
  }

  .border-desktop-top {
    border-top: 1px solid #ced4da !important;
  }

  .border-desktop-right {
    border-right: 1px solid #ced4da !important;
  }

  .border-desktop-bottom {
    border-bottom: 1px solid #ced4da !important;
  }

  .border-desktop-left {
    border-left: 1px solid #ced4da !important;
  }
}
.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-rounded {
  border-radius: 0.25rem;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-tablet-none {
    display: none !important;
  }

  .d-tablet-inline {
    display: inline !important;
  }

  .d-tablet-inline-block {
    display: inline-block !important;
  }

  .d-tablet-block {
    display: block !important;
  }

  .d-tablet-table {
    display: table !important;
  }

  .d-tablet-table-row {
    display: table-row !important;
  }

  .d-tablet-table-cell {
    display: table-cell !important;
  }

  .d-tablet-flex {
    display: flex !important;
  }

  .d-tablet-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-notebook-none {
    display: none !important;
  }

  .d-notebook-inline {
    display: inline !important;
  }

  .d-notebook-inline-block {
    display: inline-block !important;
  }

  .d-notebook-block {
    display: block !important;
  }

  .d-notebook-table {
    display: table !important;
  }

  .d-notebook-table-row {
    display: table-row !important;
  }

  .d-notebook-table-cell {
    display: table-cell !important;
  }

  .d-notebook-flex {
    display: flex !important;
  }

  .d-notebook-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .d-desktop-none {
    display: none !important;
  }

  .d-desktop-inline {
    display: inline !important;
  }

  .d-desktop-inline-block {
    display: inline-block !important;
  }

  .d-desktop-block {
    display: block !important;
  }

  .d-desktop-table {
    display: table !important;
  }

  .d-desktop-table-row {
    display: table-row !important;
  }

  .d-desktop-table-cell {
    display: table-cell !important;
  }

  .d-desktop-flex {
    display: flex !important;
  }

  .d-desktop-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-tablet-row {
    flex-direction: row !important;
  }

  .flex-tablet-column {
    flex-direction: column !important;
  }

  .flex-tablet-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-tablet-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-tablet-wrap {
    flex-wrap: wrap !important;
  }

  .flex-tablet-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-tablet-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-tablet-fill {
    flex: 1 1 auto !important;
  }

  .flex-tablet-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-tablet-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-tablet-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-tablet-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-tablet-start {
    justify-content: flex-start !important;
  }

  .justify-content-tablet-end {
    justify-content: flex-end !important;
  }

  .justify-content-tablet-center {
    justify-content: center !important;
  }

  .justify-content-tablet-between {
    justify-content: space-between !important;
  }

  .justify-content-tablet-around {
    justify-content: space-around !important;
  }

  .align-items-tablet-start {
    align-items: flex-start !important;
  }

  .align-items-tablet-end {
    align-items: flex-end !important;
  }

  .align-items-tablet-center {
    align-items: center !important;
  }

  .align-items-tablet-baseline {
    align-items: baseline !important;
  }

  .align-items-tablet-stretch {
    align-items: stretch !important;
  }

  .align-content-tablet-start {
    align-content: flex-start !important;
  }

  .align-content-tablet-end {
    align-content: flex-end !important;
  }

  .align-content-tablet-center {
    align-content: center !important;
  }

  .align-content-tablet-between {
    align-content: space-between !important;
  }

  .align-content-tablet-around {
    align-content: space-around !important;
  }

  .align-content-tablet-stretch {
    align-content: stretch !important;
  }

  .align-self-tablet-auto {
    align-self: auto !important;
  }

  .align-self-tablet-start {
    align-self: flex-start !important;
  }

  .align-self-tablet-end {
    align-self: flex-end !important;
  }

  .align-self-tablet-center {
    align-self: center !important;
  }

  .align-self-tablet-baseline {
    align-self: baseline !important;
  }

  .align-self-tablet-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 960px) {
  .flex-notebook-row {
    flex-direction: row !important;
  }

  .flex-notebook-column {
    flex-direction: column !important;
  }

  .flex-notebook-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-notebook-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-notebook-wrap {
    flex-wrap: wrap !important;
  }

  .flex-notebook-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-notebook-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-notebook-fill {
    flex: 1 1 auto !important;
  }

  .flex-notebook-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-notebook-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-notebook-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-notebook-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-notebook-start {
    justify-content: flex-start !important;
  }

  .justify-content-notebook-end {
    justify-content: flex-end !important;
  }

  .justify-content-notebook-center {
    justify-content: center !important;
  }

  .justify-content-notebook-between {
    justify-content: space-between !important;
  }

  .justify-content-notebook-around {
    justify-content: space-around !important;
  }

  .align-items-notebook-start {
    align-items: flex-start !important;
  }

  .align-items-notebook-end {
    align-items: flex-end !important;
  }

  .align-items-notebook-center {
    align-items: center !important;
  }

  .align-items-notebook-baseline {
    align-items: baseline !important;
  }

  .align-items-notebook-stretch {
    align-items: stretch !important;
  }

  .align-content-notebook-start {
    align-content: flex-start !important;
  }

  .align-content-notebook-end {
    align-content: flex-end !important;
  }

  .align-content-notebook-center {
    align-content: center !important;
  }

  .align-content-notebook-between {
    align-content: space-between !important;
  }

  .align-content-notebook-around {
    align-content: space-around !important;
  }

  .align-content-notebook-stretch {
    align-content: stretch !important;
  }

  .align-self-notebook-auto {
    align-self: auto !important;
  }

  .align-self-notebook-start {
    align-self: flex-start !important;
  }

  .align-self-notebook-end {
    align-self: flex-end !important;
  }

  .align-self-notebook-center {
    align-self: center !important;
  }

  .align-self-notebook-baseline {
    align-self: baseline !important;
  }

  .align-self-notebook-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .flex-desktop-row {
    flex-direction: row !important;
  }

  .flex-desktop-column {
    flex-direction: column !important;
  }

  .flex-desktop-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-desktop-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-desktop-wrap {
    flex-wrap: wrap !important;
  }

  .flex-desktop-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-desktop-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-desktop-fill {
    flex: 1 1 auto !important;
  }

  .flex-desktop-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-desktop-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-desktop-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-desktop-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-desktop-start {
    justify-content: flex-start !important;
  }

  .justify-content-desktop-end {
    justify-content: flex-end !important;
  }

  .justify-content-desktop-center {
    justify-content: center !important;
  }

  .justify-content-desktop-between {
    justify-content: space-between !important;
  }

  .justify-content-desktop-around {
    justify-content: space-around !important;
  }

  .align-items-desktop-start {
    align-items: flex-start !important;
  }

  .align-items-desktop-end {
    align-items: flex-end !important;
  }

  .align-items-desktop-center {
    align-items: center !important;
  }

  .align-items-desktop-baseline {
    align-items: baseline !important;
  }

  .align-items-desktop-stretch {
    align-items: stretch !important;
  }

  .align-content-desktop-start {
    align-content: flex-start !important;
  }

  .align-content-desktop-end {
    align-content: flex-end !important;
  }

  .align-content-desktop-center {
    align-content: center !important;
  }

  .align-content-desktop-between {
    align-content: space-between !important;
  }

  .align-content-desktop-around {
    align-content: space-around !important;
  }

  .align-content-desktop-stretch {
    align-content: stretch !important;
  }

  .align-self-desktop-auto {
    align-self: auto !important;
  }

  .align-self-desktop-start {
    align-self: flex-start !important;
  }

  .align-self-desktop-end {
    align-self: flex-end !important;
  }

  .align-self-desktop-center {
    align-self: center !important;
  }

  .align-self-desktop-baseline {
    align-self: baseline !important;
  }

  .align-self-desktop-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-tablet-left {
    float: left !important;
  }

  .float-tablet-right {
    float: right !important;
  }

  .float-tablet-none {
    float: none !important;
  }
}
@media (min-width: 960px) {
  .float-notebook-left {
    float: left !important;
  }

  .float-notebook-right {
    float: right !important;
  }

  .float-notebook-none {
    float: none !important;
  }
}
@media (min-width: 1240px) {
  .float-desktop-left {
    float: left !important;
  }

  .float-desktop-right {
    float: right !important;
  }

  .float-desktop-none {
    float: none !important;
  }
}
@media (max-width: 767.98px) {
  .bg-mobile-hide-image {
    background-image: none !important;
  }
}
.img-contain {
  object-fit: contain !important;
  font-family: "object-fit: contain !important;";
  height: 100% !important;
  width: 100% !important;
}

.img-cover {
  object-fit: cover !important;
  font-family: "object-fit: cover !important;";
  height: 100% !important;
  width: 100% !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.shadow-lg {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.box-sizing-border {
  box-sizing: border-box !important;
}

.box-sizing-content {
  box-sizing: content-box !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -4rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-tablet-0 {
    margin: 0 !important;
  }

  .mt-tablet-0,
.my-tablet-0 {
    margin-top: 0 !important;
  }

  .mr-tablet-0,
.mx-tablet-0 {
    margin-right: 0 !important;
  }

  .mb-tablet-0,
.my-tablet-0 {
    margin-bottom: 0 !important;
  }

  .ml-tablet-0,
.mx-tablet-0 {
    margin-left: 0 !important;
  }

  .m-tablet-1 {
    margin: 0.25rem !important;
  }

  .mt-tablet-1,
.my-tablet-1 {
    margin-top: 0.25rem !important;
  }

  .mr-tablet-1,
.mx-tablet-1 {
    margin-right: 0.25rem !important;
  }

  .mb-tablet-1,
.my-tablet-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-tablet-1,
.mx-tablet-1 {
    margin-left: 0.25rem !important;
  }

  .m-tablet-2 {
    margin: 0.5rem !important;
  }

  .mt-tablet-2,
.my-tablet-2 {
    margin-top: 0.5rem !important;
  }

  .mr-tablet-2,
.mx-tablet-2 {
    margin-right: 0.5rem !important;
  }

  .mb-tablet-2,
.my-tablet-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-tablet-2,
.mx-tablet-2 {
    margin-left: 0.5rem !important;
  }

  .m-tablet-3 {
    margin: 1rem !important;
  }

  .mt-tablet-3,
.my-tablet-3 {
    margin-top: 1rem !important;
  }

  .mr-tablet-3,
.mx-tablet-3 {
    margin-right: 1rem !important;
  }

  .mb-tablet-3,
.my-tablet-3 {
    margin-bottom: 1rem !important;
  }

  .ml-tablet-3,
.mx-tablet-3 {
    margin-left: 1rem !important;
  }

  .m-tablet-4 {
    margin: 1.5rem !important;
  }

  .mt-tablet-4,
.my-tablet-4 {
    margin-top: 1.5rem !important;
  }

  .mr-tablet-4,
.mx-tablet-4 {
    margin-right: 1.5rem !important;
  }

  .mb-tablet-4,
.my-tablet-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-tablet-4,
.mx-tablet-4 {
    margin-left: 1.5rem !important;
  }

  .m-tablet-5 {
    margin: 4rem !important;
  }

  .mt-tablet-5,
.my-tablet-5 {
    margin-top: 4rem !important;
  }

  .mr-tablet-5,
.mx-tablet-5 {
    margin-right: 4rem !important;
  }

  .mb-tablet-5,
.my-tablet-5 {
    margin-bottom: 4rem !important;
  }

  .ml-tablet-5,
.mx-tablet-5 {
    margin-left: 4rem !important;
  }

  .m-tablet-6 {
    margin: 6rem !important;
  }

  .mt-tablet-6,
.my-tablet-6 {
    margin-top: 6rem !important;
  }

  .mr-tablet-6,
.mx-tablet-6 {
    margin-right: 6rem !important;
  }

  .mb-tablet-6,
.my-tablet-6 {
    margin-bottom: 6rem !important;
  }

  .ml-tablet-6,
.mx-tablet-6 {
    margin-left: 6rem !important;
  }

  .p-tablet-0 {
    padding: 0 !important;
  }

  .pt-tablet-0,
.py-tablet-0 {
    padding-top: 0 !important;
  }

  .pr-tablet-0,
.px-tablet-0 {
    padding-right: 0 !important;
  }

  .pb-tablet-0,
.py-tablet-0 {
    padding-bottom: 0 !important;
  }

  .pl-tablet-0,
.px-tablet-0 {
    padding-left: 0 !important;
  }

  .p-tablet-1 {
    padding: 0.25rem !important;
  }

  .pt-tablet-1,
.py-tablet-1 {
    padding-top: 0.25rem !important;
  }

  .pr-tablet-1,
.px-tablet-1 {
    padding-right: 0.25rem !important;
  }

  .pb-tablet-1,
.py-tablet-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-tablet-1,
.px-tablet-1 {
    padding-left: 0.25rem !important;
  }

  .p-tablet-2 {
    padding: 0.5rem !important;
  }

  .pt-tablet-2,
.py-tablet-2 {
    padding-top: 0.5rem !important;
  }

  .pr-tablet-2,
.px-tablet-2 {
    padding-right: 0.5rem !important;
  }

  .pb-tablet-2,
.py-tablet-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-tablet-2,
.px-tablet-2 {
    padding-left: 0.5rem !important;
  }

  .p-tablet-3 {
    padding: 1rem !important;
  }

  .pt-tablet-3,
.py-tablet-3 {
    padding-top: 1rem !important;
  }

  .pr-tablet-3,
.px-tablet-3 {
    padding-right: 1rem !important;
  }

  .pb-tablet-3,
.py-tablet-3 {
    padding-bottom: 1rem !important;
  }

  .pl-tablet-3,
.px-tablet-3 {
    padding-left: 1rem !important;
  }

  .p-tablet-4 {
    padding: 1.5rem !important;
  }

  .pt-tablet-4,
.py-tablet-4 {
    padding-top: 1.5rem !important;
  }

  .pr-tablet-4,
.px-tablet-4 {
    padding-right: 1.5rem !important;
  }

  .pb-tablet-4,
.py-tablet-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-tablet-4,
.px-tablet-4 {
    padding-left: 1.5rem !important;
  }

  .p-tablet-5 {
    padding: 4rem !important;
  }

  .pt-tablet-5,
.py-tablet-5 {
    padding-top: 4rem !important;
  }

  .pr-tablet-5,
.px-tablet-5 {
    padding-right: 4rem !important;
  }

  .pb-tablet-5,
.py-tablet-5 {
    padding-bottom: 4rem !important;
  }

  .pl-tablet-5,
.px-tablet-5 {
    padding-left: 4rem !important;
  }

  .p-tablet-6 {
    padding: 6rem !important;
  }

  .pt-tablet-6,
.py-tablet-6 {
    padding-top: 6rem !important;
  }

  .pr-tablet-6,
.px-tablet-6 {
    padding-right: 6rem !important;
  }

  .pb-tablet-6,
.py-tablet-6 {
    padding-bottom: 6rem !important;
  }

  .pl-tablet-6,
.px-tablet-6 {
    padding-left: 6rem !important;
  }

  .m-tablet-n1 {
    margin: -0.25rem !important;
  }

  .mt-tablet-n1,
.my-tablet-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-tablet-n1,
.mx-tablet-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-tablet-n1,
.my-tablet-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-tablet-n1,
.mx-tablet-n1 {
    margin-left: -0.25rem !important;
  }

  .m-tablet-n2 {
    margin: -0.5rem !important;
  }

  .mt-tablet-n2,
.my-tablet-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-tablet-n2,
.mx-tablet-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-tablet-n2,
.my-tablet-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-tablet-n2,
.mx-tablet-n2 {
    margin-left: -0.5rem !important;
  }

  .m-tablet-n3 {
    margin: -1rem !important;
  }

  .mt-tablet-n3,
.my-tablet-n3 {
    margin-top: -1rem !important;
  }

  .mr-tablet-n3,
.mx-tablet-n3 {
    margin-right: -1rem !important;
  }

  .mb-tablet-n3,
.my-tablet-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-tablet-n3,
.mx-tablet-n3 {
    margin-left: -1rem !important;
  }

  .m-tablet-n4 {
    margin: -1.5rem !important;
  }

  .mt-tablet-n4,
.my-tablet-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-tablet-n4,
.mx-tablet-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-tablet-n4,
.my-tablet-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-tablet-n4,
.mx-tablet-n4 {
    margin-left: -1.5rem !important;
  }

  .m-tablet-n5 {
    margin: -4rem !important;
  }

  .mt-tablet-n5,
.my-tablet-n5 {
    margin-top: -4rem !important;
  }

  .mr-tablet-n5,
.mx-tablet-n5 {
    margin-right: -4rem !important;
  }

  .mb-tablet-n5,
.my-tablet-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-tablet-n5,
.mx-tablet-n5 {
    margin-left: -4rem !important;
  }

  .m-tablet-n6 {
    margin: -6rem !important;
  }

  .mt-tablet-n6,
.my-tablet-n6 {
    margin-top: -6rem !important;
  }

  .mr-tablet-n6,
.mx-tablet-n6 {
    margin-right: -6rem !important;
  }

  .mb-tablet-n6,
.my-tablet-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-tablet-n6,
.mx-tablet-n6 {
    margin-left: -6rem !important;
  }

  .m-tablet-auto {
    margin: auto !important;
  }

  .mt-tablet-auto,
.my-tablet-auto {
    margin-top: auto !important;
  }

  .mr-tablet-auto,
.mx-tablet-auto {
    margin-right: auto !important;
  }

  .mb-tablet-auto,
.my-tablet-auto {
    margin-bottom: auto !important;
  }

  .ml-tablet-auto,
.mx-tablet-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 960px) {
  .m-notebook-0 {
    margin: 0 !important;
  }

  .mt-notebook-0,
.my-notebook-0 {
    margin-top: 0 !important;
  }

  .mr-notebook-0,
.mx-notebook-0 {
    margin-right: 0 !important;
  }

  .mb-notebook-0,
.my-notebook-0 {
    margin-bottom: 0 !important;
  }

  .ml-notebook-0,
.mx-notebook-0 {
    margin-left: 0 !important;
  }

  .m-notebook-1 {
    margin: 0.25rem !important;
  }

  .mt-notebook-1,
.my-notebook-1 {
    margin-top: 0.25rem !important;
  }

  .mr-notebook-1,
.mx-notebook-1 {
    margin-right: 0.25rem !important;
  }

  .mb-notebook-1,
.my-notebook-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-notebook-1,
.mx-notebook-1 {
    margin-left: 0.25rem !important;
  }

  .m-notebook-2 {
    margin: 0.5rem !important;
  }

  .mt-notebook-2,
.my-notebook-2 {
    margin-top: 0.5rem !important;
  }

  .mr-notebook-2,
.mx-notebook-2 {
    margin-right: 0.5rem !important;
  }

  .mb-notebook-2,
.my-notebook-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-notebook-2,
.mx-notebook-2 {
    margin-left: 0.5rem !important;
  }

  .m-notebook-3 {
    margin: 1rem !important;
  }

  .mt-notebook-3,
.my-notebook-3 {
    margin-top: 1rem !important;
  }

  .mr-notebook-3,
.mx-notebook-3 {
    margin-right: 1rem !important;
  }

  .mb-notebook-3,
.my-notebook-3 {
    margin-bottom: 1rem !important;
  }

  .ml-notebook-3,
.mx-notebook-3 {
    margin-left: 1rem !important;
  }

  .m-notebook-4 {
    margin: 1.5rem !important;
  }

  .mt-notebook-4,
.my-notebook-4 {
    margin-top: 1.5rem !important;
  }

  .mr-notebook-4,
.mx-notebook-4 {
    margin-right: 1.5rem !important;
  }

  .mb-notebook-4,
.my-notebook-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-notebook-4,
.mx-notebook-4 {
    margin-left: 1.5rem !important;
  }

  .m-notebook-5 {
    margin: 4rem !important;
  }

  .mt-notebook-5,
.my-notebook-5 {
    margin-top: 4rem !important;
  }

  .mr-notebook-5,
.mx-notebook-5 {
    margin-right: 4rem !important;
  }

  .mb-notebook-5,
.my-notebook-5 {
    margin-bottom: 4rem !important;
  }

  .ml-notebook-5,
.mx-notebook-5 {
    margin-left: 4rem !important;
  }

  .m-notebook-6 {
    margin: 6rem !important;
  }

  .mt-notebook-6,
.my-notebook-6 {
    margin-top: 6rem !important;
  }

  .mr-notebook-6,
.mx-notebook-6 {
    margin-right: 6rem !important;
  }

  .mb-notebook-6,
.my-notebook-6 {
    margin-bottom: 6rem !important;
  }

  .ml-notebook-6,
.mx-notebook-6 {
    margin-left: 6rem !important;
  }

  .p-notebook-0 {
    padding: 0 !important;
  }

  .pt-notebook-0,
.py-notebook-0 {
    padding-top: 0 !important;
  }

  .pr-notebook-0,
.px-notebook-0 {
    padding-right: 0 !important;
  }

  .pb-notebook-0,
.py-notebook-0 {
    padding-bottom: 0 !important;
  }

  .pl-notebook-0,
.px-notebook-0 {
    padding-left: 0 !important;
  }

  .p-notebook-1 {
    padding: 0.25rem !important;
  }

  .pt-notebook-1,
.py-notebook-1 {
    padding-top: 0.25rem !important;
  }

  .pr-notebook-1,
.px-notebook-1 {
    padding-right: 0.25rem !important;
  }

  .pb-notebook-1,
.py-notebook-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-notebook-1,
.px-notebook-1 {
    padding-left: 0.25rem !important;
  }

  .p-notebook-2 {
    padding: 0.5rem !important;
  }

  .pt-notebook-2,
.py-notebook-2 {
    padding-top: 0.5rem !important;
  }

  .pr-notebook-2,
.px-notebook-2 {
    padding-right: 0.5rem !important;
  }

  .pb-notebook-2,
.py-notebook-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-notebook-2,
.px-notebook-2 {
    padding-left: 0.5rem !important;
  }

  .p-notebook-3 {
    padding: 1rem !important;
  }

  .pt-notebook-3,
.py-notebook-3 {
    padding-top: 1rem !important;
  }

  .pr-notebook-3,
.px-notebook-3 {
    padding-right: 1rem !important;
  }

  .pb-notebook-3,
.py-notebook-3 {
    padding-bottom: 1rem !important;
  }

  .pl-notebook-3,
.px-notebook-3 {
    padding-left: 1rem !important;
  }

  .p-notebook-4 {
    padding: 1.5rem !important;
  }

  .pt-notebook-4,
.py-notebook-4 {
    padding-top: 1.5rem !important;
  }

  .pr-notebook-4,
.px-notebook-4 {
    padding-right: 1.5rem !important;
  }

  .pb-notebook-4,
.py-notebook-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-notebook-4,
.px-notebook-4 {
    padding-left: 1.5rem !important;
  }

  .p-notebook-5 {
    padding: 4rem !important;
  }

  .pt-notebook-5,
.py-notebook-5 {
    padding-top: 4rem !important;
  }

  .pr-notebook-5,
.px-notebook-5 {
    padding-right: 4rem !important;
  }

  .pb-notebook-5,
.py-notebook-5 {
    padding-bottom: 4rem !important;
  }

  .pl-notebook-5,
.px-notebook-5 {
    padding-left: 4rem !important;
  }

  .p-notebook-6 {
    padding: 6rem !important;
  }

  .pt-notebook-6,
.py-notebook-6 {
    padding-top: 6rem !important;
  }

  .pr-notebook-6,
.px-notebook-6 {
    padding-right: 6rem !important;
  }

  .pb-notebook-6,
.py-notebook-6 {
    padding-bottom: 6rem !important;
  }

  .pl-notebook-6,
.px-notebook-6 {
    padding-left: 6rem !important;
  }

  .m-notebook-n1 {
    margin: -0.25rem !important;
  }

  .mt-notebook-n1,
.my-notebook-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-notebook-n1,
.mx-notebook-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-notebook-n1,
.my-notebook-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-notebook-n1,
.mx-notebook-n1 {
    margin-left: -0.25rem !important;
  }

  .m-notebook-n2 {
    margin: -0.5rem !important;
  }

  .mt-notebook-n2,
.my-notebook-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-notebook-n2,
.mx-notebook-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-notebook-n2,
.my-notebook-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-notebook-n2,
.mx-notebook-n2 {
    margin-left: -0.5rem !important;
  }

  .m-notebook-n3 {
    margin: -1rem !important;
  }

  .mt-notebook-n3,
.my-notebook-n3 {
    margin-top: -1rem !important;
  }

  .mr-notebook-n3,
.mx-notebook-n3 {
    margin-right: -1rem !important;
  }

  .mb-notebook-n3,
.my-notebook-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-notebook-n3,
.mx-notebook-n3 {
    margin-left: -1rem !important;
  }

  .m-notebook-n4 {
    margin: -1.5rem !important;
  }

  .mt-notebook-n4,
.my-notebook-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-notebook-n4,
.mx-notebook-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-notebook-n4,
.my-notebook-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-notebook-n4,
.mx-notebook-n4 {
    margin-left: -1.5rem !important;
  }

  .m-notebook-n5 {
    margin: -4rem !important;
  }

  .mt-notebook-n5,
.my-notebook-n5 {
    margin-top: -4rem !important;
  }

  .mr-notebook-n5,
.mx-notebook-n5 {
    margin-right: -4rem !important;
  }

  .mb-notebook-n5,
.my-notebook-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-notebook-n5,
.mx-notebook-n5 {
    margin-left: -4rem !important;
  }

  .m-notebook-n6 {
    margin: -6rem !important;
  }

  .mt-notebook-n6,
.my-notebook-n6 {
    margin-top: -6rem !important;
  }

  .mr-notebook-n6,
.mx-notebook-n6 {
    margin-right: -6rem !important;
  }

  .mb-notebook-n6,
.my-notebook-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-notebook-n6,
.mx-notebook-n6 {
    margin-left: -6rem !important;
  }

  .m-notebook-auto {
    margin: auto !important;
  }

  .mt-notebook-auto,
.my-notebook-auto {
    margin-top: auto !important;
  }

  .mr-notebook-auto,
.mx-notebook-auto {
    margin-right: auto !important;
  }

  .mb-notebook-auto,
.my-notebook-auto {
    margin-bottom: auto !important;
  }

  .ml-notebook-auto,
.mx-notebook-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .m-desktop-0 {
    margin: 0 !important;
  }

  .mt-desktop-0,
.my-desktop-0 {
    margin-top: 0 !important;
  }

  .mr-desktop-0,
.mx-desktop-0 {
    margin-right: 0 !important;
  }

  .mb-desktop-0,
.my-desktop-0 {
    margin-bottom: 0 !important;
  }

  .ml-desktop-0,
.mx-desktop-0 {
    margin-left: 0 !important;
  }

  .m-desktop-1 {
    margin: 0.25rem !important;
  }

  .mt-desktop-1,
.my-desktop-1 {
    margin-top: 0.25rem !important;
  }

  .mr-desktop-1,
.mx-desktop-1 {
    margin-right: 0.25rem !important;
  }

  .mb-desktop-1,
.my-desktop-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-desktop-1,
.mx-desktop-1 {
    margin-left: 0.25rem !important;
  }

  .m-desktop-2 {
    margin: 0.5rem !important;
  }

  .mt-desktop-2,
.my-desktop-2 {
    margin-top: 0.5rem !important;
  }

  .mr-desktop-2,
.mx-desktop-2 {
    margin-right: 0.5rem !important;
  }

  .mb-desktop-2,
.my-desktop-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-desktop-2,
.mx-desktop-2 {
    margin-left: 0.5rem !important;
  }

  .m-desktop-3 {
    margin: 1rem !important;
  }

  .mt-desktop-3,
.my-desktop-3 {
    margin-top: 1rem !important;
  }

  .mr-desktop-3,
.mx-desktop-3 {
    margin-right: 1rem !important;
  }

  .mb-desktop-3,
.my-desktop-3 {
    margin-bottom: 1rem !important;
  }

  .ml-desktop-3,
.mx-desktop-3 {
    margin-left: 1rem !important;
  }

  .m-desktop-4 {
    margin: 1.5rem !important;
  }

  .mt-desktop-4,
.my-desktop-4 {
    margin-top: 1.5rem !important;
  }

  .mr-desktop-4,
.mx-desktop-4 {
    margin-right: 1.5rem !important;
  }

  .mb-desktop-4,
.my-desktop-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-desktop-4,
.mx-desktop-4 {
    margin-left: 1.5rem !important;
  }

  .m-desktop-5 {
    margin: 4rem !important;
  }

  .mt-desktop-5,
.my-desktop-5 {
    margin-top: 4rem !important;
  }

  .mr-desktop-5,
.mx-desktop-5 {
    margin-right: 4rem !important;
  }

  .mb-desktop-5,
.my-desktop-5 {
    margin-bottom: 4rem !important;
  }

  .ml-desktop-5,
.mx-desktop-5 {
    margin-left: 4rem !important;
  }

  .m-desktop-6 {
    margin: 6rem !important;
  }

  .mt-desktop-6,
.my-desktop-6 {
    margin-top: 6rem !important;
  }

  .mr-desktop-6,
.mx-desktop-6 {
    margin-right: 6rem !important;
  }

  .mb-desktop-6,
.my-desktop-6 {
    margin-bottom: 6rem !important;
  }

  .ml-desktop-6,
.mx-desktop-6 {
    margin-left: 6rem !important;
  }

  .p-desktop-0 {
    padding: 0 !important;
  }

  .pt-desktop-0,
.py-desktop-0 {
    padding-top: 0 !important;
  }

  .pr-desktop-0,
.px-desktop-0 {
    padding-right: 0 !important;
  }

  .pb-desktop-0,
.py-desktop-0 {
    padding-bottom: 0 !important;
  }

  .pl-desktop-0,
.px-desktop-0 {
    padding-left: 0 !important;
  }

  .p-desktop-1 {
    padding: 0.25rem !important;
  }

  .pt-desktop-1,
.py-desktop-1 {
    padding-top: 0.25rem !important;
  }

  .pr-desktop-1,
.px-desktop-1 {
    padding-right: 0.25rem !important;
  }

  .pb-desktop-1,
.py-desktop-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-desktop-1,
.px-desktop-1 {
    padding-left: 0.25rem !important;
  }

  .p-desktop-2 {
    padding: 0.5rem !important;
  }

  .pt-desktop-2,
.py-desktop-2 {
    padding-top: 0.5rem !important;
  }

  .pr-desktop-2,
.px-desktop-2 {
    padding-right: 0.5rem !important;
  }

  .pb-desktop-2,
.py-desktop-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-desktop-2,
.px-desktop-2 {
    padding-left: 0.5rem !important;
  }

  .p-desktop-3 {
    padding: 1rem !important;
  }

  .pt-desktop-3,
.py-desktop-3 {
    padding-top: 1rem !important;
  }

  .pr-desktop-3,
.px-desktop-3 {
    padding-right: 1rem !important;
  }

  .pb-desktop-3,
.py-desktop-3 {
    padding-bottom: 1rem !important;
  }

  .pl-desktop-3,
.px-desktop-3 {
    padding-left: 1rem !important;
  }

  .p-desktop-4 {
    padding: 1.5rem !important;
  }

  .pt-desktop-4,
.py-desktop-4 {
    padding-top: 1.5rem !important;
  }

  .pr-desktop-4,
.px-desktop-4 {
    padding-right: 1.5rem !important;
  }

  .pb-desktop-4,
.py-desktop-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-desktop-4,
.px-desktop-4 {
    padding-left: 1.5rem !important;
  }

  .p-desktop-5 {
    padding: 4rem !important;
  }

  .pt-desktop-5,
.py-desktop-5 {
    padding-top: 4rem !important;
  }

  .pr-desktop-5,
.px-desktop-5 {
    padding-right: 4rem !important;
  }

  .pb-desktop-5,
.py-desktop-5 {
    padding-bottom: 4rem !important;
  }

  .pl-desktop-5,
.px-desktop-5 {
    padding-left: 4rem !important;
  }

  .p-desktop-6 {
    padding: 6rem !important;
  }

  .pt-desktop-6,
.py-desktop-6 {
    padding-top: 6rem !important;
  }

  .pr-desktop-6,
.px-desktop-6 {
    padding-right: 6rem !important;
  }

  .pb-desktop-6,
.py-desktop-6 {
    padding-bottom: 6rem !important;
  }

  .pl-desktop-6,
.px-desktop-6 {
    padding-left: 6rem !important;
  }

  .m-desktop-n1 {
    margin: -0.25rem !important;
  }

  .mt-desktop-n1,
.my-desktop-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-desktop-n1,
.mx-desktop-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-desktop-n1,
.my-desktop-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-desktop-n1,
.mx-desktop-n1 {
    margin-left: -0.25rem !important;
  }

  .m-desktop-n2 {
    margin: -0.5rem !important;
  }

  .mt-desktop-n2,
.my-desktop-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-desktop-n2,
.mx-desktop-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-desktop-n2,
.my-desktop-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-desktop-n2,
.mx-desktop-n2 {
    margin-left: -0.5rem !important;
  }

  .m-desktop-n3 {
    margin: -1rem !important;
  }

  .mt-desktop-n3,
.my-desktop-n3 {
    margin-top: -1rem !important;
  }

  .mr-desktop-n3,
.mx-desktop-n3 {
    margin-right: -1rem !important;
  }

  .mb-desktop-n3,
.my-desktop-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-desktop-n3,
.mx-desktop-n3 {
    margin-left: -1rem !important;
  }

  .m-desktop-n4 {
    margin: -1.5rem !important;
  }

  .mt-desktop-n4,
.my-desktop-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-desktop-n4,
.mx-desktop-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-desktop-n4,
.my-desktop-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-desktop-n4,
.mx-desktop-n4 {
    margin-left: -1.5rem !important;
  }

  .m-desktop-n5 {
    margin: -4rem !important;
  }

  .mt-desktop-n5,
.my-desktop-n5 {
    margin-top: -4rem !important;
  }

  .mr-desktop-n5,
.mx-desktop-n5 {
    margin-right: -4rem !important;
  }

  .mb-desktop-n5,
.my-desktop-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-desktop-n5,
.mx-desktop-n5 {
    margin-left: -4rem !important;
  }

  .m-desktop-n6 {
    margin: -6rem !important;
  }

  .mt-desktop-n6,
.my-desktop-n6 {
    margin-top: -6rem !important;
  }

  .mr-desktop-n6,
.mx-desktop-n6 {
    margin-right: -6rem !important;
  }

  .mb-desktop-n6,
.my-desktop-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-desktop-n6,
.mx-desktop-n6 {
    margin-left: -6rem !important;
  }

  .m-desktop-auto {
    margin: auto !important;
  }

  .mt-desktop-auto,
.my-desktop-auto {
    margin-top: auto !important;
  }

  .mr-desktop-auto,
.mx-desktop-auto {
    margin-right: auto !important;
  }

  .mb-desktop-auto,
.my-desktop-auto {
    margin-bottom: auto !important;
  }

  .ml-desktop-auto,
.mx-desktop-auto {
    margin-left: auto !important;
  }
}
.text-center {
  text-align: center !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.font-weight-bolder [class^=icon-]::before, [class*=" icon-"]::before {
  font-weight: bolder !important;
}

.text-primary {
  color: #115FC6 !important;
}
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary .h1,
.text-primary .h2,
.text-primary .h3,
.text-primary .h4,
.text-primary .h5,
.text-primary .h6 {
  color: #115FC6 !important;
}

.text-secondary {
  color: #841417 !important;
}
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary .h1,
.text-secondary .h2,
.text-secondary .h3,
.text-secondary .h4,
.text-secondary .h5,
.text-secondary .h6 {
  color: #841417 !important;
}

.text-black {
  color: #000000 !important;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black .h1,
.text-black .h2,
.text-black .h3,
.text-black .h4,
.text-black .h5,
.text-black .h6 {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
  color: #ffffff !important;
}

.text-light {
  color: #f8f9fa !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
  color: #f8f9fa !important;
}

.text-dark {
  color: #003275 !important;
}
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark .h1,
.text-dark .h2,
.text-dark .h3,
.text-dark .h4,
.text-dark .h5,
.text-dark .h6 {
  color: #003275 !important;
}

.text-purple {
  color: #750C51 !important;
}
.text-purple h1,
.text-purple h2,
.text-purple h3,
.text-purple h4,
.text-purple h5,
.text-purple h6,
.text-purple .h1,
.text-purple .h2,
.text-purple .h3,
.text-purple .h4,
.text-purple .h5,
.text-purple .h6 {
  color: #750C51 !important;
}

.text-yellow {
  color: #f9f953 !important;
}
.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6,
.text-yellow .h1,
.text-yellow .h2,
.text-yellow .h3,
.text-yellow .h4,
.text-yellow .h5,
.text-yellow .h6 {
  color: #f9f953 !important;
}

.text-red {
  color: #841417 !important;
}
.text-red h1,
.text-red h2,
.text-red h3,
.text-red h4,
.text-red h5,
.text-red h6,
.text-red .h1,
.text-red .h2,
.text-red .h3,
.text-red .h4,
.text-red .h5,
.text-red .h6 {
  color: #841417 !important;
}

.text-gray {
  color: #eaeaea !important;
}
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6,
.text-gray .h1,
.text-gray .h2,
.text-gray .h3,
.text-gray .h4,
.text-gray .h5,
.text-gray .h6 {
  color: #eaeaea !important;
}

.text-blue {
  color: #115FC6 !important;
}
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue .h1,
.text-blue .h2,
.text-blue .h3,
.text-blue .h4,
.text-blue .h5,
.text-blue .h6 {
  color: #115FC6 !important;
}

.text-body {
  color: #202124 !important;
}

/*# sourceMappingURL=/theme.min.css.map */