/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Gilroy", sans-serif;
  color: #000;
  max-width: 650px;
  padding: 30px;
  margin: 0 auto;
}

section {
  padding: 30px 0;
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media (min-width: 450px) {
  .d-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  padding-bottom: 0;
}

#banner h1 {
  letter-spacing: -1px;
}

#banner .foto-button {
  left: 50%;
  bottom: 5%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Procedures
--------------------------------------------------------------*/
#procedures .procedures-slider {
  position: relative;
  padding-bottom: 70px;
}

#procedures .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#procedures .swiper-slide .procedure {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  border-top: unset;
  padding: 20px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#procedures .swiper-slide .procedure p,
#procedures .swiper-slide .procedure a {
  font-size: 0.9rem;
}

#procedures .swiper-button-next,
#procedures .swiper-button-prev {
  top: unset;
  bottom: 12px;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #000000;
  z-index: 100;
}

#procedures .swiper-button-next {
  right: 10%;
  width: 20px;
  height: 20px;
}

#procedures .swiper-button-prev {
  left: 10%;
  width: 20px;
  height: 20px;
}

#procedures .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/seta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#procedures .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/seta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}

@media (min-width: 600px) {
  #procedures .swiper-button-next {
    right: 30%;
  }

  #procedures .swiper-button-prev {
    left: 30%;
  }
}

#procedures .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #000000;
  opacity: 1;
}

#procedures .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
  border: 1px solid #000000;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding: 30px 0 30px 0;
  font-size: 0.8;
}

/*--------------------------------------------------------------
# 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-justify {
  text-align: justify;
}

.ff-just-sans {
  font-family: "JUST Sans", "sans-serif";
}

.lh-1 {
  line-height: 1rem;
}

/**
* Background
*/

/**
* Border
*/

.border-pink {
  --bs-border-opacity: 1;
  border-color: rgba(254, 232, 208, var(--bs-border-opacity)) !important;
}

/**
* 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;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (max-width: 1200px) {
}

/* lg */
@media (max-width: 992px) {
}
@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");
}
