@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------------
basic styles 
---------------------------------------*/
:root {
  --transition: all .4s ease-in-out;
  --transition-fast: all .2s ease-in-out;
  --bs-gray:#898989 !important;
  --bs-gray2:#C0B6B4 !important;
  --bs-dark:#333333 !important;
  --bs-red:#BE2828 !important;
  --bs-green:#B2CFCF !important;
  --bs-green-dark:#667D83 !important;
  --bs-blue:#035C84 !important;
  --bs-blue-dark:#004C66 !important;
  --bs-light:#EDEDED !important;
  --radius:4px;
  --respiro-theme-padding:50px; }

@media (min-width: 992px) {
  :root {
    --respiro-theme-padding:127px; } }
.row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0; }

::selection {
  color: black;
  background-color: rgba(221, 223, 0, 0.4); }

body:not(.wp-admin),
.editor-styles-wrapper.block-editor-writing-flow {
  font-family: "Montserrat", sans-serif;
  color: var(--bs-dark);
  background-color: white;
  font-size: 18px;
  line-height: 1.75em; }

/*---------------------------------------
basic styles 
---------------------------------------*/
/* color-theme */
.has-gray-color {
  color: var(--bs-gray); }

.has-gray2-color {
  color: var(--bs-gray2); }

.has-dark-color {
  color: var(--bs-dark); }

.has-light-color {
  color: var(--bs-light); }

.has-red-color {
  color: var(--bs-red); }

.has-green-color {
  color: var(--bs-green); }

.has-green-dark-color {
  color: var(--bs-green-dark); }

.has-blue-color {
  color: var(--bs-blue); }

.has-blue-dark-color {
  color: var(--bs-blue-dark); }

/* background-color-theme */
.has-background-gray-color {
  color: white;
  background-color: var(--bs-gray); }

.has-background-gray2-color {
  background-color: var(--bs-gray2); }

.has-background-dark-color {
  color: white;
  background-color: var(--bs-dark); }

.has-background-light-color {
  background-color: var(--bs-light); }

.has-background-red-color {
  color: white;
  background-color: var(--bs-red); }

.has-background-green-color {
  background-color: var(--bs-green); }

.has-background-green-dark-color {
  color: white;
  background-color: var(--bs-green-dark); }

.has-background-blue-color {
  color: white;
  background-color: var(--bs-blue); }

.has-background-blue-dark-color {
  color: white;
  background-color: var(--bs-blue-dark); }

.has-background-white-color {
  background-color: white; }

/*---------------------------------------
titulos e paragrafos
---------------------------------------*/
.font-weight-500 {
  font-weight: 500; }

h1, h2, h3 {
  text-wrap: balance;
  font-weight: 400;
  line-height: 0.9em; }
  h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {
    font-weight: 500; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 28px; }

h4, .h4 {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700; }
  h4 strong, h4 b, .h4 strong, .h4 b {
    font-weight: 900; }

h5, .h5 {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700; }
  h5 strong, h5 b, .h5 strong, .h5 b {
    font-weight: 900; }

p + p {
  margin-top: 1.875em; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 56px; }

  h2, .h2 {
    font-size: 50px; } }
/*---------------------------------------
links + button
---------------------------------------*/
a {
  font-weight: 500;
  color: var(--bs-dark);
  text-decoration: none; }
  a:hover {
    color: var(--bs-dark);
    text-decoration: underline; }

.btn {
  border: 3px solid transparent;
  border-radius: 0;
  transition: var(--transition);
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  padding: 1.1rem 2.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none !important;
  letter-spacing: 5%;
  font-size: 1em; }
  .btn i {
    transition: var(--transition); }
    .btn i.ms-3 {
      margin-left: 0.25rem !important; }
  .btn:hover {
    filter: brightness(1.1);
    text-decoration: none; }
    .btn:hover i.ms-3 {
      margin-left: 0.45rem !important; }
  .btn:disabled {
    filter: grayscale(0.7);
    opacity: 0.8; }
  .btn.btn-sm {
    padding: 1em 1.5em; }
  .btn.btn-lg {
    font-size: 1em;
    padding: 1.1rem 3rem; }
  .btn.btn-full {
    width: 100%;
    text-align: center; }
  .btn.btn-success {
    background-color: #25D366;
    border-color: #25D366;
    color: var(--bs-blue); }
    .btn.btn-success:hover {
      color: white; }
  .btn.btn-dark {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    color: var(--bs-light); }
    .btn.btn-dark:hover {
      filter: none;
      background-color: black;
      border-color: black;
      color: white; }
  .btn.btn-outline-primary {
    background-color: transparent; }
  .btn.btn-outline-secondary {
    background-color: transparent; }
  .btn.btn-outline-success {
    background-color: transparent; }
  .btn.bt-outlinen-danger {
    background-color: transparent; }
  .btn.btn-outline-warning {
    background-color: transparent; }
  .btn.bt-outlinen-info {
    background-color: transparent; }
  .btn.btn-outline-light {
    background-color: transparent; }
  .btn.btn-outline-dark {
    background-color: transparent;
    border-color: var(--bs-dark);
    color: var(--bs-dark); }
    .btn.btn-outline-dark:hover {
      filter: none;
      background-color: var(--bs-dark);
      border-color: var(--bs-dark);
      color: white; }

@media screen and (max-width: 767px) {
  html #wpadminbar {
    opacity: 0.7;
    position: fixed; } }
.container {
  max-width: 90%; }

/*---------------------------------------
GENERAL
---------------------------------------*/
.post-type-products .block-editor-writing-flow {
  padding: 0 5%;
  background-color: white; }
  .post-type-products .block-editor-writing-flow h1 {
    font-size: 48px;
    font-weight: 900; }

/*---------------------------------------
AEROI
---------------------------------------*/
html {
  margin-top: 0 !important; }

.areoi-strip,
.respiro-theme {
  padding: var(--respiro-theme-padding) 0; }

main .respiro-theme + .areoi-strip {
  padding-top: 0; }

/*---------------LG---------------*/
@media (max-width: 991px) {
  .col + .col {
    margin-top: 1em; } }
/*---------------------------------------
EDITOR DE BLOG BONITINHO
---------------------------------------*/
body.post-type-post .editor-visual-editor {
  background-color: white; }
  body.post-type-post .editor-visual-editor .editor-resizable-editor {
    padding: 0 3%; }
    body.post-type-post .editor-visual-editor .editor-resizable-editor .wp-block-post-title.editor-post-title {
      line-height: 1.2em;
      font-size: 32px;
      padding: 0 0 16px;
      background-color: white;
      border-bottom: 2px dashed #999; }
