/*
    Theme Name: JudithRuiz
    Theme URI: 
    Description: 
    Version: 1.0.
    1
    Author: Alba Astorga
    Author URI: https://www.judithruiz.es
    Tags: Blank, HTML5, CSS3
*/

body { }
main { }

#pre-home-ask p {
    text-align: center;
}

#home #toggle-music {
  padding-top: 0 !important;
}

.text-footer h2 {
    font-weight: 400 !important;
}

/* Solo en móvil */
@media (max-width: 768px) {
  /* Selecciona el botón que ahora dice "Inicio" */
  a.btn-menu[href="/"] {
    padding-left: 40px;  /* ajusta a tu gusto */
    padding-right: 40px; /* ajusta a tu gusto */
  }
  
  .intro-item {
    padding-bottom: 50px;
  }
}

#cmplz-document {
    max-width: 100%;
}

#cmplz-document h2 {
    font-size: 28px;
}

#cmplz-document p {
    font-size: 20px;
}

#cmplz-document li {
    font-size: 18px;
}

.cmplz-btn {
    font-size: 18px;
}

.cmplz-message {
    font-size: 14px !important;
}

.cmplz-links a {
    font-size: 14px !important;
}