html,
body {
  margin: 0;
  font-family: Product Sans;
  scrollbar-width: thin;
  overflow-x: hidden;
  font-display: optional;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
  overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.5);
}

.line-height-default {
  line-height: 35px !important;
}

.text-muted {
  color: #6e7f86 !important;
}

.dark-mode {
  background-color: #2f333c;
}

.dark-mode li,
.dark-mode h1,
.dark-mode span,
.dark-mode label {
  color: white !important;
}

.card-neumorphism {
  border-radius: 6px !important;
  background: #f5f5f5 0% 0% no-repeat padding-box !important;
  opacity: 1;
  box-shadow: 3px 3px 6px 0 rgba(217, 210, 200, 0.51),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.83);
}

.custom-breadcrumbs {
  margin-left: 7%;
}

.home-container section {
  scroll-margin-top: 5rem;
}

.outside-container section {
  scroll-margin-top: 5rem;
}

.navbar-brand {
  margin-right: 0px;
}

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-personalizada {
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  opacity: 1;
}

.own-prev,
.own-next {
  position: absolute;
  font-size: 12px;
  bottom: 120px;
  z-index: 100;
  color: rgb(162, 160, 160);
  transition: opacity 0.15s ease;
}

.own-prev:hover,
.own-prev:focus,
.own-next:hover,
.own-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.own-prev {
  right: 20%;
}

.own-next {
  right: 10%;
}

/* Carousel base class */

#carouselHero .carousel {
  margin-bottom: 4rem;
}

nav .dropdown-menu {
  border-top: 4px solid #4285f4 !important;
}

.title-year {
  color: #f4b400;
  opacity: 1;
  font-size: 30px;
}

#carouselHero .carousel-control-prev-icon,
#carouselHero .carousel-control-next-icon {
  width: 10px;
  height: 10px;
}

#carouselHero .carousel-control-next,
#carouselHero .carousel-control-prev {
  margin: 12px;
}

.card-info {
  margin-left: 15%;
  margin-right: 15%;
  top: 42%;
  left: 45%;
  z-index: 1;
  position: absolute;
}

.image-copyright-author {
  position: absolute;
  z-index: 1;
  color: white;
  left: 0;
  bottom: 0;
  font-size: 12px;
  margin: 1rem;
}

.card-transparent {
  padding: 1.25rem;
  width: 360px;
  height: 157px;
  border: 2px solid rgba(202, 187, 187, 0.5);
  border-radius: 6px;
  background-color: transparent;
}

.card-transparent .card-body {
  padding: 0px;
}

.text-titles {
  color: #37464d;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 333.823px !important;
  max-height: 57.727px !important;
}

