* {padding: 0; margin: 0; box-sizing: border-box;}

body {color: #FFF; font-family: "Rubik", sans-serif; font-optical-sizing: auto; background: url('../imagens/bghome2.jpg') top center no-repeat #0C130C;}

.site-size {max-width: 1150px; margin: 0 auto;}

/* GLOBAIS */

h1 {
  letter-spacing: -1px;
  font-size: 3rem;
  margin: 0;
}

p {font-size: 1.2rem; margin: 0 0 1.5rem 0;}

b {font-weight: 700;}

.bt-main {
  display: inline-block;
  padding: 18px 38px;
  background: linear-gradient(135deg, #DFBB70, #BD9541);
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: -0.5px;
  box-shadow: 0 0 0 rgb(228, 190, 104, 0.8);
  animation: pulse 1.2s infinite;
  border: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bt-main:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 40px rgb(228, 190, 104, 0.6);
}

/* Efeito pulsante */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(228, 190, 104, 0.8);
    }
    70% {
        box-shadow: 0 0 0 22px rgb(228, 190, 104, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(228, 190, 104, 0);
    }
}


/* SITE */

.sec-1 {padding: 5rem 0 0;}
.sec-1 .logo-leo {width: 100px;}
.sec-1 h1 {
  background: #DCC29F;
  background: linear-gradient(to bottom right, #DCC29F 0%, #EDDBC0 48%, #9C835B 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2rem 0 1rem; font-weight: normal; font-size: 2.6rem; line-height: 3rem;
}
.sec-1 p {margin: 1rem 0; font-size: 1.2rem;}
.sec-1 p b {color: #DCC29F;}
.sec-1 .bt-main {margin: 2rem 0;}



@media (pointer: coarse) {

  html, body {
    overflow-x: hidden;
  }

  body {text-align: center; background-size: 175%; background-position-x: 90%;}

  .sec-1 {padding: 14rem 1rem 4rem 1rem;}
  .sec-1 h1 {font-size: 1.7rem; line-height: 2.1rem; margin: 1.5rem 0 1rem 0;}
  .sec-1 p {font-size: 1.2rem; line-height: 1.7rem;}
  .sec-1 .bt-main {margin: 2rem 0 0 0; padding: 1.5rem 0; width: 100%; font-weight: 700; letter-spacing: -0.5px;}



}
