@font-face {
  font-family: Mulish;
  src: url(../font/mulish/Mulish-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Mulish;
  src: url(../font/mulish/Mulish-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Mulish;
  src: url(../font/mulish/Mulish-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
  src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
  src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
  src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Medium.eot);
  src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Bold.eot);
  src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  font-weight: 200;
  src: url(../font/Montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
  font-family: fira;
  font-weight: 400;
  src: url(../font/fira/FiraSans-Regular.ttf);
}

@font-face {
  font-family: fira;
  font-weight: 500;
  src: url(../font/fira/FiraSans-Medium.ttf);
}

@font-face {
  font-family: fira;
  font-weight: 700;
  src: url(../font/fira/FiraSans-Bold.ttf);
}

@font-face {
  font-family: UTMAmericana;
  font-weight: 400;
  src: url(../font/UTMAmericana/UTMAmericana.ttf);
}

:root {
  --main-background: #897358;
  --background-button: #897358;
  --text-color: #000000;
  --background-section: #E6E2DD;
  --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
  --main-font: Mulish
}

body {
  font-family: var(--main-font), sans-serif;
}

button {
  outline: none !important;
}

button[type=submit] {
  cursor: pointer;
}

.background {
  background-size: cover;
}

.breadcrumb {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.blue-skin {
  background: #4285F4;
}

.white-skin {
  background: #FFFFFF;
}

.title-box {
  margin: 15px 0px;
}

.title-uppercase {
  position: relative;
  font-family: var(--main-font);
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  font-weight: 400;
  color: var(--text-color);
}

.search-mobile {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.search-mobile input {
  flex: 0 0 90%;
}

.search-mobile button[type=submit] {
  background: transparent;
  border: 0px;
  flex: 0 0 5%;
}

#introduction {
  margin-top: 15px;
  margin-bottom: 20px;
}

#introduction .intro-item a {
  text-decoration: none;
  color: #000000;
}

#introduction .intro-item .intro-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.6;
}

#introduction .intro-item .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#introduction .intro-item .title-intro {
  margin: 10px 0px;
  font-size: 0.9rem;
  font-weight: 400;
}

#bosuutap .bosuutap-item a {
  text-decoration: none;
  color: #000000;
}

#bosuutap .bosuutap-item .bosuutap-img {
  width: 100%;
  aspect-ratio: 1/1;
}

#bosuutap .bosuutap-item .bosuutap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bosuutap .bosuutap-item .title-bosuutap {
  margin: 10px 0px;
  font-size: 1.1rem;
  font-weight: 500;
}

#bosuutap .bosuutap-item .readmore {
  color: #000000;
  text-align: center;
  font-size: 1rem;
}

.container-swaper:hover .swiper-button-prev,
.container-swaper:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0px);
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
  transition: 0.5s all;
}

.swiper-button-prev {
  transform: translateX(20px);
}

.swiper-button-next {
  transform: translateX(-20px);
}

#uudai .item-uudai {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
}

#uudai .item-uudai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-footer {
  padding-top: 30px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

#footer-top {
  padding: 15px 0px;
  background: #F9F9F9;
}

#footer-top .title-footer {
  text-transform: uppercase;
}

#footer-botton {
  padding: 15px 0px;
  background: #FFFFFF;
}

.footer-copyright {
  background: #74070e;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map */