/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ==== Estilos personalizados CSS ==== */


.subtitle-center{
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
    text-align: center;
    font-size: var(--text-xl);
    line-height: 1.3;
}


.wp-block-heading {
  margin-top: 48px;
  margin-bottom: 24px;
}

h2.wp-block-heading {
  font-size: 40px !important;
}

h3.wp-block-heading {
  font-size: 32px !important;
}

h4.wp-block-heading {
  font-size: 24px !important;
}



 @media screen and (max-width:770px ) {
  
h2.wp-block-heading{
   font-size: 28px !important;}


h3.wp-block-heading {
  font-size: 22px !important;
}


h4.wp-block-heading {
  font-size: 18px !important;
}



}
