/* ============================================== */
/* PRELOADER */
/* ============================================== */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var(--color-black);
  z-index: 9999999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.icon{
  width: 100px;
  height: 100px;
  margin:-50px 0 0 -50px;
  top: 45%;
  left: 50%;
  position: absolute;
}

/* ============================================== */
/* BG-COLORS */
/* ============================================== */

.bg-gold,
.bg-black,
.bg-grey,
.bg-silver{
  display: block;
  width: 100%;
}

.bg-gold:after,
.bg-black:after,
.bg-grey:after,
.bg-silver:after{
  content: "";
  clear: both;
  display: block;
}

.bg-gold{background: var(--color-gold);}
.bg-black{background:var(--color-black);}
.bg-grey{background: var(--color-grey);}
.bg-silver{background: var(--color-silver);}

/* ============================================== */
/* BG-OVERLAY */
/* ============================================== */

.bg-overlay{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  z-index:2;
}

.bg-overlay.hard{background-color: rgba(0, 0, 0, 0.9);}
.bg-overlay.soft{background-color: rgba(0, 0, 0, 0.5);}
.bg-overlay.img-hero{position: fixed;background:url(./../../images/hero/overlay.png) repeat;}

/* ============================================== */
/* BLOCK-BOX-BG */
/* ============================================== */

.block-box-bg{
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}

.block-box-bg.center,
.block-box-bg.center .text,
.block-box-bg.left,
.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,
.block-box-bg.right,
.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text{
  width: 100%;
}

.block-box-bg.center .text,
.block-box-bg.left .wrapper,
.block-box-bg.right .wrapper{
  left: 50%;
}

.block-box-bg.center  .text,
.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text{
  position: absolute;
  top: 50%;
}

.block-box-bg.center .text,
.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text{
  z-index: 3;
}

.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper .text{
  max-width: 60%;
}

.block-box-bg.left .wrapper .text{
  left: 30px;
}

.block-box-bg.right .wrapper .text{
  right:30px;
}

.block-box-bg.left .wrapper,
.block-box-bg.right .wrapper{
  max-width: 1440px;
}

