@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css");
/*---------------------------------------
basic styles 
---------------------------------------*/
:root {
  --transition: all .3s ease-in-out;
  --bs-dark:#616C7A;
  --bs-light:#E8E8EA;
  --bs-gray:#CFD0D6;
  --bs-blue:#647DE7;
  --bs-navy:#152275;
  --bs-yellow:#DFC74D;
  --bs-red:#D33F5F;
  --bs-green:#73BA68;
  --radius:4px; }

::selection {
  color: var(--bs-light);
  background-color: var(--bs-blue); }

/* uicons */
.icon-background {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #eee; }

.icon-background::before {
  font-family: 'Unicons';
  font-size: 40px;
  position: absolute;
  color: #999;
  top: 10px;
  left: 10px; }

body:not(.wp-admin) {
  font-family: "Montserrat", sans-serif;
  color: var(--bs-dark);
  background-color: white;
  font-size: 16px;
  line-height: 1.5em; }

main {
  overflow: hidden;
  background-color: var(--bs-yellow-light); }

.container {
  max-width: 88%; }

.bodoni-moda {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

/*---------------------------------------
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); }

/*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 {
  color: white;
  background-color: var(--bs-gray); }

/*---------------------------------------
titulos e paragrafos
---------------------------------------*/
h1, .h1 {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.16em; }
  h1.small, .h1.small {
    font-size: 42px; }

h2, .h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.15em; }

h3, .h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15em; }

h4, .h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.15em; }

h5, .h5 {
  font-size: 20px;
  font-weight: bold; }

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

ul {
  padding-left: 1em; }

.has-small-font-size {
  font-size: 14px;
  line-height: 1.3em; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 100px; }
    h1.small, .h1.small {
      font-size: 62px; } }
/*---------------------------------------
links + button
---------------------------------------*/
a {
  cursor: pointer;
  transition: var(--transition);
  color: var(--bs-blue); }
  a:hover {
    filter: brightness(0.95); }
  a.nounder {
    text-decoration: none; }

.btn {
  cursor: pointer;
  border-radius: var(--bs-radius);
  line-height: 1em;
  display: inline-block;
  font-weight: bold;
  padding: 10px 10px;
  border: 3px solid var(--bs-navy);
  color: white;
  background-color: var(--bs-navy); }
  .btn:hover {
    filter: brightness(1.3);
    color: white; }
  .btn:disabled {
    filter: grayscale(0.7);
    opacity: 0.9; }
  .btn.btn-primary {
    color: white;
    background-color: var(--bs-green);
    border-color: var(--bs-green); }
  .btn.btn-dark {
    color: white;
    background-color: var(--bs-dark);
    border-color: var(--bs-dark); }

/*---------------------------------------
AEROI
---------------------------------------*/
.areoi-strip {
  padding: 50px 0; }

/*---------------LG---------------*/
@media (min-width: 768px) {
  .areoi-strip {
    padding: 80px 0; }

  .btn {
    padding: 10px 25px; } }
