@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: 'Barlow', sans-serif;
}

.bg-dark {
    background-color: #009541 !important;
}

footer p{
    text-align: center!important;
    font-size: 14px;
}

.hr_custom_loghi {
    height: 3px !important;
    color: #000 ;
    opacity: 1;
    margin: 3rem 0 0 0;
} 

.hr_custom {
    height: 3px !important;
    color: #000 ;
    opacity: 1;
    margin: 3rem 0;
}

.lightblue_text {
    color: #6db7c4;
}

.btn-primary {
    background-color: #9fc518 !important;
    border-color: #9fc518 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #a8a8a8 !important;
    border-color: #a8a8a8 !important;
    color: #fff !important;
}

.btn-info {
    background-color: #f8aa00 !important;
    border-color: #f8aa00 !important;
    color: #fff !important;
}

.btn-warning {
    background-color: #eaedf2  !important;
    border-color: #eaedf2  !important;
    color: #9fc518  !important;
}

.btn-warning:hover{
    text-decoration: none;
    color: #9fc518;
    font-weight: bold;
}

.btn-light {
    background-color: #f8aa00  !important;
    border-color: #f8aa00  !important;
    color: #fff  !important;
}

.btn-light:hover{
    text-decoration: none;
    color: #9fc518;
    font-weight: bold;
}

.btn-copy {
    background-color: #ededed !important;
    border-color: #afaaaa !important;
}

.caseSafari {
    background-color: #9fc518 !important; 
    border-color: #9fc518 !important; 
    color: #fff;
    padding: 10px 0px; 
    text-align: center;
}

.caseBrowser {
    background-color: #9fc518 !important; 
    border-color: #9fc518 !important; 
    color: #fff;
    padding: 10px 0px; 
    text-align: center;
}

.hide {
    display: none;
}  

.darkgreen_text {
    color: #009541;
}

.lightgreen_text {
    color: #9fc518;
}

.bg_all {
    background-color: #00a2c2;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.bg_all p, .bg_all h5{
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.bg_all h4{
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.grey_text {
    color: #7b767c;
}

.title_subtitle {
    color: #009541;
}

.on {
    background-image: url("../img/button_on.png");
    width: 140px;
    height: 140px;
}
.off {
    background-image: url("../img/button_off.png");
    width: 140px;
    height: 140px;
}

.on_one {
    background-image: url("../img/button_on.png");
    width: 140px;
    height: 140px;
}
.off_one {
    background-image: url("../img/button_off.png");
    width: 140px;
    height: 140px;
}
.on_two {
    background-image: url("../img/button_on.png");
    width: 140px;
    height: 140px;
}
.off_two {
    background-image: url("../img/button_off.png");
    width: 140px;
    height: 140px;
}

.on_login {
    background-image: url("../img/button_login.png");
    width: 140px;
    height: 140px;
}
.on_signup {
    background-image: url("../img/button_signin.png");
    width: 140px;
    height: 140px;
}

.space_logo {
    margin-bottom: 20.6px !important;
}


.btn-dark {
    background-color: #96d4e3 !important;
    border-color: #96d4e3 !important;
    color: #9fc518 !important;
}

.a-no-underline_dark {
    text-decoration: none;
    color: #212529;
}

.a-no-underline_dark:hover{
    text-decoration: none;
    color: #212529;
    font-weight: bold;
}


.a-no-underline {
    text-decoration: none;
    color: #fff;
}

.a-no-underline:hover{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.icon-program {
    width: 80%;
    position: relative;
    left: 6px;
}

.caseSurvey {
    background-color: #5ac0d9 !important; 
    border-color: #5ac0d9 !important; 
    color: #9fc518;
    text-align: center;
}

/* ---CARD SLIDER---*/
.card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .card-carousel .my-card {
    height: 20rem;
    width: 18rem;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    /* background: #2e5266; */
    /* background: linear-gradient(to top, #2e5266, #6e8898); */
    transition: 1s;
  }
  
  /* .card-carousel .my-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
    bottom: -5rem;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  } */
  
  .card-carousel .my-card.active {
    z-index: 3;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
  }
  
  .card-carousel .my-card.prev, .card-carousel .my-card.next {
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
  }

  /* .card-carousel .my-card:nth-child(0):before {
    content: '0';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(1):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(3):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(4):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  } */
  /* ---end---*/

  .fs-custom {
      font-size: 1.1rem;
  }

  .accordion-button:not(.collapsed) {
      background-color: #cfdba6 !important;
      color: #009541 !important;
  }

  .accordion-button.collapsed {
        background-color: #ededed !important;
        color: #000 !important;
        font-weight: bold !important;
    }


  @media screen and (min-device-width: 1440px) {
    .mt-bubble {
        margin-top: 8rem;
    }
  }

  @media screen and (min-device-width: 1024px) and (max-device-width: 1439px) {
    .mt-bubble {
        margin-top: 2rem;
    }
  }
  