.block-box-bg.center .text,
.block-box-bg.left .wrapper,
.block-box-bg.right .wrapper{
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper .text{
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-box-bg.center .text{
  max-width: 1080px;
  padding: 20px 30px;
}

.block-box-bg.center h2,
.block-box-bg.center p,
.block-box-bg.left h2,
.block-box-bg.left p,
.block-box-bg.right h2,
.block-box-bg.right p{
  color:var(--color-white);
}

.block-box-bg.center img,
.block-box-bg.left img,
.block-box-bg.right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-box-bg.center .text{
  text-align: center;
}

.block-box-bg,
.block-box-bg .wrapper{
  height: 60vh;
}

@media screen and (max-width: 1440px){
  .block-box-bg.left .wrapper .text{left:80px;}
  .block-box-bg.right .wrapper .text{right:80px;}
}

@media screen and (max-width: 768px){

  .block-box-bg.center,
  .block-box-bg.center .wrapper,
  .block-box-bg.left,
  .block-box-bg.left .wrapper,
  .block-box-bg.right,
  .block-box-bg.right .wrapper{
    height: auto;
  }

  .block-box-bg.right .wrapper .text{
    right:none;
  }

  .block-box-bg.center .wrapper .text,
  .block-box-bg.center .wrapper,
  .block-box-bg.center img,
  .block-box-bg.left .wrapper .text,
  .block-box-bg.left .wrapper,
  .block-box-bg.left img,
  .block-box-bg.right .wrapper .text,
  .block-box-bg.right .wrapper,
  .block-box-bg.right img{
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    float: left;
    display: block;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .block-box-bg.center .wrapper .text,
  .block-box-bg.left .wrapper .text,
  .block-box-bg.right .wrapper .text{
    padding: 20px 30px;
  }

  .block-box-bg.center img,
  .block-box-bg.left img,
  .block-box-bg.right img{
    padding:0;
  }

  .block-box-bg.center .bg-overlay,
  .block-box-bg.left .bg-overlay,
  .block-box-bg.right .bg-overlay{
    display: none;
  }

  /*-- color font --*/

  .block-box-bg.center h2,
  .block-box-bg.right h2,
  .block-box-bg.left h2{
    color:var(--color-white);
  }


  .block-box-bg.center p,
  .block-box-bg.left p,
  .block-box-bg.right p{
    color:var(--color-light);
  }

}



/* ============================================== */
/* BLOCK-BOX-HERO */
/* ============================================== */

.block-box-hero{
  height: 100vh;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.block-box-hero.half{
  height: 85vh;
}

.block-box-hero .wrapper{
  width: 100%;
  max-width: 1440px;
  padding: 20px 30px;
  position: absolute;
  display: flex;
  top: 52%;
  left: 50%;
  z-index: 3;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-box-hero .wrapper .h1{font-size: 100px;line-height: 100px;}
.block-box-hero .wrapper p{color: var(--color-white);}

.block-box-hero.left .wrapper .text,
.block-box-hero.right .wrapper .text{
  text-align: left;
  width: 55%;
}

.block-box-hero.center .wrapper .text{
  text-align: center;
  width: 100%;
}

.block-box-hero.center .buttons,
.block-box-hero.left .buttons,
.block-box-hero.right .buttons{
  display: flex;
  width: 100%;
}

.block-box-hero.right .buttons{
  justify-content: flex-start;
}

.block-box-hero.left .buttons{
  justify-content: flex-start;
}

.block-box-hero.center .buttons{
  justify-content: center;
}

.block-box-hero.left .wrapper{justify-content: flex-start;}
.block-box-hero.right .wrapper{justify-content: flex-end;}

.block-box-hero img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.word {
  color: var(--color-gold);
  padding: 0 15px 0 30px;
  position: relative;
}

span.word:before {
  content: '';
  background: var(--color-gold);
  width: 7px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 7px;
}

.block-box-hero .footer{
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1440px){
  .block-box-hero .wrapper .h1{font-size: 80px;line-height: 80px;}
  .block-box-hero .wrapper{
    left: 60%;
  }
}

@media screen and (max-width: 768px){

  .block-box-hero .wrapper .h1{font-size: 60px;line-height: 60px;}

  .block-box-hero.left .wrapper,
  .block-box-hero.right .wrapper{justify-content: flex-start;}
  .block-box-hero.left .wrapper .text,
  .block-box-hero.right .wrapper .text{
    text-align: center;
    width: 100%;
  }
  .block-box-hero.left .buttons,
  .block-box-hero.right .buttons{
    justify-content: center;
  }
  .block-box-hero .wrapper{
    left: 50%;
  }
}

@media screen and (max-width: 480px){
  .block-box-hero .wrapper .h1{font-size: 40px;line-height: 50px;}
}

/* ============================================== */
/* SIGN */
/* ============================================== */

img.sign{
  max-width: 200px;
  margin: 0 auto;
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  img.sign{
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  img.sign{
    width: 100px;
  }
}

/* ============================================== */
/* FRASE */
/* ============================================== */

p.frase{
  color:var(--color-white);
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
  font-weight: 300;
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 1440px) {
  p.frase{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  p.frase{
    width: 100%;
  }
}

/* ============================================== */
/* COURSES */
/* ============================================== */

.courses{
  width: 100%;
  display: block;
  float: left;
}

.courses ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.courses li{
  width: 31%;
  position: relative;
  margin: 1%;
  display: block;
  float: left;
  bottom: 0;

  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
  box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.courses li a{
  width: 100%;
  display: block;
  float: left;
  padding: 20px 30px;
}

.courses li:nth-child(1){background: #222735;}
.courses li:nth-child(2){background: #462828;}
.courses li:nth-child(3){background: #2e2235;}

.courses li span{
  position: absolute;
  top:20px;
  right: -10px;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--color-black);
  background: var(--color-gold);
  font-weight: 700;
  z-index: 99;

  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.courses li span.new,
.courses li span.new:after{
  background: #6926ec;
  color: var(--color-white);
}

.courses li span::after{
  content: " ";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%, 50% 50%);
  position: absolute;
  top:5px;
  left: -15px;
  height: 40px;
  width: 20px;
  z-index: -1;
  background: var(--color-gold);
}

.courses li h4{
  text-align: center;
}

.courses li img{
  max-width: 100px;
  margin: 30px auto;
}

.courses li:hover img{
  margin: 20px auto 40px;
}

.courses li p{
  color: #c3c3c3;
}

.courses li img,
.courses li{
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.courses li:hover{
  bottom: 10px;

  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.courses li:nth-child(2),
.courses li:nth-child(3){
  opacity: 0.4;
}

@media screen and (max-width: 1024px){
  .courses li{
    width: 100%;
    margin: 1% 0;
  }
  .courses li:hover{
    bottom: 0;
  }
}

/* ============================================== */
/* DATE */
/* ============================================== */

span.date{
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  float: left;
}

/* ============================================== */
/* CONTENTS */
/* ============================================== */

.content,
.content-center,
.content-block{
  margin:0 auto;
  width:100%;
  position: relative;
  padding: 0;
}

.content:after,
.content-center:after,
.content-block:after{
  content: "";
  clear: both;
  display: block;
}

.content{max-width:1440px;}
.content-center{max-width:960px;}

@media screen and (max-width: 1440px){
  .content{
    max-width:1080px;
  }
}

@media screen and (max-width: 1024px){
  .content-block{max-width:768px;}
  .content{width:100%;}
}

/* ============================================== */
/* BLOCKS */
/* ============================================== */

.block{
  width: 100%;
  float: left;
  display: block;
  padding:80px 0;
}

.block:after{
  content: " " !important;
  display: table !important;
  clear: both !important;
}

@media screen and (max-width: 768px){
  .block{padding:40px 0;}
}

/* ============================================== */
/* BLOCKS */
/* ============================================== */

.block-content,
.block-content-subpage{
  max-width:1440px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding:120px 30px;
}

.block-content-subpage{
  padding: 140px 30px 30px 30px;
}

.block-content:after,
.block-content-subpage:after{
  content: " " !important;
  display: table !important;
  clear: both !important;
}

@media screen and (max-width: 1440px){
  .block-content,
  .block-content-subpage{
    max-width:1080px;
  }
}

@media screen and (max-width: 768px){
  .block-content{padding:40px 30px;}
  .block-content-subpage{padding: 80px 30px 10px 30px;}
}

/* ============================================== */
/* P-20 */
/* ============================================== */

.block-content.p-20{
  padding:30px;
}

.block-content.p-20 p{
  float: none;
  color: var(--color-gold);
}

/* ============================================== */
/* CLEAR */
/* ============================================== */

.clear{clear: both;}

/* ============================================== */
/* BLOCK-BOX LEFT & RIGHT */
/* ============================================== */

.block-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.block-box.right{
  flex-direction: row-reverse;
}

.block-box .text,
.block-box img{
  max-width: 50%;
  width: 100%;
  padding: 40px;
}

@media screen and (max-width: 1024px){
  .block-box{
    display: block;
    width: 100%;
    float: left;
    align-items: none;
  }

  .block-box.right{
    flex-direction: row;
  }

  .block-box img{
    margin-bottom: 20px;
  }

  .block-box .text,
  .block-box img{
    padding: 0px;
    max-width: 100%;
  }
}

/* ============================================== */
/* BUTTONS */
/* ============================================== */

.btn-link,
.btn-read,
.btn-color,
.btn-cta,
.btn-outline{

  display: inline-block;
  overflow: hidden;
  margin: 30px 0 15px;
  text-align: center;
  color: var(--color-white);
  width: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  padding:10px 30px;
  font-size:12px;
  font-weight: 700;
  background-size: 200% auto;

  -webkit-transition:all 350ms ease;
  -moz-transition:all 350ms ease;
  -ms-transition:all 350ms ease;
  transition:all 350ms ease;

  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);

}

.btn-arrow{
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
  background: transparent;
  display: block;
  float: left;
  z-index: 9999;
}

.btn-arrow:after{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: url("./../../images/icons/body/icon_arrow.svg");

  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/* ------- */

.btn-color{background-image: linear-gradient(to right, #1D7A8B 0%, #55BAAB 51%, #1D7A8B 100%);}
.btn-color:hover{background-position: right center;}

/* ------- */

.btn-link{
  background:transparent;
  box-shadow:none;
  color:var(--color-gold);
  padding: 10px 0 10px 20px;
  position: relative;
  overflow: visible;
}

.btn-link:hover{
  padding: 10px 0 10px 30px;
}

.btn-link:after{
  content: " ";
  width: 10%;
  height: 2px;
  position: absolute;
  background: var(--color-gold);
  bottom:50%;
  left: 0;

  -webkit-transition:all 350ms ease;
  -moz-transition:all 350ms ease;
  -ms-transition:all 350ms ease;
  transition:all 350ms ease;
}

.btn-link:hover:after{
  width: 60%;
}

/* ------- */

.btn-outline{
  border:1px solid var(--color-gold);
  color:var(--color-gold);
  text-shadow:none;
}

.btn-outline:hover{
  color:var(--color-white);
  background:var(--color-gold);
}

/* ------- */

.btn-cta{background:black;}
.btn-cta:hover{background:#F77839;}

/* ------- */

.courses ul li a.btn-read{
  background:black;
  margin: 0 auto 30px;
  width: 200px;
  float: none;
  padding: 10px;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #1D7A8B 0%, #55BAAB 51%, #1D7A8B 100%);

}
.courses ul li a.btn-read:hover{background-position: right center;}

/* ------- */

.btn-main-hero{
  padding-top: 11px;
  padding-bottom: 11px;
}

@media only screen and (max-width: 480px){
  .btn-main-hero{
    margin-top: 0;
  }
  .btn-hero{
    min-width: 170px;
  }
}

/* ============================================== */
/* SOCIAL-SHARE */
/* ============================================== */

.social-share{
  overflow: hidden;
  display: block;
  width: 100%;
  float: left;
}

.social-share li{
  display: block;
  float: left;
  position: relative;
  margin: 0px 5px;
}

.social-share ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.social-share a{
  display: block;
  height: 45px;
  width: 45px;
  opacity: 1;
  position: relative;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.social-share a:hover{
  opacity: 0.8;
  cursor: pointer;
}

/*.social-share a.share-facebook{background-color: #2d609b;}
.social-share a.share-twitter{background-color: #00c3f3;}
.social-share a.share-instagram{background-color: #df0042;}*/

.social-share a.share-facebook:before{content: url("./../../images/icons/social/facebook.svg");}
.social-share a.share-twitter:before{content: url("./../../images/icons/social/twitter.svg");}
.social-share a.share-instagram:before{content: url("./../../images/icons/social/instagram.svg");}
.social-share a.share-telegram:before{content: url("./../../images/icons/social/telegram.svg");}
.social-share a.share-youtube:before{content: url("./../../images/icons/social/youtube.svg");}
.social-share a.share-whatsapp:before{content: url("./../../images/icons/social/whatsapp.svg");}

.social-share a.share-facebook:before,
.social-share a.share-twitter:before,
.social-share a.share-instagram:before,
.social-share a.share-telegram:before,
.social-share a.share-youtube:before,
.social-share a.share-whatsapp:before{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.social-share a.share-telegram,
.social-share a.share-whatsapp{
  width: 50px;
  height: 50px;
  background-color: #55BAAB;

}

.social-share a.share-telegram:before,
.social-share a.share-whatsapp:before{
  width: 36px;
  height: 36px;
}

/* ============================================== */
/* IMG */
/* ============================================== */

.img{
  display: block;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border:2px solid var(--color-gold);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================== */
/* TITLE */
/* ============================================== */

h4.title{
  letter-spacing: 5px;
  margin-bottom: 80px;
  position: relative;
}

h4.title:after{
  content: " ";
  width: 60px;
  height: 2px;
  background: var(--color-gold);
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}

/* ============================================== */
/* TALENT */
/* ============================================== */

.talent{
  width: 100%;
  display: block;
  position: relative;
}

.talent li{
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  position: relative;
}

.talent li > div{
  position: relative;
}

.talent li > div:last-child:after{
  width: 40px;
  left: 0;
  bottom:-60px;
  display: block;
  position: absolute;
  content: url("./../../images/icons/body/icon_points.svg");
}

.talent li > div{
  width: 30%;
}

.talent li > div h4{
  color: var(--color-white);
}

.talent li > div h4 span{
  width: 100%;
  display: block;
  float: left;
  font-size: 60px;
  line-height: 60px;
  color: var(--color-gold);
}

.talent li > div:last-child{
  width: 70%;
}

.talent li div h4{
  margin-top: 30px;
}

.talent li div h4 a.btn-arrow{
  position: relative;
  left: 20px;
  bottom: 0;
}

.btn-color.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 768px){

  .talent li > div h4 span{
    width: auto;
    margin-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .talent li div:last-child,
  .talent li div{
    width: 100%;
  }
  .talent li{
    margin-bottom: 40px;
    padding: 0px;
  }

  .talent ul li div:after{
    width: 40px;
    bottom:-30px;
  }
}

/* ============================================== */
/* MENU-LIST */
/* ============================================== */

.menu{
  width: 100%;
  margin: 10px 0;
  display: block;
  float: left;
}

.menu ul {
  margin: 0;
  padding: 0;
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu ul li{
  position: relative;
  margin: 0;
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
}

.menu.col-2 ul li{
  width: 48%;
  margin: 0 1%;
}

.menu.col-3 ul li{
  width: 31%;
  margin: 0 1%;
}

.menu.col-4 ul li{
  width: 23%;
  margin: 0 1%;
}

.menu.list.item li{
  position: relative;
  padding: 10px 10px 10px 30px;
}

.menu.list.item li:before{
  width: 20px;
  height: 20px;
  left: 0px;
  top:12px;
  display: block;
  position: absolute;
  content: url("./../../images/icons/body/icon_check.svg");
}

@media screen and (max-width: 1024px){
  .menu.col-4 ul li{
    width: 48%;
  }
}

@media screen and (max-width: 768px){
  .menu.col-2 ul li,
  .menu.col-3 ul li,
  .menu.col-4 ul li{
    margin: 0;
    width: 100%;
  }
}

/* ============================================== */
/* TEASER */
/* ============================================== */

.teaser{
  width: 100%;
  display: flex;
  position: relative;
}

.teaser li{
  margin-bottom: 80px;
  padding: 20px 40px;
  display: block;
  float: left;
  width: 80%;
  position: relative;
}

.teaser li:after{
  content: " ";
  width: 120px;
  height: 2px;
  background: var(--color-gold);
  position: absolute;
  bottom: -40px;
  left: 28%;
  transform: rotate(90deg);
}

.teaser li:last-child{
  margin-bottom: 0;
}

.teaser li:last-child:after{
  display: none;
}

.teaser li:nth-child(even){
  float: right;
}

.teaser li .h3{
  font-weight: 700;
  color: var(--color-white);
  display: flex;
  align-items: center;
}

.teaser li .h3 span{
  color: var(--color-gold);
  margin-right: 20px;
  text-align: center;
  display: block;
  float: left;
  padding: 20px 0;
  background: var(--color-black);
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.teaser a.btn-arrow{
  bottom: -30px;
  left: 6%;
}

@media screen and (max-width: 768px){

  .teaser a.btn-arrow{
    bottom: -40px;
    left: 15%;
  }

  .teaser li{
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }

  .teaser li:nth-child(even){
    float: left;
  }

  .teaser li .h3 span{
    margin-right: 10px;
    padding: 16px 0;
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .teaser li:after{
    width: 50px;
    bottom: -30px;
    left: 5px;
  }

}

/* ============================================== */
/* NAVE-SECTION */
/* ============================================== */

.nav-section{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nav-section a{
  width: 40%;
  background: var(--color-black);
  padding: 20px 30px;
  margin: 1%;
  display: block;
  float: left;
  text-align: center;
  position: relative;

  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.nav-section a:hover{
  cursor: pointer;
}

.nav-section a:after{
  width: 40px;
  height: 40px;
  left: 10%;
  top:27%;
  display: block;
  position: absolute;
  content: url("./../../images/icons/body/icon_arrow.svg");
  transform: rotate(90deg);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-section a:last-child:after{
  transform: rotate(-90deg);
  right: 10%;
  left: auto;
}

.nav-section a:hover:first-child:after{
  left: 5%;
}

.nav-section a:hover:last-child:after{
  right: 5%;
}

.nav-section a h4{
  color: var(--color-white);
  margin: 0;

    -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-section a:hover h4{
  color: var(--color-gold);
}

/* ============================================== */
/* FOOTER */
/* ============================================== */

.footer{
  width: 100%;
  overflow: hidden;
  z-index: 999;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer p{
  display: block;
  float: left;
  width: auto;
}

.footer p:last-child{
  text-align: right;
}

.footer .social-share{width: auto;}
.footer .social-share ul{margin: 0;}

.footer p,
.footer a{
  font-size: 14px;
}

.footer a{
  -webkit-transition:all 350ms ease;
  -moz-transition:all 350ms ease;
  -ms-transition:all 350ms ease;
  transition:all 350ms ease;
}

.footer-info h2 a,
.footer a:hover{
  color:var(--color-gold);
}

@media screen and (max-width: 768px){
  .footer{
    padding: 20px;
    flex-direction:column;
  }
  .footer .social-share{-webkit-order:1;}
  .footer p{-webkit-order:2;}

  .footer p,
  .footer span{
    float: left;
    width: 100%;
    margin: 0;
    display: block;
  }

  .footer :is(p,a){
    font-size: 12px;
  }

  .footer :is(p,p:last-child){
    text-align: center;
  }

  .footer .social-share ul{margin-bottom: 30px;}

}

@media only screen and (max-width: 400px){
  .footer .social-share ul, .social-share ul{
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}





