/* Defines */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

html {
  overflow: -moz-scrollbars-vertical;
}

html {
  overflow-x: auto;
}

body {
  font-family: "Open Sans", serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000;
}

div,
a,
p,
span,
nav,
input,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
ul,
form,
textarea {
  box-sizing: border-box;
  font-weight: 400;
}

div,
a,
p,
span,
nav,
input,
iframe,
ul,
form,
textarea {
  font-family: "Open Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
}

figure.image {
  display: inline-block;
}
figure.image figcaption {
  background: #efefef;
  border-radius: 0 0 5px 5px;
  padding: 5px;
}

img {
  max-width: 100%;
  border: none;
}

nav ul {
  list-style: none;
}

div {
  line-height: 1.4rem;
}

p {
  line-height: 1.4rem;
}

h2 {
  line-height: 2rem;
}

/* buttons */
.bt-primary-danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: red;
  border: solid thin red;
  color: white;
}
.bt-primary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-danger:hover {
  background: #ff8989;
  border: solid thin #ff8989;
}
.bt-primary-danger:visited {
  background: red;
  border: solid thin red;
}
.bt-primary-danger:active {
  background: #790000;
  border: solid thin #790000;
}
.bt-primary-danger:focus {
  border: solid thin #790000;
}

.bt-primary-danger-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: red;
  border: solid thin red;
  color: white;
  padding: 5px 10px;
}
.bt-primary-danger-small svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-danger-small:hover {
  background: #ff8989;
  border: solid thin #ff8989;
}
.bt-primary-danger-small:visited {
  background: red;
  border: solid thin red;
}
.bt-primary-danger-small:active {
  background: #790000;
  border: solid thin #790000;
}
.bt-primary-danger-small:focus {
  border: solid thin #790000;
}

.bt-primary-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: green;
  border: solid thin green;
  color: white;
}
.bt-primary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-success:hover {
  background: #81ff81;
  border: solid thin #81ff81;
}
.bt-primary-success:visited {
  background: green;
  border: solid thin green;
}
.bt-primary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}
.bt-primary-success:focus {
  border: solid thin #006f00;
}

.bt-primary-one {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: #333;
  border: solid thin #333;
  color: white;
}
.bt-primary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-one:hover {
  background: #4e4e4e;
  border: solid thin #4e4e4e;
}
.bt-primary-one:visited {
  background: #333;
  border: solid thin #333;
}
.bt-primary-one:active {
  background: #000;
  border: solid thin #000;
}
.bt-primary-one:focus {
  border: solid thin #000;
}

.bt-primary-one-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: #333;
  border: solid thin #333;
  color: white;
  padding: 5px 10px;
}
.bt-primary-one-small svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-one-small:hover {
  background: #4e4e4e;
  border: solid thin #4e4e4e;
}
.bt-primary-one-small:visited {
  background: #333;
  border: solid thin #333;
}
.bt-primary-one-small:active {
  background: #000;
  border: solid thin #000;
}
.bt-primary-one-small:focus {
  border: solid thin #000;
}

.bt-primary-warning {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: goldenrod;
  border: solid thin goldenrod;
  color: white;
}
.bt-primary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-primary-warning:hover {
  background: gold;
  border: solid thin gold;
}
.bt-primary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}
.bt-primary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}
.bt-primary-warning:focus {
  border: solid thin darkgoldenrod;
}

.bt-secondary-danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: red;
  border: solid thin red;
}
.bt-secondary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-secondary-danger:hover {
  background: none;
  color: #ff8989;
  border: solid thin #ff8989;
}
.bt-secondary-danger:visited {
  background: red;
  border: solid thin red;
}
.bt-secondary-danger:active {
  background: #790000;
  border: solid thin #790000;
}
.bt-secondary-danger:focus {
  border: solid thin #790000;
}

.bt-secondary-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: green;
  border: solid thin green;
}
.bt-secondary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-secondary-success:hover {
  background: none;
  color: #81ff81;
  border: solid thin #81ff81;
}
.bt-secondary-success:visited {
  background: green;
  border: solid thin green;
}
.bt-secondary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}
.bt-secondary-success:focus {
  border: solid thin #006f00;
}