.logo-list {
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.logo-list img {
  display: inline-block;
  max-width: 85%;
  padding: 15px 0;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: grayscale(100%);
}

.logo-list img:hover {
  transform: scale(1.3);
  filter: grayscale(0%);
}

.icon-mcc-carousel {
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.card-horizontal {
  display: flex;
  align-items: center;
}

.indicadores-hero {
  color: white;
  position: absolute;
  right: 0;
  bottom: 4rem;
  left: 0;
  z-index: 1;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
}

.indicadores-hero-caption {
  font-size: 10px;
  font-weight: 50;
  text-transform: uppercase;
}

.indicadores-hero-caption-year {
  font-size: 11px;
  opacity: 0.5;
}

.carousel-prev,
.carousel-next {
  margin: 12px;
}

.avatar {
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.avatar.rounded-circle img,
.rounded-circle {
  border-radius: 50% !important;
}

.avatar img {
  width: 100%;
  border-radius: 0.375rem;
  vertical-align: middle;
  border-style: none;
}

.avatar-login {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -28px;
  border: 3px solid #2b71ea;
  width: 47px;
  height: 47px;
}

nav .dropdown-item {
  text-align: left;
  font: normal normal bold 12px/15px Product Sans;
  letter-spacing: 0px;
  color: #37464d;
  opacity: 1;
}

.btn-login-after {
  color: #fff;
  border-color: #2b71ea;
  background-color: #2b71ea;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  border-radius: 0px 20px 20px 0px;
  padding: 5px 25px 5px 25px;
  -webkit-appearance: none;
}

.btn-login-before {
  border-color: #2b71ea;
  background-color: rgb(0, 105, 217);
  border-radius: 20px;
  padding: 0px 10px 0px 10px;
  font: normal normal bold 15px/20px Product Sans;
}

.btn-login-before a {
  color: #fff !important;
}

.span-username {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  width: 55px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
}

.section-hashtag {
  position: relative;
  text-align: center;
}

.hashtag-centered {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hashtag-centered p {
  font-size: 32px;
}

.hashtag-centered h1 {
  font-size: 86px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.hashtag-centered h1:hover {
  transform: scale(1.05);
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #808080;
}

/* subscrevendo breadcrumb */

.breadcrumb {
  background-color: transparent !important;
  margin: 0px;
  text-align: left;
  font: normal normal normal 14px/24px Product Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.breadcrumb > .active {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item a {
  color: #fff;
  font-style: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  align-items: center;
  float: left;
  color: #ffffff;
  padding-right: 0.5rem;
  content: "\f061";
}

.layout-conteudo {
  color: #fff;
  height: 120px;
  display: flex;
}

/* style pagina simulador */

.simulador {
  background-color: #33a952;
}

.layout-simulador {
  background-color: #359f51;
}

.voltar-simulador {
  background-color: #2a7f41;
}

/* fim pagina simulador */

/* inicio pagina termo de uso */
.termos {
  background-color: #4285f4;
}

.layout-termos {
  margin-top: 0px !important;
  background-color: #3b78d9;
}

.voltar-termos {
  background-color: #3665b3;
}

/* fim pagina termo de uso */

/* inicio pagina noticias */

.noticias {
  background-color: #4285f4;
}

.layout-noticias {
  background-color: #3b78d9;
}

.voltar-noticias {
  background-color: #3665b3;
}

/* fim pagina noiticas */

/* inicio pagina login */

.login {
  background-color: #4285f4;
}

.layout-login {
  background-color: #3b78d9;
}

.voltar-login {
  background-color: #3665b3;
}

/* fim pagina login */

/* style pagina documentos */

.documentos {
  background-color: #ea4235;
}

.layout-documentos {
  background-color: #d84337;
}

.voltar-documentos {
  background-color: #ad362c;
}

/* fim pagina documentos */

/* style pagina concursos */

.concursos {
  background-color: #4285f4;
}

.layout-concursos {
  background-color: #3b78d9;
}

.voltar-concursos {
  background-color: #3665b3;
}

/* fim pagina concursos */

/* style pagina privacidade */

.privacidade {
  background-color: #4285f4;
}

.layout-privacidade {
  background-color: #3b78d9;
}

.voltar-privacidade {
  background-color: #3665b3;
}

/* fim pagina privacidade */

/* style pagina procedimento metodologicos */

.procedimentos-metodologicos {
  background-color: #4285f4;
}

.layout-procedimentos-metodologicos {
  background-color: #3b78d9;
}

.voltar-procedimentos-metodologicos {
  background-color: #3665b3;
}

/* fim */

#root {
  height: 100vh;
  width: 100%;
}

#canvas {
  width: 100%;
  height: 100%;
}

.scrollToTopBtn {
  background-color: #3b78d9;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  box-shadow: 0 0 0 5px rgb(0 0 0 / 5%);
}

.scrollToTopBtn:hover {
  background-color: #0069d9;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.12);
}

.card-team {
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  /* cursor: pointer; */
  padding: 1rem;
  border-radius: 6px;
}

.card-team:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card-team .social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
  cursor: pointer;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.logo-modal svg {
  width: 50% !important;
}

.voltar-div {
  border-radius: 0 50% 50% 0;
  max-width: 5.33%;
}

.voltar-div i {
  color: #ffffff;
}

.voltar-div i:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
}

.btn-login-social {
  font-weight: 100;
  width: 100%;
  font-size: 0.9rem;
  color: #555;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.btn-login-social svg {
  margin-right: 15px;
  padding-bottom: 3px;
}

.btn-login-social:hover {
  color: #555;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.btn-facebook svg {
  width: 25px;
  height: 25px;
}

.btn-google svg {
  width: 23px;
  height: 23px;
}

.btn-microsoft svg {
  width: 20px;
  height: 20px;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.clima {
  color: white;
  position: absolute;
  right: 0;
  top: 40%;
  left: 0;
  z-index: 1;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  justify-content: center;
}

.clima h1 {
  font-size: 170px;
}

.clima p {
  font-size: 12px;
}

.clima .row {
  padding-right: 25%;
}

.neumorphic {
  box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
  font-size: 5rem;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
}

.navbar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #fff; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
}

.navbar-light .navbar-toggler {
  /* color: #000; */
  border-color: transparent;
}

.navbar {
  transition: all 0.2s ease-in-out;
  padding: 2.25rem 1rem;
}

.navbar-light:before {
  opacity: 1;
}

.navbar-light {
  background-color: #fff;
}

.logo-svg-dark > svg .a {
  fill: rgba(0, 0, 0, 0.5);
}

.card-noticia h1 {
  font-size: 20px;
  font-weight: 800;
  color: #37464d;
}

.card-noticia {
  border: 0;
  border-radius: 10px;
  background-color: #fff;
}

.card-noticia a {
  color: #212529;
}

.card-noticia-hero a {
  color: #212529;
}

.card-noticia-hero {
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 15px rgba(55, 84, 170, 0),
    inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15),
    -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.card-noticia-hero img {
  border-radius: 10px 10px 0 0;
}

.card-noticia-hero h1 {
  color: #37464d;
  font-size: 1.75rem;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #2b71ea;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-style: italic;
}

.div-img-noticia {
  height: 160px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.div-img-noticia-hero {
  height: 250px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.card-noticia:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-noticia .lazy {
  background: none !important;
}

.badge-recente {
  right: 0;
}

.noticia-content {
  color: #37464d;
}

.noticia-content h1 {
  font-weight: 700;
}

.noticia-content p {
  font-size: 20px;
  line-height: 1.75rem;
  letter-spacing: -0.03125rem;
}

.noticia-content small {
  font-size: 12px;
}

.container-noticia {
  width: 75%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* //Shares icones estilo */

.div-share i {
  font-size: 2rem;
}

/*
.div-share a:hover {
    background-color: #0069d9;
} */

.div-share a:hover i {
  color: #fff;
}

.div-share .fa-facebook {
  color: #1778f2;
}

.div-share #share-facebook:hover {
  background-color: #1778f2;
}

.div-share .fa-twitter {
  color: #1da1f2;
}

.div-share #share-twitter:hover {
  background-color: #1da1f2;
}

.div-share .fa-whatsapp {
  color: #4ac959;
}

.div-share #share-whatsapp:hover {
  background-color: #4ac959;
}

.div-share .fa-pinterest {
  color: #bd081c;
}

.div-share #share-pinterest:hover {
  background-color: #bd081c;
}

.div-share .fa-linkedin {
  color: #2867b2;
}

.div-share #share-linkedin:hover {
  background-color: #2867b2;
}

/* //End Shares icones estilo */

.holds-the-iframe {
  background: no-repeat center/20% url(../images/loading-change.gif);
}

.loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1031;
  overflow: hidden !important;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background: #4285f4;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #0f9d58;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #f4b400;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
  background: #db4437;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.divider {
  display: block;
  position: relative;
  border-top: 0.1rem solid #c4c4c4;
  height: 0.1rem;
  margin: 2rem auto;
  text-align: center;
  width: 17rem;
}

.divider::after {
  background-color: #fff;
  color: #555;
  content: "ou";
  display: inline-block;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  text-align: center;
}

.login-page input {
  border-radius: 5px;
}

.login-page h3 {
  color: #37464d;
}

.div-eye {
  border-radius: 0 20px 20px 0;
}

.togglePassword {
  cursor: pointer;
}

.btn-recuperar-senha {
  width: 100%;
}

.btn-login {
  width: 100%;
  border-radius: 5px;
  background-color: #2b71ea;
}

.logo-login svg {
  width: 50% !important;
}

.box-especialistas {
  width: 45em;
  height: 15em;
  position: relative;
  overflow: hidden;
  top: 1em;
  text-align: center;
}

.scroll-especialistas {
  position: absolute;
}

.scroll-especialistas ul {
  list-style-type: none;
}

.form-fale-conosco {
  margin-left: 30%;
  margin-right: 30%;
}

#system-messages {
  right: 20px;
  position: fixed;
  top: 60px;
  width: 550px;
  z-index: 10;
}

