/*
Theme Name: Seu tema
Theme URI: 
Author: Alexandre Beltramini
Author URI: https://portfolio.alexandrebeltramini.com.br
Description: Tema wordpress personalizado desenvolvido por Luiza Bola Estúdio
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alexandrebeltramini
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wp-block-columns{
	margin:0 !important;
}
#links {
    height: 100dvh;
	min-height: 91vh;
    .limit{
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap:100px;
      figure{
        margin: 0;
      }
      .btns-links{
        gap: 15px;
        a{
          min-width: 340px;
        }
		  .wp-block-button {
    transition: 0.3s !important;
  &:hover{
      opacity: .7 !important;
  }
}
      }
      .p-links{
        margin: 0;
        line-height: 1.2em;
      }
		.img-fundo{
  position: fixed;
  max-width: 600px;
  min-width: 400px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
  }
}