.bt-secondary-warning {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: goldenrod;
  border: solid thin goldenrod;
}
.bt-secondary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-secondary-warning:hover {
  background: none;
  color: gold;
  border: solid thin gold;
}
.bt-secondary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}
.bt-secondary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}
.bt-secondary-warning:focus {
  border: solid thin darkgoldenrod;
}

.bt-thirdary-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: blue;
  border: solid thin transparent;
}
.bt-thirdary-info svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-thirdary-info:hover {
  background: none;
  color: #8a8aff;
  border: solid thin transparent;
}
.bt-thirdary-info:visited {
  background: blue;
  border: solid thin blue;
}
.bt-thirdary-info:active {
  background: #02027b;
}
.bt-thirdary-info:focus {
  border: solid thin transparent;
  border-bottom: solid thin #8a8aff;
}

.bt-thirdary-danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: red;
  border: solid thin transparent;
}
.bt-thirdary-danger svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-thirdary-danger:hover {
  background: none;
  color: #ff8989;
  border: solid thin transparent;
}
.bt-thirdary-danger:visited {
  background: red;
  border: solid thin red;
}
.bt-thirdary-danger:active {
  background: #790000;
  border: solid thin #790000;
}
.bt-thirdary-danger:focus {
  border: solid thin transparent;
  border-bottom: solid thin red;
}

.bt-thirdary-success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: green;
  border: solid thin transparent;
}
.bt-thirdary-success svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-thirdary-success:hover {
  background: none;
  color: #81ff81;
  border: solid thin transparent;
}
.bt-thirdary-success:visited {
  background: green;
  border: solid thin green;
}
.bt-thirdary-success:active {
  background: #006f00;
  border: solid thin #006f00;
}
.bt-thirdary-success:focus {
  border: solid thin transparent;
  border-bottom: solid thin #81ff81;
}

.bt-thirdary-warning {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: goldenrod;
  border: solid thin transparent;
}
.bt-thirdary-warning svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-thirdary-warning:hover {
  background: none;
  color: gold;
  border: solid thin transparent;
}
.bt-thirdary-warning:visited {
  background: goldenrod;
  border: solid thin goldenrod;
}
.bt-thirdary-warning:active {
  background: darkgoldenrod;
  border: solid thin darkgoldenrod;
}
.bt-thirdary-warning:focus {
  border: solid thin transparent;
  border-bottom: solid thin goldenrod;
}

.bt-secondary-one {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: #333;
  border: solid thin #333;
}
.bt-secondary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-secondary-one:hover {
  background: none;
  color: #4e4e4e;
  border: solid thin #4e4e4e;
}
.bt-secondary-one:visited {
  background: #333;
  border: solid thin #333;
}
.bt-secondary-one:active {
  background: #000;
  border: solid thin #000;
}
.bt-secondary-one:focus {
  border: solid thin #000;
}

.bt-thirdary-one {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  list-style: 1rem;
  margin: 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  background: none;
  color: #333;
  border: solid thin transparent;
  padding-left: 0;
  padding-right: 0;
}
.bt-thirdary-one svg {
  width: 0.7rem;
  margin-right: 5px;
}
.bt-thirdary-one:hover {
  background: none;
  color: #4e4e4e;
  border: solid thin transparent;
}
.bt-thirdary-one:visited {
  background: #333;
  border: solid thin #333;
}
.bt-thirdary-one:active {
  background: #000;
  border: solid thin #000;
}
.bt-thirdary-one:focus {
  border: solid thin transparent;
  border-bottom: solid thin #333;
}

body {
  letter-spacing: 0.025em;
}

