/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*alep*/
/*site*/
/*menu*/
nav {
  width: 100%;
  background: none;
  padding: 20px 0 !important;
  z-index: 777777;
  transition: 0.3s ease-in-out;
}
nav .nav-alep {
  width: 100%;
}
@media (max-width: 576px) {
  nav .nav-alep {
    padding: 0;
  }
}
nav .brand a {
  display: inline-block;
}
@media (max-width: 576px) {
  nav .brand img {
    width: 100px;
  }
}
nav .brand .navbar-brand {
  transition: 0.3s ease-in-out;
}
nav .nav-alep-cont {
  display: inline-flex;
}
nav .nav-alep-cont .navbar-toggler {
  top: 13px;
  right: 10px;
  position: absolute;
  background: none;
  border: 0;
}
nav .nav-item .nav-link {
  color: #474E3A;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 992px) {
  nav .nav-item .nav-link {
    font-size: 24px;
    text-align: center;
  }
}
nav .nav-item .nav-link.active {
  font-weight: 600;
}
nav .nav-item .nav-link:hover .down {
  background: url(../images/arrow-down.svg) center center no-repeat;
}
nav .nav-item .down {
  width: 15px;
  height: 10px;
  display: inline-block;
  background: none;
}
nav .nav-alep-collapse {
  margin: 0;
}
@media (max-width: 992px) {
  nav .nav-alep-collapse {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-flex;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 777;
  }
}
nav .nav-alep-collapse .navbar-nav {
  gap: 3px;
}
nav .nav-close {
  width: 40px;
  height: 40px;
  background: #474E3A;
  border-radius: 100px;
  font-size: 24px;
  color: #FFFFFF;
  border: 0;
  box-shadow: none;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 777;
}
@media (max-width: 992px) {
  nav .nav-close {
    display: flex;
  }
}

/*encoger menu*/
.juli {
  background: rgba(223, 227, 224, 0.9);
  padding: 10px 0 !important;
  transition: 0.3s ease-in-out;
}
.juli .navbar-brand img {
  height: 50px;
}

/*home*/
.home {
  position: relative;
  background: #F4F2E9;
  padding: 130px 30px 70px 30px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home {
    padding: 130px 30px 30px 30px;
  }
}
.home:before {
  width: 300px;
  height: 300px;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  background: url(../images/circle-shape-green.svg) 170px center no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .home:before {
    width: 250px;
    height: 250px;
  }
}
.home:after {
  width: 400px;
  height: 400px;
  left: 0;
  bottom: -150px;
  content: "";
  position: absolute;
  background: url(../images/circle-shape-green.svg) -260px center no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .home:after {
    width: 300px;
    height: 300px;
    background-position: -220px center;
  }
}
.home .home-cont {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-shadow: 1px 2px 7px rgba(30, 31, 30, 0.3);
}
@media (max-width: 768px) {
  .home .home-cont {
    text-shadow: none;
  }
}
.home .home-cont .txt {
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 768px) {
  .home .home-cont .txt {
    position: relative;
    top: 0;
  }
}
.home .home-cont .txt .tit h1 {
  font-size: 80px;
  font-weight: 200;
  font-style: italic;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .home-cont .txt .tit h1 {
    font-size: 60px;
    color: #474E3A;
  }
}
@media (max-width: 576px) {
  .home .home-cont .txt .tit h1 {
    font-size: 40px;
  }
}
.home .home-cont .txt .phrase {
  position: relative;
  right: -80px;
  font-size: 30px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .home-cont .txt .phrase {
    right: 0;
    font-size: 20px;
    color: #474E3A;
  }
}
.home .home-cont .img {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .home-cont .img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .home .home-cont .img {
    width: 300px;
    height: 300px;
  }
}
.home .home-cont .img img {
  width: 95%;
  height: 100%;
  border-radius: 300px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .home .home-cont .img img {
    width: 90%;
  }
}
.home .home-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home .home-bg:before {
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 3;
}
.home .home-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.home .home-highlight {
  position: absolute;
}
@media (max-width: 576px) {
  .home .home-highlight {
    display: none;
  }
}
@media (max-width: 576px) {
  .home .home-highlight img {
    width: 150px;
  }
}
.home .home-highlight .highlight-phrase {
  position: relative;
  left: -300px;
  top: 300px;
}
@media (max-width: 576px) {
  .home .home-highlight .highlight-phrase {
    left: -40px;
    top: 180px;
  }
}
.home .home-highlight .highlight-phrase2 {
  position: relative;
  right: -300px;
  top: 100px;
}
@media (max-width: 576px) {
  .home .home-highlight .highlight-phrase2 {
    left: 60px;
    top: 170px;
  }
}
.home .home-highlight .highlight-phrase3 {
  position: relative;
  right: -550px;
  top: 250px;
}
@media (max-width: 576px) {
  .home .home-highlight .highlight-phrase3 {
    left: auto;
    top: 580px;
    right: -220px;
  }
}

