@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;800&amp;family=Open+Sans:wght@300;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
  background-color: black;
}

.cabecalho {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #0078FF;
  text-align: center;
}

.cabecalho > img {
  max-width: 280px;
}

h1 {
  font-family: 'Bungee Tint', sans-serif;
  font-size: 80px;
  line-height: 150%;
  text-align: center;
  font-weight: 800;
  margin-bottom: 1.8rem;
}

p{
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-size: 22px;
  color: white;
}


div#pointer_div {
    margin: 0 auto;
    position: relative;
}

div#pointer_div img {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    clear: right;
}

img#cross {
    border-radius: 8px;
}

.spacer {
    padding: 30px;
}

.notepad {
    margin: auto;
    width: 100%;
    max-width: 800px;
    box-shadow: 10px 10px 40px rgba(0,0,0, .15);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.top {
    width: 100%;
    height: 20px;
    background: #F1EDE9;
    border-radius: 5px 5px 0 0;
    font-family: 'Open Sans', sans-serif;
    color: red;
    line-height: 55px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.paper {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    padding: 35px 20px;
    background: repeating-linear-gradient(#F1EDE9, #F1EDE9 31px, #94ACD4 31px, #94ACD4 32px);
    font-family: 'Open Sans', sans-serif;
    color: mediumblue;
    line-height: 32px;
    outline: 0;
    font-size: 20px;
    font-weight: 300;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #35C031;
    border-color: #35C031;
}

.btn-primary:hover {
    border-color: transparent !important;
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.bs-calltoaction{
  position: relative;
  width:auto;
  padding: 15px 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.bs-calltoaction > .row{
  display:table;
  width: calc(100% + 30px);
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
  float:none;
  display:table-cell;
  vertical-align:middle;
}

.cta-contents{
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-title{
  margin: 0 auto 15px;
  padding: 0;
}

.cta-desc{
  padding: 0;
}

.cta-desc p:last-child{
  margin-bottom: 0;
}

.cta-button{
  padding-top: 10px;
  padding-bottom: 10px;
}

.bs-calltoaction.bs-calltoaction-default{
  color: #fff;
  background-color: #0078FF;
}

@media (max-width: 991px){
.bs-calltoaction > .row{
  display:block;
  width: auto;
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
  float:none;
  display:block;
  vertical-align:middle;
  position: relative;
}

.cta-contents{
  text-align: center;
}
}

@media screen and (min-width: 375px) and (max-width: 429px) {
div#pointer_div {
    transform-origin: 0% 50% !important;
    transform: scale(0.60) !important;
}

h1 {
  margin-bottom: -40px;
}

.top {
  line-height: 24px;
  font-size: 20px;
}

.paper {
  font-size: 13.2px;
}

.spacer {
  padding: 0;
}
}

/*INICIO RODAPE*/

/* ==============================
   FOOTER – INOVARE WEB DESIGN
   ============================== */

.footer-area {
  width: 100%;
  background: #000;
  padding: 30px 0 25px;
}

/* Texto do copyright */
.footer-copyright {
  color: #ffffff;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
}

/* Link INOVARE */
.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.footer-copyright a:hover {
  color: rgb(115, 0, 247);
}

/* ==============================
   ÍCONES SOCIAIS
   ============================== */

.footer-social {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

/* Link dos ícones */
.footer-social-link {
  color: #ffffff;
  text-decoration: none;
}

/* Ícones Font Awesome */
.footer-social-link i {
  font-size: 28px;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Hover elegante */
.footer-social-link:hover i {
  color: rgb(115, 0, 247);
  transform: translateY(-4px);
}

/* ==============================
   RESPONSIVO
   ============================== */

@media (max-width: 768px) {
  .footer-copyright p {
    font-size: 17px;
  }

  .footer-social {
    gap: 22px;
  }

  .footer-social-link i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .footer-copyright p {
    font-size: 15px;
  }

  .footer-social {
    gap: 18px;
  }
}


/*FIM RODAPE*/

/* ==============================
   IMAGEM RESPONSIVA – CONSTRUÇÃO
   ============================== */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