.content {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

main {
  max-width: 1170px;
  margin: auto;
  padding: 0 10px;
  min-height: 100vh;
}

header.inter {
  max-width: 1170px;
  margin: auto;
  padding: 0 10px;
}

header.home {
  background: black;
  background: linear-gradient(180deg, black, transparent);
  position: relative;
  z-index: 1;
}

footer .footer {
  background: #333;
  color: white;
}
footer .footer .content-footer {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 10px;
  justify-content: space-between;
}
footer .footer .content-footer .item {
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer .content-footer .item {
    width: 25%;
  }
}
footer .footer .content-footer .item .logo {
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer .content-footer .item .logo {
    width: 100%;
  }
}
footer .footer .content-footer .item .social-menu {
  margin-top: 30px;
}
footer .footer .content-footer .item .social-menu ul li {
  fill: white;
}
footer .footer .content-footer .item .social-menu ul li a svg {
  fill: white;
}
footer .footer .content-footer .item .contact a {
  color: white;
  width: 100%;
  display: block;
}
footer .footer .content-footer .item .info-2 {
  margin-top: 20px;
}
footer .footer .content-footer .item .title {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
footer .footer .content-footer .item .text {
  margin: 10px 0 30px;
}
footer .copy-right {
  max-width: 1170px;
  margin: auto;
  padding: 10px 5px;
  font-size: 0.8rem;
  text-align: center;
}
footer .copy-right h1 {
  display: inline-block;
  font-size: 1rem;
  font-family: sans-serif;
}

.top-bar-home,
.top-bar-inter {
  max-width: 1170px;
  margin: auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar-home div.menu,
.top-bar-inter div.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px;
}
.top-bar-home div.menu svg,
.top-bar-inter div.menu svg {
  width: 2rem;
  height: 2rem;
}
.top-bar-home div.menu nav,
.top-bar-inter div.menu nav {
  position: absolute;
  background: #fff;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 3px 14px -7px #333;
  box-shadow: 0 25px 50px -12px #333;
}
.top-bar-home div.menu nav ul,
.top-bar-inter div.menu nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
}
.top-bar-home div.menu nav ul ul,
.top-bar-inter div.menu nav ul ul {
  position: absolute;
  background: #fff;
  display: none;
  top: 0;
  left: 100%;
  z-index: 1;
  min-width: 242px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 3px 14px -7px #333;
  box-shadow: 0 25px 50px -12px #333;
}
.top-bar-home div.menu nav ul li,
.top-bar-inter div.menu nav ul li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.top-bar-home div.menu nav ul li a,
.top-bar-inter div.menu nav ul li a {
  width: 100%;
  display: inline-flex;
  padding: 15px;
  font-weight: bold;
}
.top-bar-home div.menu nav ul li a svg,
.top-bar-inter div.menu nav ul li a svg {
  width: 5rem;
  height: 5rem;
  fill: #fff;
}
.top-bar-home div.menu nav ul li .sign,
.top-bar-inter div.menu nav ul li .sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background: #333;
}
.top-bar-home div.menu nav ul li .sign:hover,
.top-bar-inter div.menu nav ul li .sign:hover {
  background: #4e4e4e;
}
.top-bar-home div.menu nav ul li .sign:active,
.top-bar-inter div.menu nav ul li .sign:active {
  background: #000;
}
.top-bar-home div.menu nav ul li:hover,
.top-bar-inter div.menu nav ul li:hover {
  background: #4e4e4e;
}
.top-bar-home div.menu nav ul li:hover > a,
.top-bar-inter div.menu nav ul li:hover > a {
  color: white;
}
.top-bar-home div.menu nav ul li:hover > ul,
.top-bar-inter div.menu nav ul li:hover > ul {
  display: flex;
}
.top-bar-home .logo,
.top-bar-inter .logo {
  width: 17rem;
}
.top-bar-home .logo a,
.top-bar-inter .logo a {
  display: inline-block;
  padding: 10px;
}

.top-bar-home {
  color: white;
  fill: white;
}