.loadingMask {
  background: no-repeat center/20% url(../images/loading-change.gif);
  background-color: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1081;
  overflow: hidden !important;
  position: fixed;
}

.carousel-especialistas-item.active {
  display: block;
}

.icon-lock {
  width: 15px;
}

.btn-submit {
  background-color: #2b71ea !important;
  color: white;
}

#form_fale_conosco input {
  background-color: #2f333c;
  color: #fff;
}

#form_fale_conosco input:focus {
  background-color: #fff;
  color: #2f333c;
}

#form_fale_conosco textarea {
  background-color: #2f333c;
  color: #fff;
}

#form_fale_conosco textarea:focus {
  background-color: #fff;
  color: #2f333c;
}

.container-termos {
  color: #37464d;
}

.container-termos p {
  font-size: 20px;
  line-height: 1.75rem;
  letter-spacing: -0.03125rem;
}

/* Modal perfil de usuário */

.user-card-full img {
  width: 120px;
  height: auto;
  border-radius: 50% !important;
}

.user-card-full {
  border: none;
}

.user-card-full .card-block p {
  line-height: 25px;
}

.user-card-full .user-profile {
  border-radius: 5px;
}

.user-card-full .social-link li {
  display: inline-block;
}

.user-card-full .social-link li a {
  font-size: 20px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-card-full .card-inputs label {
  color: #6e7f86;
}

/* end modal perfil de usuário */

div.required label:after {
  content: " *";
  color: red;
}

.body-metodologia p {
  color: #6e7f86 !important;
  font-size: 1.25rem !important;
}

.body-metodologia img {
  max-width: 100%;
  height: auto;
  padding: 2rem;
}

.icon-social-team {
  opacity: 0.8;
}

.procedimentos {
  color: #6e7f86;
  font-size: 1.25rem;
}

#carouselEspecialistas {
  max-height: 350px;
  height: 350px;
}

