body {
  font-size: 18px;
}

.hrader-page {
  min-height: 300px;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  padding: 15px;
}

.hrader-page::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

.big-slide-about {
  padding: 4rem 0;
  position: relative;
  z-index: 10;
  color: #ffffff;
/*   left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}


.big-slide-about img{
  width: 100%;
  max-width: 80px;
  height: auto;
}

.big-slide-about h1{
  font-size: 36px;
  margin-bottom: 15px;
}

.btn-team{
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: .7rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: .5rem;
  font-weight: bold;
}

.big-slide-about_content {
  margin-bottom: 1rem;
  font-size: 18px;
}

.btn-team:hover{
  background-color: #ffffff;
  color: #006072;
}

.swiper-slide {
  height: auto!important;
}

.btn{
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}


.swiper3-btn{
  position: absolute;
  top: 47%;
  z-index: 10;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .swiper3-btn{
    justify-content: center;
  }
}

.swiper3-btn {
  background-color: #ebf0ee;
}

.swiper3:hover .swiper3-btn{
  opacity: 1;
}

.swiper3:hover .swiper3-btn.swiper-button-disabled{
  cursor: default;
  opacity: 0.5;
}

.swiper3-btn:hover {
  background-color: #e9e9e9;
}

.swiper3-btn.next{
  right: 0.5rem;
}

.swiper3-btn.prev{
  left: 0.5rem;
}

.tema-name {
  font-size: 21px;
  line-height: 18px;
  margin-bottom: .75rem;
}

.tema-position {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #00bc00;
  text-align: center;
  padding: .3rem 1rem;
  border-radius: .5rem;
}

.board-directors__btn{
  display: flex;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.board-directors__btn:hover{
  color: #00bc00;
}