:root {
  --kioy-ex-yellow: #fcf882;
  --kioy-yellow: #fee801;
  --kioy-blue: #b2dfff;
  --kioy-gray: #c7c7c7;
  --kioy-black: #000;
  --kioy-black-foreground: #fff;
}

* {
  font-family: 'Ruda', 'Helvetica';
  box-sizing: border-box;
}

body, html, {
  margin: 0;
  padding: 0;  
}

.section {
  width: 100%;
}

.gray {
  background-color: var(--kioy-gray);
}

.content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.content.tight {
  padding: 0;
}

.article {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.article-image {
  min-height: 300px !important;
}

.hero {
  background-color: var(--kioy-yellow);
}

.btn {
  font-size: 1.2rem !important;
  background: #000;
  display: flex;
  color: var(--kioy-yellow);
  text-decoration: none;
  padding: 0.375rem 1.25rem !important;
  align-content: center;
  overflow: hidden;
}

.btn .title,
.btn .subtitle {
  line-height: 1.00em;
}

.btn .subtitle {
  font-size: 11pt;
  font-weight: 200;
}

.btn:hover {
  text-decoration: none !important;
}

.btn-kioy {
  background: var(--kioy-yellow) !important;
  color: var(--kioy-black);
  height: 48px;
  border-radius: 168px !important;
}

.btn-kioy-dark {
  background: var(--kioy-black) !important;
  color: var(--kioy-black-foreground) !important;
  border-radius: 0 !important;
}

.btn:hover {
  opacity: 0.8;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buttons .btn {
  flex-grow: 1;
  flex: 1 1 0;
  text-align: center;
 
}

.section-full {
  min-height: 540px;
}

.top-hero {
  background: #fcf882 url('./img/pontto.png') no-repeat right;
  background-size: contain;
}



.img-01 { background: url('./img/img-01.jpg') center ; }
.img-02 { background: url('./img/img-02.jpg'); }
.img-03 { background: url('./img/img-03.jpg') left center; }
.img-04 { background: url('./img/img-04.jpg') right; }
.img-05 { background: url('./img/img-05.jpg'); }
.img-06 { background: url('./img/img-06.jpg'); }
.img-07 { background: url('./img/img-07.jpg'); }
.img-08 { background: url('./img/img-08.jpg'); }

.img-01-c { background: url('./img/img-01.jpg') center; }
.img-02-c { background: url('./img/img-02.jpg') center; }
.img-03-c { background: url('./img/img-03.jpg') center; }
.img-04-c { background: url('./img/img-04.jpg') center; }

.img-01,
.img-02,
.img-03,
.img-04,
.img-05,
.img-06,
.img-07,
.img-08 {
  background-size: cover;
}

.bgstyle-img-02 { background: #fff url('./img/img-02.jpg') no-repeat left; }
.bgstyle-img-03 { background: #fff url('./img/img-03.jpg') no-repeat right; }
.bgstyle-img-04 { background: #fff url('./img/img-04.jpg') no-repeat left; }

.section-contact { 
  background: #ccc url('./img/img-05.jpg') no-repeat right; 
  background-size: cover;
}

.bgstyle-img-02, .bgstyle-img-03, .bgstyle-img-04, .bgstyle-img-05 {
  background-size: 60%;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

a:hover {
  text-decoration: underline !important;
}

h2 {
  font-weight: 900 !important;
}

.bulletins {
  font-size: 18pt; 
}

.bulletins li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-slogan {
  background-color: var(--kioy-yellow);
}

.section-footer {
  background-color: var(--kioy-yellow);
}

.slogan-text {
  text-align: center;
  font-size: 20pt !important;
  font-weight: 700 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.minh-600 {
  min-height: 600px;
}
.minh-170 { 
  min-height: 170px;
}

.bg-logo {
  background: url('./img/kioy-black.png') no-repeat center !important;
  background-size: contain !important;
}

.bg-map {
  background: url('./img/kioy-map-long.png') no-repeat bottom !important;
  background-size: cover !important;
}

@media screen and (max-width: 510px) {
  h1 { font-size: 1.8rem !important }
  h2 { font-size: 1.4rem !important }
  h3 { font-size: 1.3rem !important }
  h4 { font-size: 1.2rem !important }
  h5 { font-size: 1.0rem !important }
  .bulletins li { font-size: 1rem !important;}
  .article {
    padding: 30px 30px 20px 20px !important;
  }
  .flex-column {
    padding: 40px !important;
    text-align: center;
  }
  .flex-column img {
    margin-left: auto;
    margin-right: auto;
  }
  .section-full {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .section-contact {
    background: linear-gradient(45deg, #ececec, #cecece);
  }
}



@media screen and (min-width: 1220px) {
  .img-02, .img-04 {
    border-left: 1px solid #fff;
  }
  .img-03 {
    border-right: 1px solid #fff;
  }
}
