/*---------------------------------------
basic styles 
---------------------------------------*/
:root {
  --transition: all .4s ease-in;
  --transition-fast: all .2s ease-in;
  --bs-gray:#c1c1c1;
  --bs-dark:#1e1e1e;
  --bs-light:#e9e7e4;
  --bs-yellow:#ffe777;
  --radius:2px;
  --respiro-theme-padding:80px;
  --swiper-navigation-color:#ffe777;
  --swiper-theme-color:#ffe777;
  --wp--preset--font-size--small: 16px !impostant;
  --wp--preset--font-size--medium: 20px !impostant;
  --wp--preset--font-size--large: 24px !important;
  --wp--preset--font-size--x-large:28px !important; }

@media (min-width: 768px) {
  :root {
    --respiro-theme-padding:160px;
    --wp--preset--font-size--small: 16px !impostant;
    --wp--preset--font-size--medium: 20px !impostant;
    --wp--preset--font-size--large: 26px !important;
    --wp--preset--font-size--x-large:30px !important; } }
::selection {
  color: black;
  background-color: rgba(255, 231, 119, 0.4); }

body:not(.wp-admin),
.editor-styles-wrapper.block-editor-writing-flow {
  font-family: 'Wigrum',Sans Serif;
  background-color: white;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.35em;
  color: black; }

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

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

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

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

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

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

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

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

/*---------------------------------------
titulos e paragrafos
---------------------------------------*/
h1, h2, h3 {
  text-wrap: balance;
  font-weight: 500;
  margin-bottom: 0.5em; }
  h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {
    font-weight: 700; }

h1, .h1 {
  font-size: 46px;
  line-height: 48px; }

h2, .h2 {
  font-size: 40px;
  line-height: 44px; }

h3, .h3 {
  font-size: 30px;
  line-height: 32px; }

h4, .h4 {
  font-size: var(--wp--preset--font-size--large); }

h5, .h5 {
  font-size: var(--wp--preset--font-size--x-large); }

/* pesos das fonts */
.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-bold {
  font-weight: 700; }

.p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.35em;
  font-weight: 400; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 82px;
    line-height: 84px; }

  h2, .h2 {
    font-size: 75px;
    line-height: 90px; }

  h3, .h3 {
    font-size: 41px;
    line-height: 42px; } }
/*---------------------------------------
links + button
---------------------------------------*/
a {
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition); }
  a img, a:before, a:after {
    transition: var(--transition); }
  a:hover {
    text-decoration: underline; }

.btn {
  border: 2px solid transparent;
  border-radius: 100px;
  transition: var(--transition);
  cursor: pointer;
  display: inline-block;
  font-size: calc(var(--wp--preset--font-size--medium) * 0.9);
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  padding: 0.8em 1.5em;
  outline: none !important; }
  .btn:hover {
    text-decoration: none; }
  .btn:disabled {
    filter: grayscale(0.8);
    opacity: 0.7; }
  .btn i.ms-3 {
    margin-left: 0.25rem !important; }
  .btn.btn-sm {
    font-size: var(--wp--preset--font-size--small); }
  .btn.btn-lg {
    font-size: var(--wp--preset--font-size--large);
    padding: 0.8em 1.6em; }
  .btn.btn-primary {
    background-color: var(--bs-yellow);
    border-color: var(--bs-yellow);
    color: black; }
  .btn.btn-dark {
    background-color: black;
    border-color: black;
    color: white; }
    .btn.btn-dark:hover {
      border-color: var(--bs-yellow);
      background-color: var(--bs-yellow);
      color: black; }
  .btn.btn-outline-dark {
    background-color: transparent;
    border-color: black;
    color: black; }
    .btn.btn-outline-dark:hover {
      border-color: black;
      background-color: black;
      color: white; }
  .btn.btn-outline-light {
    background-color: transparent;
    border-color: white;
    color: white; }
    .btn.btn-outline-light:hover {
      border-color: white;
      background-color: white;
      color: black; }

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

.areoi-strip {
  padding: var(--respiro-theme-padding) 0;
  z-index: 3; }

.p-theme {
  padding: var(--respiro-theme-padding); }

.py-theme {
  padding-top: var(--respiro-theme-padding);
  padding-bottom: var(--respiro-theme-padding); }

.pt-theme {
  padding-top: var(--respiro-theme-padding); }

.pb-theme {
  padding-bottom: var(--respiro-theme-padding); }

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