.social-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .social-menu ul li:nth-child(5),
  .social-menu ul li:nth-child(4),
  .social-menu ul li:nth-child(3),
  .social-menu ul li:nth-child(2) {
    display: none;
  }
  .social-menu ul li:nth-child(1) {
    margin-right: 5px;
  }
}
.social-menu ul li {
  fill: inherit;
  display: inline-block;
  padding: 5px;
  margin-bottom: -5px;
  position: relative;
}
.social-menu ul li a {
  color: white;
}
.social-menu ul li a svg {
  width: 2rem;
  fill: inherit;
}
.social-menu ul li svg {
  width: 2rem;
}
.social-menu .search-form-box {
  width: 300px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: black;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .social-menu .search-form-box {
    width: 200px;
  }
}
.social-menu .search-form-box input {
  font-size: 1.2rem;
  border: none;
  background: none;
  color: #808080;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  top: 0;
  padding: 10px;
}
.social-menu .search-form-box input:focus-visible {
  outline: none;
  border: none;
}
.social-menu .search-form-box svg {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  z-index: 1;
  top: 28%;
  right: 10px;
  color: #ccc;
}
.social-menu .search-form-box .dropdown {
  box-shadow: 0 3px 14px -7px #333;
  box-shadow: 0 25px 50px -12px #333;
  display: none;
  background: white;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.social-menu .search-form-box .dropdown a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #353535;
}
.social-menu .search-form-box .dropdown a:hover {
  background: #e6e6e6;
}

form,
.post {
  margin: 10px 0;
  width: 50%;
}
form label,
.post label {
  margin-top: 15px;
  display: inline-block;
}
form .msg-error,
.post .msg-error {
  background: #ff7878;
  color: #fff;
  margin-top: -18px;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 100%;
  font-size: 0.8rem;
  border-radius: 0 0 5px 5px;
}
form .msg-success,
.post .msg-success {
  background: green;
  color: #fff;
  margin-top: -18px;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 100%;
  font-size: 0.8rem;
  border-radius: 0 0 5px 5px;
}

.submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.input svg {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 1.3rem;
  height: 1.3rem;
}
.input input,
.input select {
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  height: 2.4rem;
  display: block;
  width: 100%;
}
.input .select {
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  height: 2.4rem;
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.input .select .option {
  padding: 4px 0;
  width: 100%;
  display: none;
}
.input .select .selected {
  display: block;
}
.input .select .option:hover {
  font-weight: bold;
}
.input .select:hover {
  outline: solid thin black;
}
.input textarea {
  background: #f2fff2;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 5px 10px 5px 48px;
  border-radius: 5px;
  border: solid thin #ff8989;
  font-size: 1rem;
  line-height: 1.7rem;
  display: block;
}
.input #author_name {
  border: none;
  background: none;
  font-weight: bold;
  padding-top: 10px;
}

.post #body {
  min-height: 1000px;
}
.post form {
  width: 100%;
}

.title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.nothing-to-show {
  padding: 30px 0;
}

.entities .entity {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.entities .entity-head {
  display: flex;
  justify-content: space-around;
  padding: 0 0 10px 0;
}
.entities .entity-label {
  overflow: hidden;
}
.entities .id {
  width: 5%;
}
.entities .cod {
  width: 15%;
}
.entities .nick {
  width: 35%;
}
.entities .email {
  width: 35%;
}
.entities .actions {
  width: 10%;
}
.entities .pair {
  background: #ccc;
}
.entities .odd {
  background: none;
}

.orders {
  padding: 30px 0;
}
.orders .order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.orders .order-head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.orders .id {
  width: 5%;
}
.orders .approve {
  width: 10%;
}
.orders .entity {
  width: 40%;
}
.orders .amount {
  width: 10%;
}
.orders .actions {
  width: 10%;
}
.orders .pair {
  background: #ccc;
}
.orders .odd {
  background: none;
}

.posts-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.posts-list-box h2 {
  width: 100%;
}
.posts-list-box .posts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 720px) {
  .posts-list-box .posts-list {
    width: 75%;
  }
}
.posts-list-box .posts-list .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  margin: 10px 10px 50px 0;
}
@media (min-width: 720px) {
  .posts-list-box .posts-list .item {
    width: 350px;
  }
}
.posts-list-box .posts-list .item .thumbnail {
  overflow: hidden;
}
.posts-list-box .posts-list .item .thumbnail img {
  width: 100%;
  transition: transform 300ms;
}
.posts-list-box .posts-list .item .info {
  background: white;
  position: absolute;
  z-index: 1;
  bottom: -45px;
  margin: 0 20px;
  padding: 20px;
}
.posts-list-box .posts-list .item .info h4 {
  text-transform: uppercase;
}
.posts-list-box .posts-list .item:hover > .thumbnail > img {
  transform: scale(1.1);
}
@media (min-width: 720px) {
  .posts-list-box .posts-sidebar {
    width: 24%;
  }
}
.posts-list-box .posts-sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}
.posts-list-box .posts-sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.posts-list-box .posts-sidebar .newsletter .subtitle {
  margin: 10px 0;
}

