/* body {



    background-image: url("../img/banner-mobile.png?22");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: 50% center;



} */

.cbo-bg {
  position: relative; /* garante referência */
}

.cbo-bg img {
  width: 100%; /* ocupa toda a largura */
  height: auto; /* mantém a proporção original */
  display: block; /* evita espaços extras embaixo */
  object-fit: cover; /* se você quiser cortar para preencher */
}

.btn-inscreva {
  background: #132e9b;
  display: inline-block;
  position: absolute;
  left: 105%;
  border: 5px solid #00c088;
  bottom: -370px;
  transform: translateX(-50%);
  z-index: 15;
  padding: 8px 11px;
  border-radius: 20px;
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-wrap: nowrap;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 192, 136, 0.6);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 0 20px 10px rgba(0, 192, 136, 0.3);
  }
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 192, 136, 0.6);
  }
}

.btn-inscreva:hover {
  background: #00bf89;

  border: 5px solid #132e9b;

  transition: 0.9s;

  text-decoration: none;

  color: #fff;
}

.btn-edital {
  background: #ffcb35;

  display: inline-block;

  position: absolute;

  left: 50%;

  bottom: 80px;

  transform: translateX(-50%);

  z-index: 15;

  padding: 5px 15px;

  border-radius: 30px;

  text-align: center;

  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  font-weight: 700;

  font-size: 1rem;

  text-transform: uppercase;

  color: #0050a7;

  text-wrap: nowrap;
}

.btn-edital:hover {
  background: #ecc960;

  text-decoration: none;

  color: #0050a7;
}

.btn-enviar {
  background-color: #0050a7;

  border-color: #0050a7;

  color: #fff;

  font-weight: bold;

  border-radius: 0;
}

.btn-enviar:hover {
  background-color: #5c40ff;

  border-color: #5c40ff;

  color: #fff;
}

.btn-xl {
  font-size: 1.6rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 80, 167, 0.25);

  border-color: #0050a7;
}

.modal-header {
  padding: 9px 15px;

  border-bottom: 1px solid #eee;

  background-color: #0050a7;
}

.modal-header .modal-title {
  color: #fff;
}

.lettering img {
  display: none;
}

/* .infos {
  position: absolute;

  width: 50%;

  height: auto;

  right: 100px;

  top: 17%;

  transform: translateY(-50%);

  text-align: center;
} */

.infos {
  position: absolute;
  width: 100%;
  height: auto;
  right: 8rem;
  top: 24%;
  transform: translateY(-50%);
  text-align: end;
}

@media (min-width: 430px) {
  .infos {
    right: 8.2rem;
    top: 33%;
  }
}

@media (min-width: 768px) {
  .lettering img {
    display: block;

    margin: 0 auto;

    max-width: 700px;
  }

  .infos {
    position: absolute;
    width: 100%;
    height: auto;
    right: 13rem;
    top: 72%;
    transform: translateY(-50%);
    text-align: end;
  }

  .btn-inscreva {
    position: absolute;

    left: unset;

    bottom: unset;

    transform: unset;

    z-index: unset;
  }

  .btn-edital {
    position: relative;

    left: unset;

    bottom: unset;

    transform: unset;

    z-index: unset;
  }

  .btn-inscreva {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .infos {
    position: absolute;
    width: 100%;
    height: auto;
    right: 29rem;
    top: 3%;
    transform: translateY(-50%);
    text-align: end;
  }
}

@media (min-width: 1100px) {
  .infos {
    right: 42rem;
  }
}

@media (min-width: 992px) {
  .lettering img {
    max-width: 100%;
  }
}
