@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");


@font-face {
  font-family: "Aller-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/5c485108d7b7cc000b095a4c/Aller_Lt.ttf")
    format("truetype");
}
      
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #000;
  background-image: url(design-sem-nome--3--1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.top {
  padding-top: 15vh;
  padding-bottom: 2rem;
}

.logomarca-site {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 1000px;
}

.logo-magazine-mdica {
  width: 100%;
  height: auto;
  max-width: 320px;
}

.text-wrapper {
  width: 100%;
  font-family: "Aller-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #6d2c78;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1.5rem;
}

.mt-6 {
  margin-top: 6rem !important;
}

.text-wrapper-magazine {
  width: 100%;
  font-family: "Aller-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #50565b;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.button {
  font-family: "Aller-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #cb1d40;
  border-radius: 15px;
  background-image: url(https://c.animaapp.com/MInZAAvh/img/download-premium-png-of-gray-curve-frame-template-design-element.png);
  background-size: 100% 100%;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/* Media queries para diferentes tamanhos de tela */
@media (max-width: 992px) {
  .top {
    padding-top: 8vh;
  }
}

@media (max-width: 768px) {
  .top {
    padding-top: 6vh;
  }
  
  .mt-6 {
    margin-top: 3rem !important;
  }
}

@media (max-width: 576px) {
  .top {
    padding-top: 4vh;
  }
  
  .logo-magazine-mdica {
    max-width: 250px;
  }
  
  .text-wrapper-magazine {
    margin-bottom: 1.5rem;
  }
  
  .mt-6 {
    margin-top: 2rem !important;
  }
}