.authors-list .item {
  display: flex;
  flex-wrap: wrap;
  width: 150px;
  justify-content: center;
  background: #fff;
  margin: 10px 0;
  padding: 10px;
}
.authors-list .item a:nth-child(1) {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border-radius: 100%;
  margin: 10px;
}
.authors-list .item a:nth-child(1) img {
  width: 100%;
}
.authors-list .item a:nth-child(2) {
  width: 100%;
  text-align: center;
}
.authors-list .item:hover {
  background: #ccc;
}

.categories-list,
.tags-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: flex-start;
}
.categories-list .item,
.tags-list .item {
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f2f2f2;
  border: solid thin #333;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categories-list .item :nth-child(1),
.tags-list .item :nth-child(1) {
  font-weight: bold;
}
.categories-list .item :nth-child(2),
.tags-list .item :nth-child(2) {
  margin-top: 5px;
  display: none;
}
.categories-list .item:hover > :nth-child(2),
.tags-list .item:hover > :nth-child(2) {
  display: initial;
}

.msg-error {
  background: #ff7878;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 50%;
  font-size: 0.8rem;
  display: inline-block;
}

.msg-success {
  background: green;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 15px;
  width: 50%;
  font-size: 0.8rem;
  display: inline-block;
}

.post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.post .post-area {
  width: 75%;
  margin-right: 10px;
}
.post .sidebar {
  width: 23%;
  margin-left: 10px;
  margin-top: 25px;
}
.post .sidebar .author-to-add,
.post .sidebar .categories-to-add,
.post .sidebar .tags-to-add {
  position: absolute;
  top: 39px;
  right: 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  transition: height 10s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post .sidebar .author-to-add .item,
.post .sidebar .categories-to-add .item,
.post .sidebar .tags-to-add .item {
  padding: 5px;
  text-align: right;
  font-size: 0.8rem;
  cursor: pointer;
}
.post .sidebar .author-to-add .item:hover,
.post .sidebar .categories-to-add .item:hover,
.post .sidebar .tags-to-add .item:hover {
  background: #333;
  color: #fff;
}
.post .sidebar .author-to-add .pair,
.post .sidebar .categories-to-add .pair,
.post .sidebar .tags-to-add .pair {
  background: #f9f9f9;
}
.post .sidebar .author-to-add .odd,
.post .sidebar .categories-to-add .odd,
.post .sidebar .tags-to-add .odd {
  background: #f2f2f2;
}
.post .sidebar .author-to-add .item:first-child,
.post .sidebar .categories-to-add .item:first-child,
.post .sidebar .tags-to-add .item:first-child {
  background: #333;
  color: #fff;
}

.thumbnail-box {
  background: white;
  padding: 15px;
}
.thumbnail-box label {
  width: 100%;
}

.image-upload {
  border: solid thin #222;
  padding: 10px;
}
.image-upload form {
  display: flex;
  flex-wrap: wrap;
}

.pre-view {
  width: 100%;
  padding: 15px 0;
}
.pre-view img {
  max-width: 400px;
  width: 100%;
  border: solid thin #ccc;
}

.cut-type {
  display: flex;
  flex-wrap: wrap;
}
.cut-type .option {
  max-width: 100px;
  width: 100%;
  border: solid 5pt #fff;
}
.cut-type .option.selected {
  border: solid 5pt #333;
}

.carousel-mol {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  position: relative;
}
.carousel-mol .next-slide-mol,
.carousel-mol .prev-slide-mol {
  position: absolute;
  top: 45%;
  z-index: 100;
  background: white;
  border-radius: 100%;
  padding: 2px;
  margin: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.carousel-mol:hover > .prev-slide-mol {
  display: initial;
}
.carousel-mol:hover > .next-slide-mol {
  display: initial;
}
.carousel-mol .prev-slide-mol {
  left: 0;
  display: none;
}
.carousel-mol .next-slide-mol {
  right: 0;
  display: none;
}
.carousel-mol .elements .carousel-mol-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  background: white;
}
.carousel-mol .elements .carousel-mol-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.carousel-mol .elements .carousel-mol-item .post-banner {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.carousel-mol .elements .carousel-mol-item .post-banner h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
  color: white;
}
.carousel-mol .elements .carousel-mol-item .post-banner div {
  width: 50%;
  margin: auto;
}

.carousel-mol.destaques {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-mol.destaques .elements .carousel-mol-item {
  height: 100vh;
}
.carousel-mol.destaques .elements .carousel-mol-item img {
  width: 100%;
  filter: brightness(0.5);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.carousel-mol-item-item {
  width: 33.33%;
  background: black;
  color: white;
  height: 100%;
}

.scroll-to-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  cursor: pointer;
}
.scroll-to-content svg {
  fill: white;
}

.single-post {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post .single-content {
  width: 100%;
}
@media (min-width: 720px) {
  .single-post .single-content {
    width: 72%;
  }
}
.single-post .single-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (min-width: 720px) {
  .single-post .single-content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.single-post .single-content .single-abstract {
  margin: 10px 0;
  display: inline-block;
  font-style: italic;
}
.single-post .single-content .single-infs {
  margin: 10px 0;
  color: #353535;
  font-size: 0.8rem;
}
.single-post .single-content .single-infs .cat {
  background: #333;
  color: white;
  padding: 5px;
}
.single-post .single-content .single-thumbnail {
  width: 100%;
  margin-bottom: 50px;
}
.single-post .single-content .single-thumbnail img {
  width: 100%;
}
.single-post .single-content .single-thumbnail .single-thumbnail-legend {
  background: #333;
  color: white;
  padding: 5px 10px;
  margin-top: -8px;
  font-size: 0.8rem;
}
.single-post .single-content .text {
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  overflow: hidden;
}
.single-post .single-content .text p {
  line-height: inherit;
}
.single-post .single-content .text img {
  float: left;
  padding: 10px;
}
.single-post .single-content .single-tags {
  margin-top: 20px;
}
.single-post .single-content .single-tags h4 {
  display: inline-block;
}
.single-post .single-content .single-tags .item {
  padding: 5px;
  background: #191919;
  color: white;
  display: inline-block;
  margin: 5px;
  border-radius: 8px;
}
.single-post .single-content .about-multi-midia {
  display: inline-block;
  margin: 20px 0;
}
.single-post .single-content .about-multi-midia p {
  font-size: 1rem;
  margin: 10px 0 5px;
}
.single-post .single-content .about-multi-midia ul {
  padding-left: 20px;
}
.single-post .single-content .single-share ul {
  display: flex;
  flex-wrap: wrap;
}
.single-post .single-content .single-share ul li a {
  display: inline-block;
  margin: 10px;
}
.single-post .single-content .single-share ul li a svg {
  width: 2rem;
  height: 2rem;
}
.single-post .single-content .single-share ul li .copy {
  border-radius: 5px;
  background: black;
  color: white;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}
.single-post .single-content .similiar-box {
  margin-top: 20px;
}
.single-post .single-content .similiar-box .similiar .item {
  display: flex;
  flex-wrap: wrap;
}
.single-post .single-content .similiar-box .similiar .item .thumbnail {
  width: 18%;
}
.single-post .single-content .similiar-box .similiar .item .dsc {
  width: 72%;
  padding: 10px 10px 10px 20px;
}
@media (min-width: 720px) {
  .single-post .single-sidebar {
    width: 24%;
  }
}
.single-post .single-sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}
.single-post .single-sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.single-post .single-sidebar .newsletter .subtitle {
  margin: 10px 0;
}

.banner-home-horizontal {
  margin-top: 95vh;
  margin-bottom: 60px;
}

.home-content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-content-box .home-content {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .home-content-box .home-content {
    width: 72%;
  }
}
.home-content-box .home-content .posts-option-1 {
  display: flex;
  flex-wrap: wrap;
}
.home-content-box .home-content .posts-option-1 .item {
  position: relative;
  overflow: hidden;
}
.home-content-box .home-content .posts-option-1 .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: transform 300ms;
}
.home-content-box .home-content .posts-option-1 .item .overlay {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 10px;
  background: none;
  background: linear-gradient(0deg, black, black, transparent);
}
.home-content-box .home-content .posts-option-1 .item .overlay a {
  color: inherit;
}
.home-content-box .home-content .posts-option-1 .item .overlay .title {
  font-weight: bold;
  font-size: 1.2rem;
}
.home-content-box .home-content .posts-option-1 .item .overlay .infs {
  font-size: 0.8rem;
}
.home-content-box .home-content .posts-option-1 .item:hover > a > img {
  transform: scale(1.1);
}
@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-1 .col-1 {
    width: 50%;
    padding-right: 5px;
  }
}
.home-content-box .home-content .posts-option-1 .col-1 .item {
  width: 100%;
  height: 400px;
}
.home-content-box .home-content .posts-option-1 .col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-1 .col-2 {
    width: 50%;
  }
}
.home-content-box .home-content .posts-option-1 .col-2 .item {
  width: 49%;
  height: 197px;
  margin: 0 0 5px;
}
.home-content-box .home-content .posts-option-1 .col-2 .item .title {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.home-content-box .home-content .posts-option-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.home-content-box .home-content .posts-option-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-content-box .home-content .posts-option-2 .col-1 {
  padding-right: 5px;
}
@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-2 .col-1 {
    width: 50%;
  }
}
.home-content-box .home-content .posts-option-2 .col-1 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home-content-box .home-content .posts-option-2 .col-1 .item .title {
  font-size: 1rem;
  font-weight: bold;
}
.home-content-box .home-content .posts-option-2 .col-1 .item a:nth-child(1) {
  width: 30%;
  height: 120px;
}
.home-content-box .home-content .posts-option-2 .col-1 .item a:nth-child(2) {
  padding-left: 10px;
  width: 70%;
}
.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) a:nth-child(1) {
  width: 100%;
  height: 400px;
}
.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) a:nth-child(2) {
  padding-left: 0;
  width: 100%;
}
.home-content-box .home-content .posts-option-2 .col-1 .item:nth-child(1) .title {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .home-content-box .home-content .posts-option-2 .col-2 {
    width: 50%;
    padding-left: 10px;
  }
}
.home-content-box .home-content .posts-option-2 .col-2 .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home-content-box .home-content .posts-option-2 .col-2 .item .title {
  font-weight: bold;
}
.home-content-box .home-content .posts-option-2 .col-2 .item a:nth-child(1) {
  width: 30%;
  height: 120px;
}
.home-content-box .home-content .posts-option-2 .col-2 .item a:nth-child(2) {
  width: 70%;
  padding-left: 10px;
}

