body.page-template-page-textos-legales .wp-site-blocks main .container h2 {
font-family: var(--theme-font-two);
font-weight: 400;
font-size: 32px;
line-height: 41.6px;
letter-spacing: 0px;
vertical-align: middle;
margin-bottom: 12px;
color: var(--theme-white);
}
body.page-template-page-textos-legales .wp-site-blocks main .container h3 {
font-family: var(--theme-font-two);
font-weight: 400;
font-size: 28px;
line-height: 36.4px;
letter-spacing: 0px;
vertical-align: middle;
margin-bottom: 12px;
color: var(--theme-white);
}
body.page-template-page-textos-legales .wp-site-blocks main .container h4,
body.page-template-page-textos-legales .wp-site-blocks main .container h5,
body.page-template-page-textos-legales .wp-site-blocks main .container h6 {
font-family: var(--theme-font-two);
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0px;
vertical-align: middle;
margin-bottom: 12px;
color: var(--theme-white);
}
body.page-template-page-textos-legales .wp-site-blocks main .container p {
font-family: var(--theme-font);
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
vertical-align: middle;
color: #FCFCFC99;
margin-bottom: 23px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul {
margin-bottom: 23px;
list-style: disc;
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul li {
font-family: var(--theme-font);
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
vertical-align: middle;
color: #FCFCFC99;
margin-bottom: 5px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container a {
font-family: var(--theme-font);
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
vertical-align: middle;
color: var(--theme-base);
}
body.page-template-page-textos-legales .wp-site-blocks main .container a:hover {
color: var(--theme-base);
text-decoration: underline;
}