.container-fluid-complete{
    width: 100%;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}

.section-content{
  width: 100%;
  height: 100%;
}

.section-content.dark{
  background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5));
}

.captcha-info{
    font-size: 11px;
    color: gray;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.container-content-section {
    padding-bottom: 1.5rem !important;
  }
  
  .card-transparent{
    background-color: transparent!important;
    border: none;
  }
  
  .background-cover{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .img-cover{ 
    pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      position: fixed;
  }

  .z-999{
    z-index: 999!important;
  }

  .background-section {
    background-size: cover;
    /*  background-position: 50%;*/
      width: 100%;
      height: 100%;
      /*z-index: -1;*/
      /*background-size: cover;*/
      /*background-position: top;*/
      /*top: 25.5%;*/
      background-repeat: no-repeat;
  }
  
  .section-content{
    width: 100%;
    height: 100%;
  }
  
  .section-content.dark{
    background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
  }
  

  .modal-rounded {
    border-radius: 20px !important;
  }

  /*COLOR*/
  .bg-green-light{
    background-color: #60bf93;
  }

  .btn-green-light{
    color: #fff;
    background-color: #60bf93;
    border-color: #60bf93;
  }

  .btn-green-light:hover{
    color: #fff;
    background-color: #26b474;
    border-color: #26b474;
  }

  .btn-green{
    color: #fff;
    background-color: #26b474;
    border-color: #26b474;
  }

  .btn-green:hover{
    color: #fff;
    background-color: #24a36a;
    border-color: #24a36a;
  }

  .btn-orange{
    color: #fff;
    background-color: #f23e2e;
    border-color: #f23e2e;
  }

  .btn-orange:hover{
    color: #fff;
    background-color: #e23b2c;
    border-color: #e23b2c;
  }

  /*.card-zoom:hover {
    transform: scale(1.05);
  }*/
  .card-overflow {
    position: relative;
    overflow: hidden;
  }

  .card-overflow img {
    transition: transform 0.3s;
    width: 100%;
    height: 100%;
  }
  .card-overflow:hover img {
    transform: scale(1.1);
  }

  .bg-muted{
    background-color: #f1f1f1!important;
  }

  .bg-orange{
    background-color: #f23e2e!important;
  }

  .bg-yellow-light{
    background-color: #f2e4bb!important;
  }

  .bg-purple{
    background-color: #59283f!important;
  }

  .bg-marron{
    background-color: #733636!important;
  }

  .bg-purple-light{
    background-color: #3f3557!important;
  }

  .bg-melon{
    background-color: #f2987d!important;
  }

  .text-orange{
    color: #f23e2e!important;
  }

  .text-yellow-light{
    color: #f2e4bb!important;
  }

  .text-melon{
    color: #f2987d!important;
  }

  .text-green-light{
    color: #60bf93!important;
  }

  .text-purple{
    color: #59283f!important;
  }

  .text-marron{
    color: #733636!important;
  }

  .text-blue-aqua{
    color: #99cccc!important;
  }

.card-img-overlay{
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

  .bg-opacity-10::before{
    opacity: 0.1!important;
  }

  .bg-opacity-10::after{
    opacity: 1!important;
  }

  .bg-opacity-25::before{
    opacity: 0.25!important;
  }

  .bg-opacity-25::after{
    opacity: 1!important;
  }

  .bg-opacity-50:before{
    opacity: 0.5!important;
  }

  .bg-opacity-50:after{
    opacity: 1!important;
  }

  .bg-opacity-75{
    opacity: 0.75!important;
  }
  
  .title-cover{
    font-size: 4rem;
  }

  .subtitle-cover{
    font-size: 2.0rem;
  }

  @media only screen and (max-width: 700px) {
    .title-cover{
      font-size: 2.5rem;
    }
  
    .subtitle-cover{
      font-size: 1.5rem;
    }
  }

  

  .card-feature{
    
  }
  .card-feature i{
    font-size: 2rem;
  }

  .px-6{
    padding-right: 4.5rem!important;
    padding-left: 4.5rem!important;
  }

  .fs-6{
    font-size: 0.8rem!important;
  }
  .fs-7{
    font-size: 0.5rem!important;
  }

  #home-features .card .card-body{
    min-height: 7.5rem!important;
  }

  .wa-floating-icon{
    width: 3.5rem;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    margin-bottom: 0.5rem;
  }
  
  @media only screen and (max-width: 576px) {
    .footer{
      padding-bottom: 3.0rem!important;
    }

    .wa-floating-icon{
      width: 3rem;
      
    }
  }