@media (min-width: 720px) {
  .sidebar {
    width: 24%;
  }
}
.sidebar .newsletter {
  background: #333;
  border-radius: 8px;
  padding: 30px 20px 20px;
  color: white;
}
.sidebar .newsletter .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.sidebar .newsletter .subtitle {
  margin: 10px 0;
}
.sidebar .last-edition img {
  width: 100%;
}
.sidebar .last-edition .bts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-content-box-2 {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
}
.home-content-box-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 720px) {
  .home-content-box-2 .col-1 {
    width: 25%;
  }
}
.home-content-box-2 .col-1 .item {
  margin-bottom: 10px;
}
.home-content-box-2 .col-1 .item:nth-child(2) a:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.home-content-box-2 .col-1 .item:nth-child(2) a:nth-child(1) img {
  height: 200px;
  width: 100%;
}
.home-content-box-2 .col-1 .title {
  font-weight: bold;
}
@media (min-width: 720px) {
  .home-content-box-2 .col-2 {
    width: 50%;
    padding: 0 20px;
  }
}
.home-content-box-2 .col-2 .item {
  position: relative;
}
.home-content-box-2 .col-2 .item a {
  display: inline-block;
  width: 100%;
  height: 500px;
}
.home-content-box-2 .col-2 .item .overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: white;
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 20px;
}
.home-content-box-2 .col-2 .item .overlay .title {
  font-weight: bold;
  font-size: 1.3rem;
}
.home-content-box-2 .col-2 .item .title {
  font-weight: bold;
}
@media (min-width: 720px) {
  .home-content-box-2 .col-3 {
    width: 25%;
  }
}
.home-content-box-2 .col-3 .item a:nth-child(1) {
  width: 100%;
  height: 200px;
  display: inline-block;
  margin-bottom: 5px;
}
.home-content-box-2 .col-3 .item .title {
  font-weight: bold;
}
.home-content-box-2 .col-3 .item:nth-child(2) a:nth-child(1) {
  width: 100%;
  height: 150px;
}

