@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------------
basic styles 
---------------------------------------*/
:root {
  --transition: all .3s ease-out;
  --bs-dark:#333333;
  --bs-light:#F2F3EE;
  --bs-gray:#E6E7E2;
  --bs-gray-dark:#707070;
  --bs-green:#197244;
  --bs-green-light:#6CBF97;
  --bs-blue:#2755F3;
  --bs-blue-light:#009FE3;
  --bs-orange:#E6680A;
  --bs-yellow:#F1C40F;
  --radius:20px;
  --wp--preset--font-size--small: 13px !impostant;
  --wp--preset--font-size--medium: 18px !impostant;
  --wp--preset--font-size--large: 26px !important; }

@media (min-width: 992px) {
  :root {
    --wp--preset--font-size--small: 13px !impostant;
    --wp--preset--font-size--medium: 20px !impostant;
    --wp--preset--font-size--large: 28px !important; } }
::selection {
  color: var(--bs-blue);
  background-color: var(--bs-blue-light); }

body:not(.wp-admin),
.editor-styles-wrapper.block-editor-writing-flow {
  font-family: "Montserrat", sans-serif;
  color: var(--bs-dark);
  background-color: var(--bs-light);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6em;
  font-weight: 500; }
  body:not(.wp-admin) strong, body:not(.wp-admin) b,
  .editor-styles-wrapper.block-editor-writing-flow strong,
  .editor-styles-wrapper.block-editor-writing-flow b {
    font-weight: 800; }

main {
  overflow: hidden; }

.container {
  max-width: 90%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.raleway-font {
  font-family: "Raleway", sans-serif;
  font-weight: 500; }
  .raleway-font b, .raleway-font strong {
    font-weight: 800; }

.has-small-font-size,
.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size {
  line-height: 1.6em; }

/*---------------------------------------
titulos e paragrafos
---------------------------------------*/
h1, .h1 {
  font-size: 44px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 0.95em; }
  h1 b, h1 strong, .h1 b, .h1 strong {
    font-weight: 700; }

h2, .h2 {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 0.95em;
  margin-bottom: 1em; }
  h2 b, h2 strong, .h2 b, .h2 strong {
    font-weight: 700; }

h3, .h3 {
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.3em; }
  h3 b, h3 strong, .h3 b, .h3 strong {
    font-weight: 700; }

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

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

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

  h3, .h3 {
    font-size: 42px; } }
@media (min-width: 1800px) {
  h1, .h1 {
    font-size: 90px; }

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

  h3, .h3 {
    font-size: 50px; } }
/*---------------------------------------
links + button
---------------------------------------*/
a {
  cursor: pointer;
  transition: var(--transition);
  color: var(--bs-blue); }
  a img {
    transition: var(--transition); }
  a:hover {
    filter: brightness(1.05); }
  a.nounder {
    text-decoration: none; }

.btn {
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px;
  min-width: 265px;
  border-radius: 0;
  transition: var(--transition); }
  .btn:hover {
    filter: brightness(1.1);
    color: white; }
  .btn:disabled {
    filter: grayscale(0.8);
    opacity: 0.9; }
  .btn.btn-primary {
    color: white;
    background-color: var(--bs-blue);
    border-color: var(--bs-blue); }

/*---------------------------------------
AEROI
---------------------------------------*/
.areoi-strip,
.respindo {
  padding: 45px 0; }

/*---------------LG---------------*/
@media (min-width: 992px) {
  .areoi-strip,
  .respindo {
    padding: 100px 0; } }
@media (max-width: 991px) {
  main .col + .col {
    margin-top: 1em; } }
