/*
    Created on : 13 nov. 2019, 15:39:42
    Author     : Estudio Kroma
*/
body,
html {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #6ce0c6;
}
.clear {
  clear: both;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  width: 100%;
  height: 0;
  padding-top: 68.25%;
  overflow: hidden;
  position: relative;
}
header .elements {
  width: 100%;
  height: 100%;
  background: url(../images/shape.png) no-repeat bottom center rgba(0, 0, 0, 0.25);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 50px;
  text-align: center;
}
header .elements .brand {
  width: 240px;
  height: 240px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin: 0 auto 70px auto;
}
header .elements h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
}
header .elements a {
  font-size: 24px;
  color: #58baa4;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 50px 10px 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  text-decoration: none;
  margin-top: 50px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
header .elements a:hover {
  background-color: #e6b431;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
header .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
header .slider .swiper-slide {
  height: 0;
  padding-top: 68.25%;
  overflow: hidden;
}
header .slider .swiper-slide img {
  height: 100%;
  position: absolute;
  top: 0;
}
section {
  padding-top: 50px;
  background: url('../images/bg.png') no-repeat center right;
}
section h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  float: left;
}
section h2 span {
  font-size: 24px;
  font-weight: 300;
  clip-path: polygon(0% 0%, 100% 0%, 85% 50%, 100% 100%, 0% 100%);
  background-color: #EF6161;
  padding: 7px 40px 7px 15px;
  color: #fff;
  margin-left: 15px;
  float: right;
}
section .item {
  margin: 30px 0px;
}
section .item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
section .item h4 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
section p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}
section a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 320px;
  text-align: center;
  padding: 9px 0px 6px 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #fff;
  margin-top: 30px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
section a:hover {
  background-color: #fff;
  color: #6ce0c6;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
section .new {
  margin-top: 80px;
}
footer {
  width: 100%;
  position: relative;
}
footer .brand {
  float: right;
}
footer .content {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}
footer .content p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6ce0c6;
  letter-spacing: -1px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 100px;
}
footer .content a {
  font-size: 30px;
  color: #6ce0c6;
  margin: 95px 20px 0px 20px;
  float: left;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
footer .content a:hover {
  color: #e6b431;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .content {
    bottom: 50px;
  }
}
@media (min-width: 1500px) and (max-width: 1980px) {
  header {
    padding-top: 58.25%;
  }
  header .slider .swiper-slide {
    padding-top: 58.25%;
  }
  header .slider .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    padding-top: 100%;
  }
  header .slider .swiper-slide {
    padding-top: 100%;
  }
  header .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  section {
    padding-top: 30px;
    background: none;
    text-align: center;
  }
  section h2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer {
    width: 100%;
    position: relative;
  }
  footer .brand {
    display: none;
  }
  footer .content {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
  }
  footer .content p {
    display: none;
  }
  footer .content a {
    margin: 95px 20px 0px 20px;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    padding-top: 100%;
  }
  header .elements .brand {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px auto;
  }
  header .elements .brand img {
    width: 60%;
  }
  header .elements h2 {
    font-size: 40px;
  }
  header .elements a {
    font-size: 20px;
  }
  header .slider .swiper-slide {
    padding-top: 100%;
  }
  header .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  section {
    padding-top: 30px;
    background: none;
    text-align: center;
  }
  section h2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer {
    width: 100%;
    position: relative;
  }
  footer .brand {
    display: none;
  }
  footer .content {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
  }
  footer .content p {
    display: none;
  }
  footer .content a {
    margin: 95px 20px 0px 20px;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  header {
    padding-top: 0;
    overflow: auto;
    height: 90%;
    position: inherit;
  }
  header .elements {
    height: 90%;
  }
  header .elements .brand {
    width: 190px;
    height: 190px;
    margin: 0 auto 40px auto;
  }
  header .elements .brand img {
    width: 70%;
  }
  header .elements h2 {
    font-size: 24px;
  }
  header .elements a {
    font-size: 16px;
  }
  header .slider .swiper-slide {
    padding-top: 0;
    height: 90%;
  }
  header .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  section {
    padding-top: 30px;
    padding-bottom: 50px;
    background: none;
    text-align: center;
  }
  section h2 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    display: block;
    position: relative;
  }
  section h2 span {
    position: absolute;
    top: -50px;
    float: none;
    left: 50%;
    margin-left: -69px;
  }
  section .item {
    margin: 20px 0px;
    padding: 0px 30px;
  }
  section p {
    font-size: 16px;
  }
  section a {
    font-size: 16px;
  }
  section .leafs {
    width: 90%;
  }
  footer {
    width: 100%;
    position: relative;
  }
  footer .brand {
    display: none;
  }
  footer .content {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  footer .content p {
    display: none;
  }
  footer .content a {
    margin: 95px 20px 0px 20px;
    float: none;
    display: inline-block;
  }
}