.banner-inter-horizontal {
  border: solid thin #353535;
}
.banner-inter-horizontal a {
  display: inline-block;
}

.contact-list {
  margin-top: 20px;
}
.contact-list .item {
  width: 100%;
  margin-bottom: 20px;
}
.contact-list .item a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.3rem;
}
.contact-list .item svg {
  width: 1rem;
}
.contact-list .item .title {
  font-weight: bold;
  font-size: 1.4rem;
}

.editions-list {
  display: flex;
  flex-wrap: wrap;
}
.editions-list .image {
  position: relative;
}
.editions-list .image .bt-primary-one {
  display: none;
  position: absolute;
  left: 0;
}
.editions-list .image:hover {
  border: solid white;
}
.editions-list .image:hover > .bt-primary-one {
  display: inline-block;
}
.editions-list .edition {
  margin-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .editions-list .edition {
    width: 200px;
  }
}
.editions-list .edition:last-child {
  margin-right: 0;
}

.link-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link-icon a:nth-child(1) {
  width: 1.8rem;
  margin-right: 5px;
}
.link-icon a:nth-child(1) svg {
  width: 100%;
}
.link-icon a:nth-child(2) {
  font-size: 1rem;
  font-weight: bold;
}

.home-all {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
  padding: 10px 0;
}
@media (max-width: 719px) {
  .home-all {
    padding: 10px;
  }
}
.home-all .item {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .home-all .item {
    width: 32%;
  }
}
.home-all .item .thumbnail {
  width: 100%;
  height: 280px;
}
.home-all .item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-all .item .title {
  font-weight: bold;
  margin-top: 10px;
}
.home-all .item .abstract {
  font-family: "Open Sans", serif;
}

