.elementor-379 .elementor-element.elementor-element-e52e7ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0ac9e97 */.scriptum-proximamente {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ed6d3d, #ffa36c);
  color: white;
  text-align: center;
  padding: 2rem;
  font-family: 'Roboto', sans-serif;
}

.scriptum-proximamente .contenido {
  max-width: 600px;
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.scriptum-proximamente h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.scriptum-proximamente p {
  font-size: 1.1rem;
  margin: 1rem 0;
  line-height: 1.6;
}

.scriptum-proximamente ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.scriptum-proximamente li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.contador-placeholder {
  margin-top: 2rem;
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS */.hero {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.7)), url('https://source.unsplash.com/1600x900/?author,desk');
  color: #fff;
  text-align: center;
  padding: 8rem 2rem;
  position: relative;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero .btn {
  margin-top: 2rem;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  margin: 4rem 0;
}

.feature {
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 2rem;
  width: calc(33% - 2rem);
  min-width: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.feature img {
  width: 64px;
  height: 64px;
}

.feature h3 {
  margin-top: 1rem;
  color: #ed6d3d;
}

.feature p {
  margin-top: .5rem;
  color: #555;
}

.btn {
  background-color: #ed6d3d;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: background 0.3s;
}

.btn:hover {
  background-color: #d85e2d;
}

/* Responsive */
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    width: 100%;
    margin-bottom: 2rem;
  }

  .hero h1 {
    font-size: 2.25rem;
  }
}/* End custom CSS */