#w1-collapse.navbar-collapse {
  width: 100%;
}

.container-concursos p,
.container-concursos h1,
.container-concursos h2,
.container-concursos h3,
.container-concursos h4,
.container-concursos h5,
.container-concursos h6,
.container-concursos li,
.container-concursos ul {
  color: #6e7f86 !important;
}

.container-concursos {
  line-height: 35px;
}

.container-concursos p,
.container-concursos ul {
  font-size: 1.25rem;
}

/* Suporte MODAL FULLSCREEN */
.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* Suporte MODAL FULLSCREEN */

.pdf-preview {
  background: #fff;
  background: url(../svgs/icon-file.svg);
  background-size: 60px !important;
  background-position: 50%;
  background-repeat: no-repeat;
}

.pdf-preview:before {
  content: "pdf";
  background: #d4451e;
  height: 20px;
  width: 50px;
  display: block;
  position: absolute;
  top: 53%;
  left: calc(50% - 37px);
  padding: 2px 0;
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
}

.midia-document {
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-size: 24px 24px;
  border: 1px solid #eef0f4;
  border-radius: 0.25rem;
}

.pdf-thumbnail {
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
  width: 100%;
  height: 270px;
}

.category {
  font-size: 10px;
  font-weight: 600;
  background: #f0f2f5;
  color: #a5a5bf;
  padding: 4px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  float: right;
}