.flash-msg {
  max-width: 1170px;
  margin: auto;
}

.calendars {
  background-color: #f7f7f7;
  padding: 10px;
}
.calendars .container-center {
  max-width: 1170px;
  margin: auto;
}
.calendars .container-center .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendars .container-center .list .item {
  width: 23%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.calendars .container-center .list .item img {
  width: 100%;
}
.calendars .container-center .list .item .details {
  width: 100%;
  padding-left: 10px;
}
.calendars .container-center .calendar-item {
  justify-content: flex-start;
  background-color: #f7f7f7;
  padding: 20px 0;
  gap: 0 30px;
}
.calendars .container-center .calendar-item .item {
  width: 20%;
}

.multimidia a img {
  filter: brightness(2.5);
}

.banner-pop-up {
  position: fixed;
  top: 0;
  z-index: 1000000;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  background: rgba(0, 0, 0, 0.9098039216);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-pop-up .content-pop-up {
  max-width: 600px;
  position: relative;
  transition: transform 1s;
}
.banner-pop-up .content-pop-up .bt-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.banner-pop-up .content-pop-up a {
  width: 100%;
  height: 80vh;
}
.banner-pop-up .content-pop-up a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

#feira-e-eventos-box > #feira-e-eventos > .item {
  height: 33.3333333333vw;
  padding: 10px;
}
#feira-e-eventos-box > #feira-e-eventos > .item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.error-minimal {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
.error-minimal > .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  min-height: auto;
}
.error-minimal > .content > img {
  aspect-ratio: 1/1;
}
.error-minimal > .content > h1,
.error-minimal > .content > h2,
.error-minimal > .content > p {
  width: 100%;
}/*# sourceMappingURL=styles.css?v=1.0.map */