/* Font Faces - TiemposHeadline */
@font-face {
  font-family: 'TiemposHeadline';
  src: url("fonts/TiemposHeadline-LightItalic.woff2") format("woff2"), url("fonts/TiemposHeadline-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'TiemposHeadline';
  src: url("fonts/TiemposHeadline-MediumItalic.woff2") format("woff2"), url("fonts/TiemposHeadline-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'TiemposHeadline';
  src: url("fonts/TiemposHeadline-SemiboldItalic.woff2") format("woff2"), url("fonts/TiemposHeadline-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

/* Reset base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

body {
  font-family: "TiemposHeadline", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Container principale fullscreen */
.splash-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(192deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.7) 75.99%), url("bg-desktop.png") lightgray 50%/cover no-repeat;
  background: linear-gradient(258deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.7) 75.99%), url("bg-desktop.png") lightgray 50%/cover no-repeat;
  background-position: center;
  background-size: cover; }

.logo-wrapper {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3; }

.logo-icon {
  width: 140px;
  height: auto;
  display: block; }

.splash-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-title {
  font-family: "TiemposHeadline", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 70px;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  letter-spacing: -0.5px; }

.main-subtitle {
  font-family: "TiemposHeadline", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  margin-bottom: 26px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.cta-button {
  display: inline-block;
  font-family: "TiemposHeadline", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  background-color: #F5A623;
  color: #ffffff;
  font-size: 20px;
  padding: 14px 48px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 4px 15px rgba(245, 166, 35, 0.35);
  box-shadow: 0 4px 15px rgba(245, 166, 35, 0.35); }
  .cta-button:hover {
    background-color: #E09515;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

@media (max-width: 992px) {
  .splash-content {
    padding: 50px 30px; } }

@media (max-width: 576px) {
  .logo-wrapper {
    top: 40px; }
  .logo-icon {
    width: 100px; }
  .splash-content {
    padding: 0 20px; }
  .main-title {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 1.3; }
  .main-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
    padding: 0 10px; }
  .cta-button {
    font-size: 20px;
    padding: 12px 36px;
    width: auto; }
  .splash-container {
    background: -o-linear-gradient(192deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.7) 75.99%), url("bg-mobile.jpg") lightgray 50%/cover no-repeat;
    background: linear-gradient(258deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.7) 75.99%), url("bg-mobile.jpg") lightgray 50%/cover no-repeat; } }

/*# sourceMappingURL=style.css.map */
