body{
background-image: url(https://www.barlacalandria.com/wp-content/uploads/2024/07/pattern.jpg);
height: calc(100vh - 30px);
padding: 15px;
background-size: 300px;
background-attachment: fixed;
}
body.home .footer{
position: fixed;
bottom: 40px;
left: 50%;
width: 100%;
transform: translateX(-50%);
}
.logo_botons{
transform: translateY(-30px);
}
.entry-content,
.wp-site-blocks{
height: 100%;
width: 100%;
display: flex;
margin:0px;
padding:0px;
}
.entry-content{
display: flex;
flex-direction: column;
justify-content:flex-start;
align-items: center;
}
.entry-content p{
display: none;
}
body.home .entry-content{
justify-content: center;
}
figure.logo{
display: flex;
justify-content: center;
}
figure.logo img{
width: 95%;
height: auto;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: none;
margin-left: auto !important;
margin-right: auto !important;
}
body h3{
font-size: 16px;
font-weight: bold;
position: relative;
bottom: -5px;
}
.wp-block-atbs-tabs .tabs-titles {
flex-direction: row;
}
.wp-block-atbs-tabs .tabs-titles li{
width: 50% !important;
}
.wp-block-button{
min-width: 125px;
}
.wp-block-button a{
width: 100%;
}