footer {
  width: 100%;
  background: #DFE3E0;
  position: relative;
  padding: 80px 30px 0 30px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 20px 20px 20px;
  }
}
footer:before {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/border-footer.svg) top center no-repeat;
  background-size: 120%;
  overflow: hidden;
}
footer .foot-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-cont {
    display: inline-block;
    text-align: center;
  }
}
footer .foot-brand {
  height: 100%;
  background: url(../images/bg-footer-logo.svg) bottom center no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-brand {
    background: none;
    margin: 0 0 20px 0;
  }
}
footer .foot-info p {
  margin: 5px 0;
}
footer .foot-info .foot-media {
  margin: 0 0 20px 0;
}
footer .foot-info .foot-media img {
  width: 34px;
  background: #A6B293;
  border-radius: 100px;
  padding: 7px;
}
footer .foot-info .foot-contact {
  font-size: 16px;
  margin: 0 0 20px 0;
}
footer .foot-phrase {
  font-size: 16px;
  color: #474E3A;
}

/*btn-what*/
.wa {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 777;
  text-align: center;
}
.wa a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #474E3A;
  padding: 5px;
  border-radius: 10px;
  transition: 0.5s;
}
.wa a:hover {
  transform: scale(1.1);
}
.wa a:hover .watxt {
  display: block;
  transition: 0.5s;
}
.wa a img {
  width: 30px;
}
.wa a .watxt {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0 0 0 7px;
  display: none;
  transition: 0.5s;
}

