  
body {
  font-family: "Roboto Condensed";
}

button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

#btn-back-to-top {
    position: fixed;
    bottom: 54px;
    right: 20px;
    display: none;
    z-index: 100000;
    border-radius: 50%;
    color: #fff;
    border: none;
    transition: .4s;
    background-color: #004181;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

#btn-back-to-top:hover {
    transform: scale(1.1);
}


.btn-politica {
    background-color: #fff;
    color: #184181;
    border: 1px solid #184181;
    top: -7px;
    position: relative;
    margin-left: 10px;
}

.btn-politica:hover {
    background-color: #184181;
    color: #fff;
    border: 1px solid #fff;
}


/* ------------------------------------ HEADER --------------------------- */

header {
  background-color: #ffffff;
}

header .nav-link {
  display: block;
  padding: 0.2rem 0.5rem !important;
  color: #535353;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  background: 0;
}

header .navbar-nav .nav-item:hover {
  color: #2f80ed;
}

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

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}

header .navbar-nav .nav-item.active .nav-link::after,
header .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  display: block;
  height: 2px;
  align-items: center;
  justify-content: center;
  background-position: center;
  background: #e23316;
  margin-top: 0;
  position: relative;
  right: 0;
  bottom: -2px;
  transition: 0.6s;
}

header .navbar-nav .nav-item .nav-link::after,
h1.title::after,
.item p::after {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header nav.navigation-icons .item p {
  text-align: center;
  color: white;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header .header-navigation ul.network-list {
  margin-bottom: 2rem;
  justify-content: flex-end;
}

header .header-navigation ul.network-list li {
  list-style: none;
  margin-left: 15px;
}

header .header-navigation ul.network-list svg.social-icons:hover path,
header .header-navigation ul.network-list li.search .input-group-text:hover {
  fill: #e23316;
  transition: 0.4s;
  background: #e23316;
  border: 1px solid #e23316;
}

header .header-navigation ul.network-list li.search .input-group {
  position: relative;
}

header .header-navigation ul.network-list li.search .input-group-text {
  border: 1px solid #2f80ed;
  background: #2f80ed;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
}

header .header-navigation ul.network-list li.search input {
  min-height: 28px;
  height: 28px;
  padding: 0.3rem 0 0.3rem 0.8rem;
  font-weight: 300;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  color: #1f191a;
  z-index: 2;
  border: 1px solid #e0e0e0;
  transition: 0.4s;
}

header
  .header-navigation
  ul.network-list
  li.search
  .form-control:focus
  ~ .covered {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

header .header-navigation ul.network-list li.search .covered {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 0 0 5px;
  z-index: 1;
}

header .header-navigation ul.network-list li.search input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

header nav.navigation-icons {
  border-top: 3px solid #e23316;
  box-shadow: 0 -3px 0 #f2c94c;
  background: #2f80ed;
}

header nav.navigation-icons .item {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

header nav.navigation-icons .item a {
  width: 100%;
  background: linear-gradient(180deg, #215aa7 0%, rgba(47, 128, 237, 0) 50.52%);
  height: 200px;
  background-size: auto 200%;
  transition: 0.4s;
  background-position: 0 -200px;
}

header nav.navigation-icons .item a:hover {
  background-position: 0 0px;
}

header nav.navigation-icons .item img {
  display: block;
  height: 75px;
  margin: 1.5rem auto;
}

/*  ----------------------------------- BANNER ------------------------------------- */
.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

/*  ----------------------------------- LGPD ------------------------------------- */
section.lgpd {
  padding: 4% 0;
  position: relative;
}

section.lgpd::before,
section.form__index::before,
footer::before {
  content: " ";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -42px;
  right: 0;
  background-image: url("../img/icons/bg-top-sections-white.svg");
  background-size: cover;
}

h1.title-section {
  font-size: 2rem;
  font-weight: bold;
  color: #004181;
  position: relative;
}
h1.title-section::after {
  content: "";
  position: absolute;
  right: 2em;
  bottom: -0.5em;
  width: 70px;
  height: 7px;
  background-image: url("../img/icons/title-detail-red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card {
  border-radius: 0.6rem;
  padding: 10% 0;
  height: 300px;
}

.card:hover {
  cursor: pointer;
  background-color: #004181;
}

.card:hover path {
  fill: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e23316 !important;
  border: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  border: 2px solid #aeaeae !important;
}

p.card-text {
  font-size: 1rem;
}
.card:hover p.card-text {
  color: #fff;
  font-weight: bold;
}
.text-gray {
  color: #535353;
}

/* ------------------------------------ RIGHTS ------------------------------------- */
section.rights,
section.questions {
  background-color: #ececec;
}

section.rights::before,
section.questions::before,
section.form__intern::before {
  content: " ";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -43px;
  right: 0;
  background-image: url("../img/icons/bg-top-sections-gray.svg");
  background-size: cover;
}

ul.rights__list {
  list-style-image: url("../img/icons/list-item.svg");
}
li.list__item {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #535353;
}
img.img-responsive {
  max-width: 95%;
}

/* ------------------------------------ FORM INDEX ------------------------------------- */
section.form__index {
  padding: 8% 0;
}
a.form__index--button {
  border: 1.5px solid #e23316;
  padding: 1% 3%;
  border-radius: 0 12px;
  color: #e23316;
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.4s;
}
a.form__index--button:hover {
  background-color: #004181;
  color: #fff;
  border-color: #fff;
  border-radius: 12px 0;
  transition: 0.4s;
}

.form__index--content::before,
.form__index--content::after {
  content: " ";
  width: 22em;
  height: 15em;
  max-width: 40%;
  position: absolute;
  top: 2em;
  left: -1em;
  background-image: url("../img/icons/right-form-detaill.svg");
  background-size: 100% 100%;
}
.form__index--content::after {
  width: 32em;
  height: 21em;
  top: -5em;
  left: initial;
  right: -7em;
  background-image: url("../img/icons/left-form-detaill.svg");
}

.form__index--text {
  font-size: 1.2rem !important;
}

/* ------------------------------------ QUESTIONS ------------------------------------- */
section.questions {
  padding: 5% 0;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #535353;
  font-size: 1rem;
  cursor: pointer;
  padding: 18px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion,
.accordion:hover {
  background-color: #184181;
  color: #fff;
}
.accordion:hover .active-accordion:after {
  color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #004181;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: "\2228"; /* Unicode character for "plus" sign (+) */
  font-size: 1.2rem;
  color: #535353;
  float: right;
  margin-left: 5px;
}

.active-accordion:after {
  content: "\2227"; /* Unicode character for "minus" sign (-) */
  color: #fff;
}

.questions__accordion--content {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.questions__container::before,
.questions__container::after {
  content: " ";
  background-image: url("../img/icons/left-detail-questions.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 80%;
  max-height: 80%;
  width: 280px;
  height: 262px;
  position: absolute;
  z-index: 0;
  top: 13px;
  left: 21px;
}
.questions__container::after {
  background-image: url("../img/icons/right-detail-questions.svg");
  top: 76px;
  left: initial;
  right: -31px;
  z-index: 0;
  height: 320px;
  width: 308px;
}
object.questions__content--detail {
  position: relative;
  top: 48px;
  right: initial;
  z-index: 0;
  width: 75%;
}
/* ------------------------------------ FOOTER ------------------------------------- */
footer {
  padding: 2% 0;
}
footer h2 {
  font-size: 2rem;
  color: #184181;
  font-weight: 600;
  padding-left: 2rem;
}

footer p {
  color: #184181;
  font-size: 1rem;
}

footer .footer__border--detaill::before {
  content: " ";
  width: 1px;
  height: 80px;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: -1em;
  left: -1em;
}

.footer__content::before,
.footer__content::after {
  content: " ";
  background-image: url("../img/icons/left-footer-detaill.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 80%;
  width: 315px;
  height: 315px;
  position: absolute;
  z-index: 0;
  top: -290px;
  left: 141px;
}

.footer__content::after {
  background-image: url("../img/icons/right-footer-detaill.svg");
  width: 224px;
  height: 224px;
  top: -286px;
  left: initial;
  right: 280px;
}

/* ------------------------------------ FORM INTERN ------------------------------------- */
section.form__intern {
  padding: 6% 0;
  background-color: #ececec;
}

input.input-contato {
  height: 40px;
  background-color: #fff;
  border: 1px solid #85c7f2;
  border-radius: 6px;
  margin-bottom: 2%;
}

textarea.input-mensagem {
  width: 100%;
  resize: none;
  height: 250px;
  background-color: #f5f5f5;
  border: 1px solid #85c7f2;
  border-radius: 6px;
  margin-bottom: 4%;
}

input[type="submit"].btn-enviar {
  background-color: #184181;
  width: 18%;
  height: 44px;
  border: #fff;
  border-radius: 10px 0;
  color: #fff;
}
input[type="submit"].btn-enviar:hover,
input[type="submit"].btn-enviar:focus {
  background-color: #e23316;
  transition: all 265ms ease-out;
}
label {
  font-weight: bold;
}

/* ------------------------------------ MODAL ------------------------------------- */
h5.modal-title {
    font-size: 2.5rem;
    color: #fff;
  }
  div.modal-header {
    background-color: #004181;
  }
  .modal-header .close {
    color: #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
  }
  .card-footer {
    background-color: transparent;
    border: none;
    padding: 20% 0;
  }
  
  button.btn-close-modal {
      border:2px solid #e23316;
      color: #004181;
      border-radius: 10px 0;
  }
  button.btn-close-modal:hover, button.btn-close-modal:focus {
      background-color: #e23316;
      color: #fff;
      transition: .4s;
  }

/* ------------------------------------ NAVIGATION ------------------------------------- */
ul.navigation__indicators {
  list-style: none;
  display: block;
  margin-top: 1rem;
  margin-right: 1.9rem;
}

.navigation__item--link {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
}
.nav-item{
  margin-bottom: 0.8rem;
}
nav.navigation {
  position: fixed;
  right: 0;
  top: 294px;
  z-index: 1000;
  /* padding: 10%; */
  width: 55px;
  height: 138px;
  background-color: #e23316;
  border-radius: 15px 0 0 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #fff;
}
/* ------------------------------------ MOBILE ------------------------------------- */

@media (max-width: 1400px) {
  .footer__content::before {
    max-width: 80%;
    width: 245px;
    height: 305px;
    top: -265px;
    left: 107px;
  }
  .footer__content::after {
    width: 158px;
    height: 185px;
    top: -216px;
    right: 194px;
  }
}

@media (max-width: 991px) {
  header .container-header {
    align-items: center !important;
    height: 110px;
  }
  header .container-header .navbar-brand img {
    width: 110px;
  }
  header .navbar-collapse {
    position: absolute;
    left: 0px;
    background: white;
    width: 100%;
    z-index: 10;
    top: 120px;
    box-shadow: 0 10px 10px #00000040;
  }
  header .header-navigation ul.network-list {
    margin-bottom: 0;
    justify-content: center;
    margin: 1rem;
    padding-left: 0;
  }
  .navbar-nav {
    margin-top: 2rem;
  }
  .navbar-nav li {
    padding-bottom: 1rem;
    text-align: center;
  }

  header .navbar-nav .nav-item.active .nav-link::after,
  header .navbar-nav .nav-item:hover .nav-link::after {
    width: 30px;
    margin: 0 auto;
    bottom: -5px;
  }
  li.list__item {
    font-size: 1.2rem;
  }
  img.img-responsive {
    margin-top: 2rem;
  }
  .form__index--text {
    font-size: 1rem;
    margin-inline-end: 131px;
    margin-inline-start: 131px;
  }
  .form__index--content::before {
    width: 14em;
    height: 14em;
    top: 1em;
    left: -6em;
  }
  .form__index--content::after {
    width: 20em;
    height: 20em;
    top: -4em;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 53px;
  }
  .questions__container::before {
    background-image: url("../img/icons/left-mob-detail-questions.svg");
    top: 2px;
    left: -38px;
    width: 12em;
  }
  .questions__container::after {
    background-image: url("../img/icons/right-mob-detail-questions.svg");
    top: 337px;
    right: -38px;
    width: 10em;
  }
  .footer__content::before,
  .footer__content::after {
    display: none;
  }
  footer h2 {
    color: #e23316;
    padding-left: 0;
    margin-top: 1rem;
  }

  footer ul.network-list {
    margin-top: 1rem;
  }
  footer .footer__border--detaill::before {
    display: none;
  }
  footer object {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .form__index--content::before,
  .form__index--content::after {
    display: none;
  }
  .questions__container::after {
    right: -2px;
  }
}

@media (max-width: 540px) {
  .form__index--text {
    margin-inline-end: unset;
    margin-inline-start: unset;
  }
  section.questions::before {
    top: -23px;
  }
  object.questions__content--detail {
    top: 29px;
  }
  section.form__index {
    padding: 8% 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 375px) {
  object.questions__content--detail {
    top: 0px;
    width: 80%;
  }
  section.lgpd::before,
  section.form__index::before,
  footer::before {
    top: -25px;
  }
  section.rights::before,
  section.questions::before {
    top: -25px;
  }
}

@media (max-width: 320px) {
  section.lgpd::before,
  section.form__index::before,
  footer::before {
    top: -25px;
  }
  section.rights::before,
  section.questions::before {
    top: -25px;
  }
}

@media (max-width: 414px) {
    section.lgpd::before, section.form__index::before, footer::before {
        top: -28px;
    }
}

@media (min-width: 991px) and (max-width: 1200px){
  .form__index--content::after {
    width: 20em;
    height: 21em;
    top: 0em;
    right: 0em;
  }
  .footer__content::before {
    width: 188px;
    height: 305px;
    top: -251px;
    left: 35px;
  }
  footer img{
    max-width: 100%;
  }
  .footer__content::after {
    width: 150px;
    height: 185px;
    top: -216px;
    right: 80px;
  }
  .questions__container::after {
    background-image: url("../img/icons/right-detail-questions.svg");
    top: 76px;
    right: 6px;
    width: 219px;
}
}

section.lgpd::before, section.form__index::before, footer::before {
    content: " ";
    width: 100%;
    height: 100px;
    position: absolute;
    top: -46px;
    right: 0;
    background-image: url("../img/icons/bg-top-sections-white.svg");
    background-size: cover;
}

/* section.lgpd::before{
  top: -71px;
}

footer::before{
  top: -60px;
} */


