/*(+main-infos)*/
.main-infos-fluid {
  position: relative;
  z-index: 1;
}
.main-infos-fluid-resp {
  position: relative;
  z-index: 1;
}
.main-infos-slider .slick-list {
  padding-top: 50px;
  margin-top: -50px;
}
.main-infos-cards .card {
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.main-infos-cards .card-body {
  text-align: center;
}
.main-infos-cards-img {
  position: relative;
  top: -4rem;
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.main-infos-cards:nth-child(2) .img-fluid,
.main-infos-cards:nth-child(3) .img-fluid {
  min-height: 3.188rem;
}
.main-infos-cards .main-infos-cards-txt {
  position: relative;
}
.main-infos-cards .main-infos-cards-title {
  margin-bottom: 0.625rem;
  font-family: 'robotobold';
  font-size: 1.75rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #343a40;
}
.main-infos-cards .main-infos-cards-text {
  margin-bottom: 0;
  font-family: 'robotoregular';
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #495057;
}
.main-infos-button {
  margin-top: 1.313rem;
}
.main-infos-button .btn-cooami-1 {
  padding: 0.8125rem 2.625rem;
  font-family: 'GoogleSans-Medium';
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-radius: 24px;
  background-color: #f59f00;
  border-color: #e67700;
  color: #fff;
}
.main-infos-button .btn-cooami-1:hover {
  background-color: #f08c00;
}
.main-infos-button .btn-cooami-1:active {
  color: #fff !important;
}
.main-infos-button .fa-angle-right {
  margin-left: 1.313rem;
}
/*(+main-infos(xs/sm))*/
.main-infos-slider .slick-dots {
  display: block;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-infos-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main-infos-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* .main-infos-slider .slick-dots li button::before {
font-family: 'slick';
font-size: 40px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} */
.main-infos-slider .slick-dots .slick-active button::before {
  color: #2b8a3e;
  opacity: 1;
}