/*services*/
.services {
  padding: 70px 30px 0 30px;
}
@media (max-width: 768px) {
  .services {
    padding: 70px 30px 40px 30px;
  }
}
.services .services-cont {
  width: 100%;
  display: flex;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .services .services-cont {
    display: inline-block;
  }
}
.services .services-cont .services-l {
  max-width: 600px;
}
.services .services-cont .services-r {
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: end;
  gap: 40px;
}
@media (max-width: 768px) {
  .services .services-cont .services-r {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .services .services-cont .services-r {
    justify-content: space-between;
  }
}
.services .services-cont .services-r .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #DCB64D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  left: 0;
}
.services .services-cont .services-r .swiper-button-prev:hover {
  background: #474E3A;
}
.services .services-cont .services-r .swiper-button-prev:after {
  font-size: 0;
}
.services .services-cont .services-r .swiper-button-prev img {
  width: 40%;
}
.services .services-cont .services-r .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #DCB64D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  left: 0;
}
.services .services-cont .services-r .swiper-button-next:hover {
  background: #474E3A;
}
.services .services-cont .services-r .swiper-button-next:after {
  font-size: 0;
}
.services .services-cont .services-r .swiper-button-next img {
  width: 40%;
}
.services .services-cont .services-tit h2 {
  font-size: 55px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .services .services-cont .services-tit h2 {
    font-size: 40px;
  }
}
.services .services-cont .services-tit h2 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 768px) {
  .services .services-cont .services-txt p {
    font-size: 16px;
  }
}
.services .services-slide .swiper-wrapper {
  padding: 0 0 50px 0;
}
.services .services-slide .swiper-pagination-bullet-active {
  background: #474E3A !important;
}
.services .services-card {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #DFE3E0;
  transition: 0.3s ease-in-out;
}
.services .services-card:hover {
  transform: scale(0.97);
  background: #DFE3E0;
}
.services .services-card:hover .services-btn {
  display: block;
}
.services .services-card .services-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  display: none;
}
.services .services-card .services-btn a {
  width: 30px;
  height: 30px;
  border: 1px solid #474E3A;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="rgb(71, 78, 58)" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.services .services-card .services-btn a:hover {
  background-color: #DCB64D;
  border: 1px solid #DCB64D;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.services .services-card .services-btn img {
  width: 20px;
}
.services .services-card .service-card-img {
  width: 160px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.services .services-card .service-card-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(223, 227, 224, 0.2);
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
}
.services .services-card .service-card-cont {
  width: calc(100% - 160px);
  padding: 30px;
}
.services .services-card .service-card-cont .service-card-icon {
  margin: 0 0 10px 0;
}
.services .services-card .service-card-cont .service-card-tit {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.services .services-card .service-card-cont .service-card-tit span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.services .services-card .service-card-cont .service-card-desc {
  font-size: 12px;
}

/*services*/
.pillars {
  position: relative;
  padding: 150px 30px 70px 30px;
}
@media (max-width: 992px) {
  .pillars {
    padding: 100px 30px 100px 30px;
  }
}
.pillars .pillars-txt {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 50px 0;
}
@media (max-width: 992px) {
  .pillars .pillars-txt {
    width: 100%;
    max-width: none;
    top: 0;
  }
}
@media (max-width: 768px) {
  .pillars .pillars-txt {
    width: 100%;
    max-width: none;
  }
}
.pillars .pillars-txt h3 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .pillars .pillars-txt h3 {
    font-size: 40px;
  }
}
.pillars .pillars-txt h3 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
.pillars .pillars-txt p {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .pillars .pillars-txt p {
    font-size: 16px;
  }
}
.pillars .pillars-cont {
  position: relative;
  z-index: 2;
}
.pillars .pillars-cont .pillars-phrase-top {
  width: 30%;
  max-width: 400px;
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 27px;
  width: 100%;
}
@media (max-width: 992px) {
  .pillars .pillars-cont .pillars-phrase-top {
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-phrase-top {
    font-size: 22px;
  }
}
.pillars .pillars-cont .pillars-phrase-bottom {
  width: 30%;
  max-width: 400px;
  position: absolute;
  bottom: 180px;
  font-size: 27px;
}
@media (max-width: 992px) {
  .pillars .pillars-cont .pillars-phrase-bottom {
    width: 100%;
    max-width: none;
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-phrase-bottom {
    font-size: 22px;
  }
}
.pillars .pillars-cont .pillars-box {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
}
.pillars .pillars-cont .pillars-box .pillars-img {
  text-align: center;
  position: relative;
  z-index: 2;
}
.pillars .pillars-cont .pillars-box .pillars-img img {
  width: 100%;
}
.pillars .pillars-cont .pillars-box .pillars-items {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
  text-shadow: 1px 2px 7px rgba(30, 31, 30, 0.2);
}
.pillars .pillars-cont .pillars-box .pillars-items span {
  width: 100%;
  display: inline-block;
}
.pillars .pillars-cont .pillars-box .pillars-items span:nth-child(1) {
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(1) {
    font-size: 26px;
    line-height: 26px;
  }
}
.pillars .pillars-cont .pillars-box .pillars-items span:nth-child(2) {
  font-size: 100px;
  line-height: 100px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(2) {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 576px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(2) {
    font-size: 70px;
    line-height: 70px;
  }
}
.pillars .pillars-cont .pillars-box .pillars-items span:nth-child(3) {
  font-size: 144px;
  line-height: 144px;
  font-family: "Bellota", system-ui;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(3) {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 576px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(3) {
    font-size: 80px;
    line-height: 80px;
  }
}
.pillars .pillars-cont .pillars-box .pillars-items span:nth-child(4) {
  font-size: 94px;
  line-height: 94px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(4) {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 576px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(4) {
    font-size: 68px;
    line-height: 68px;
  }
}
.pillars .pillars-cont .pillars-box .pillars-items span:nth-child(5) {
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(5) {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .pillars .pillars-cont .pillars-box .pillars-items span:nth-child(5) {
    font-size: 26px;
    line-height: 26px;
  }
}
.pillars .pillars-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #DFE3E0;
}
.pillars .pillars-bg:before {
  width: 100%;
  height: 300px;
  content: "";
  background: url(../images/border-white-one.svg) 0 top no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: rotatex(180deg) rotatey(-180deg);
}
.pillars .pillars-bg:after {
  width: 100%;
  height: 200px;
  content: "";
  background: url(../images/border-white-two.svg) 0 bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotatex(180deg) rotatey(-180deg);
}

/*banner*/
.banner .banner-cont {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .banner .banner-cont {
    display: inline-block;
  }
}
.banner .banner-txt {
  width: 60%;
  background: #BED2BF;
  border-radius: 40px;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .banner .banner-txt {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  .banner .banner-txt {
    border-radius: 20px;
  }
}
.banner .banner-txt p {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .banner .banner-txt p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .banner .banner-txt p {
    font-size: 16px;
  }
}
.banner .banner-img {
  width: 40%;
  max-width: 480px;
  height: 300px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner .banner-img {
    width: 100%;
    height: 200px;
    max-width: none;
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  .banner .banner-img {
    display: none;
  }
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*sport*/
.sport {
  position: relative;
  padding: 70px 30px 70px 30px;
}
.sport .sport-cont {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 2;
  background: url(../images/circle-shape-white.svg) center center no-repeat;
  background-size: 50%;
}
@media (max-width: 992px) {
  .sport .sport-cont {
    display: inline-block;
  }
}
.sport .sport-r {
  width: 70%;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 992px) {
  .sport .sport-r {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.sport .sport-txt {
  width: 25%;
}
@media (max-width: 992px) {
  .sport .sport-txt {
    width: auto;
  }
}
.sport .sport-txt h4 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sport .sport-txt h4 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .sport .sport-txt h4 {
    font-size: 30px;
  }
}
.sport .sport-txt h4 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 576px) {
  .sport .sport-txt p {
    font-size: 16px;
  }
}
.sport .sport-img {
  width: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .sport .sport-img {
    text-align: center;
  }
}
.sport .sport-img img {
  width: 80%;
}
.sport .sport-list {
  width: 35%;
  padding: 70px 0 0 0;
}
@media (max-width: 992px) {
  .sport .sport-list {
    width: 100%;
    padding: 0;
  }
}
.sport .sport-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .sport .sport-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .sport .sport-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sport .sport-list ul li {
  margin: 0 0 40px 0;
}
@media (max-width: 992px) {
  .sport .sport-list ul li {
    margin: 0;
  }
}
.sport .sport-list ul li .list-ico {
  margin: 0 20px 10px 0;
}
.sport .sport-list ul li .list-tit {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 10px 0;
}
@media (max-width: 992px) {
  .sport .sport-list ul li .list-tit {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .sport .sport-list ul li .list-tit {
    font-size: 16px;
  }
}
.sport .sport-list ul li .list-txt {
  font-size: 16px;
}
@media (max-width: 576px) {
  .sport .sport-list ul li .list-txt {
    font-size: 14px;
  }
}
.sport .sport-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #FAF5F3;
  padding: 100px 0 0 0;
}
.sport .sport-bg:before {
  width: 100%;
  height: 300px;
  content: "";
  background: url(../images/border-white-one.svg) 0 top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.sport .sport-bg:after {
  width: 100%;
  height: 200px;
  content: "";
  background: url(../images/border-white-two.svg) 0 bottom no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*alternative*/
.alternative {
  position: relative;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .alternative {
    padding: 40px 20px;
  }
}
.alternative .alternative-tit {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .alternative .alternative-tit {
    margin: 0 auto 40px auto;
  }
}
.alternative .alternative-tit h4 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .alternative .alternative-tit h4 {
    font-size: 34px;
  }
}
.alternative .alternative-tit h4 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 768px) {
  .alternative .alternative-tit p {
    font-size: 16px;
  }
}
.alternative .alternative-cont {
  width: 100%;
  display: flex;
  gap: 30px;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .alternative .alternative-cont {
    display: inline-block;
    margin: 0 0 30px 0;
  }
}
.alternative .alternative-cont .alternative-img {
  border: 1px solid #DCB64D;
  border-radius: 50px;
  padding: 10px;
}
@media (max-width: 768px) {
  .alternative .alternative-cont .alternative-img {
    width: 100%;
    height: 300px;
    margin: 0 0 30px 0;
    border-radius: 40px;
  }
}
.alternative .alternative-cont .alternative-img img {
  min-width: 237px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .alternative .alternative-cont .alternative-img img {
    object-position: top;
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  .alternative .alternative-list {
    font-size: 16px;
  }
}
.alternative .alternative-list ul {
  padding: 0;
  margin: 0;
}
.alternative .alternative-list ul li {
  margin: 0 0 40px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr 2fr;
}
@media (max-width: 576px) {
  .alternative .alternative-list ul li {
    display: inline-block;
    margin: 0 0 20px 0;
  }
}
.alternative .alternative-list ul li .alternative-ico {
  margin: 0 0 10px 0;
}
.alternative .alternative-list ul li .alternative-txt {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.alternative .alternative-bar {
  padding: 20px 40px;
  border-radius: 25px;
  border: 1px solid #DCB64D;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  color: #DCB64D;
  align-items: center;
}
@media (max-width: 576px) {
  .alternative .alternative-bar {
    padding: 20px;
  }
}
.alternative .alternative-bar img {
  margin: 0 30px 0 0;
}
@media (max-width: 576px) {
  .alternative .alternative-bar img {
    display: none;
  }
}

/*benefits*/
.benefits {
  width: 100%;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .benefits {
    padding: 40px 30px;
  }
}
.benefits .benefits-tit {
  display: inline-block;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .benefits .benefits-tit {
    margin: 0 0 30px 0;
  }
}
.benefits .benefits-tit h3 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .benefits .benefits-tit h3 {
    font-size: 30px;
  }
}
.benefits .benefits-tit h3 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
.benefits .benefits-list {
  width: 100%;
}
@media (max-width: 992px) {
  .benefits .benefits-list {
    width: 100%;
  }
}
.benefits .benefits-list ul {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .benefits .benefits-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .benefits .benefits-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits .benefits-list ul li {
  margin: 0 0 30px 0;
}
@media (max-width: 576px) {
  .benefits .benefits-list ul li {
    margin: 0;
  }
}
.benefits .benefits-list ul li .list-ico {
  margin: 0 0 10px 0;
}
.benefits .benefits-list ul li .list-ico span {
  border: 1px solid #DCB64D;
  border-radius: 100px;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.benefits .benefits-list ul li .list-tit {
  font-weight: 500;
  font-style: italic;
  margin: 0 0 10px 0;
}
@media (max-width: 576px) {
  .benefits .benefits-list ul li .list-tit {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .benefits .benefits-list ul li .list-txt {
    font-size: 16px;
  }
}

/*benefits*/
.why {
  width: 100%;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .why {
    padding: 40px 30px;
  }
}
.why .why-tit {
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .why .why-tit {
    margin: 0 0 30px 0;
  }
}
.why .why-tit h3 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .why .why-tit h3 {
    font-size: 30px;
  }
}
.why .why-tit h3 span {
  font-family: "Bellota", system-ui;
  font-weight: 700;
  font-style: italic;
}
.why .why-list {
  width: 100%;
}
@media (max-width: 992px) {
  .why .why-list {
    width: 100%;
  }
}
.why .why-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .why .why-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why .why-list ul li {
  margin: 0 0 30px 0;
}
@media (max-width: 576px) {
  .why .why-list ul li {
    margin: 0;
  }
}
.why .why-list ul li .list-ico {
  margin: 0 0 10px 0;
}
.why .why-list ul li .list-ico span {
  border: 1px solid #DCB64D;
  border-radius: 100px;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.why .why-list ul li .list-tit {
  font-weight: 500;
  font-style: italic;
  margin: 0 0 10px 0;
  display: flex;
}
@media (max-width: 576px) {
  .why .why-list ul li .list-tit {
    font-size: 16px;
  }
}
.why .why-list ul li .list-tit span {
  width: 24px;
  height: 24px;
  background: url(../images/circle-shape-gold.svg) 0 0 no-repeat;
  display: block;
  margin: 0 10px 0 0;
}
.why .why-list ul li .list-txt {
  font-size: 16px;
}
@media (max-width: 576px) {
  .why .why-list ul li .list-txt {
    font-size: 16px;
  }
}

/*General*/
body {
  font-family: "KoHo", sans-serif;
  font-weight: 200;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #474E3A;
  background: #FFFFFF;
}

.btn-gold {
  border: 1px solid #DCB64D;
  color: #DCB64D;
  padding: 7px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-gold {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.btn-gold:hover {
  background: #DCB64D;
  color: #FFFFFF;
}
.btn-gold:hover .icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.btn-gold .icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="rgb(220, 182, 77)" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}

.btn-green {
  border: 1px solid #474E3A;
  color: #474E3A;
  padding: 7px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-green {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.btn-green:hover {
  background: #474E3A;
  color: #FFFFFF;
}
.btn-green:hover .icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.btn-green .icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="rgb(71, 78, 58)" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}/*# sourceMappingURL=style.css.map */