.card-chamada-home-header h5 {
  color: #f4b400;
  opacity: 1;
  font-size: 16px;
  margin-bottom: 1rem;
}

.card-chamada-home-header p {
  color: #fff;
}

/* BREAK-POINTS RESPONSIVIDADE */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 576px) {
  .breadcrumb {
    font-size: 10px;
  }

  .clima img {
    height: 80%;
    width: 80%;
  }

  .navbar {
    padding: 1.25rem 1rem !important;
  }

  .layout-conteudo {
    margin-top: 2.75rem;
  }

  .container-noticia {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container-noticia {
    width: 100%;
  }

  .noticia-content h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.25rem;
  }

  .form-fale-conosco {
    margin-left: 15%;
    margin-right: 15%;
  }

  #carouselEspecialistas {
    max-height: 780px;
    height: 780px;
  }

  #porque p {
    margin-top: 3rem;
  }

  #oque p {
    margin-bottom: 3rem;
  }

  .logo {
    width: 50%;
  }

  .navbar-brand {
    width: 75%;
  }

  .hashtag-centered p {
    font-size: 18px;
  }

  .hashtag-centered h1 {
    font-size: 40px;
    font-weight: bold;
  }

  .image-copyright-author {
    margin-left: 0px;
    margin: 0;
    font-size: 10px;
  }

  .hero {
    height: 42rem;
  }

  #root {
    height: 42rem;
  }

  .text-titles {
    font-size: 1.75rem;
  }

  .text-titles img {
    width: 10%;
  }
}

@media (max-width: 992px) {
  .simulador nav#w0 {
    background-color: #33a952;
  }

  .documentos nav#w0 {
    background-color: #ea4235;
  }

  .concursos nav#w0 {
    background-color: #4285f4;
  }

  .indicadores-hero {
    bottom: 15%;
  }

  .svg-info {
    width: 45px;
    height: 45px;
  }

  .clima {
    top: 10%;
  }

  .clima p {
    font-size: 10px;
  }

  .clima h1 {
    font-size: 96px;
  }

  .clima .row {
    padding-right: 0px !important;
  }

  .clima img {
    height: 100%;
    width: 100%;
  }

  .clima {
    padding-top: 1.5rem;
  }

  .div-img-noticia-hero {
    height: 160px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .text-titles {
    margin-top: 7rem;
  }

  .carousel-caption p {
    margin-bottom: 1.25rem;
  }

  .text-titles {
    margin: 5rem 0 5rem 0;
  }

  .layout-conteudo {
    margin-top: 7.25rem;
  }
}

@media (min-width: 768px) {
  /* centered navigation */
  .nav.navbar-nav {
    float: left;
  }
  .nav.navbar-nav {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
  }
  .nav.navbar-nav > li {
    position: relative;
    right: 50%;
  }
  .nav.navbar-nav li {
    text-align: left;
  }
  .layout-conteudo {
    margin-top: 7.5rem;
  }
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@media (min-width: 1200px) {
  .page-title {
    padding-right: 8%;
  }

  .custom-breadcrumbs {
    margin-left: 7%;
  }
}

@media (min-width: 1920px) {
  .custom-breadcrumbs {
    margin-left: 16%;
  }
}

@media only screen and (min-width: 480px) {
  nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* FIM RESPONSIVE CSS */

/* EFEITOS FADE  */

@keyframes fadeAndScale {
  0% {
    opacity: 0;
    transform: scale3d(0.75, 0.75, 1);
  }

  40% {
    opacity: 0;
    transform: scale3d(0.75, 0.75, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.fade-scale-effect {
  animation: fadeAndScale 2s cubic-bezier(0.39, -1.05, 0.58, 1.95);
  transform-origin: center bottom;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
