/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Gilroy", sans-serif;
  color: #000;
  max-width: 650px;
  padding-top: 30px;
  padding: 30px 30px 0 30px;
  margin: 0 auto;
}

section {
  padding: 30px 0;
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header .avatar img {
  border-radius: 50rem;
}

@media (min-width: 450px) {
  .d-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  padding-top: 60px;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Socials
--------------------------------------------------------------*/
#socials {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Suites
--------------------------------------------------------------*/
#suites .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  font-size: 0.9rem;
}

footer .copy {
  padding: 15px 0;
  background-color: #010457;
}
/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-blue {
  color: #010457;
}

.text-justify {
  text-align: justify;
}

.ff-just-sans {
  font-family: "JUST Sans", "sans-serif";
}

.lh-1 {
  line-height: 1rem;
}

/**
* Background
*/

/**
* Border
*/

.border-red {
  --bs-border-opacity: 1;
  border-color: rgba(245, 46, 49, var(--bs-border-opacity)) !important;
}

.rounded-button {
  border-radius: 50rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #22bd22;
  --bs-btn-border-color: #22bd22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1ea81e;
  --bs-btn-hover-border-color: #1ea81e;
  --bs-btn-focus-shadow-rgb: 34, 189, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1ea81e;
  --bs-btn-active-border-color: #1ea81e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #56bd56;
  --bs-btn-disabled-border-color: #56bd56;
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f1082d;
  --bs-btn-border-color: #f1082d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb0221;
  --bs-btn-hover-border-color: #bb0221;
  --bs-btn-focus-shadow-rgb: 241, 8, 45;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb0221;
  --bs-btn-active-border-color: #bb0221;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f03050;
  --bs-btn-disabled-border-color: #f03050;
}

/**
* Responsive Media Queries
*/

/* xxl */

/* xl */

/* lg */

@media (min-width: 992px) {
}

/* sm */
@media (min-width: 556px) {
}

/* sm */
@media (min-width: 356px) {
  .mx-xsm-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*
* Just Sans
*/

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

/*
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}
