
.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(15,183,131,0.6) !important;
    opacity: 1 !important;
    z-index: 0;
}

.overlay.overlay-primary.alpha-4:after {
  background: rgba(15,183,131,0.5) !important;
}

.st-nav a:hover {
  color: #;
}

.border-1{
    border: 1px solid rgba(15,183,131,.3) !important;
}

.border-2{
    border: 2px solid rgba(15,183,131,.3) !important;
}

.bg-soft1{
    background: rgba(15,183,131,.01) !important;
}

.bg-soft2{
    background: rgba(15,183,131,.02) !important;
}

.bg-soft3{
    background: rgba(15,183,131,.03) !important;
}

.bg-soft{
    background: rgba(15,183,131,.1) !important;
}

.navigation.fixed-top .nav-link:before {
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1875rem;
  bottom: 12px;
  border-radius: 0.625rem;
  background: #;
}

.link:hover{
    color: rgba(15,183,131, 3) !important;
    text-decoration: underline;
    transition: all 0s ease-in-out !important;
}

.form-control:hover {
  border: 1px solid rgba(15,183,131,1) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: # !important;
    border-color: # !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222d2a;
    border-color: #222d2a;
}
.btn.btn-primary:hover {
    box-shadow: 0 4px 11px rgba(15,183,131,.1);
}


.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#;
    outline:0;
    box-shadow:none
}

.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#;
    border-color:#}

.btn-outline-primary{
    color:#;
    border-color:#}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#;
    border-color:#}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#;
    background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{
    color:#fff;
    background-color:#;
    border-color:#}

.btn-link{
    font-weight:500;
    color:#;
    text-decoration:none
}

.dropdown-item:focus,.dropdown-item:hover{
    background: #f9f9f9 !important;
    transition: 0.1s;
    color:# !important;
    text-decoration:none;
    background-color:transparent
}
.dropdown-item.active,.dropdown-item:active{
    color:#;
    text-decoration:none;
    background-color:transparent
}

.custom-file-input:focus~.custom-file-label{
    border-color:#;
    box-shadow:0 0 0 .2rem rgba(15,183,131,.2)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:#;
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(15,183,131,.3)
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{
    color:#}
.navbar-light .navbar-text a{
    color:#}
.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:#}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:#}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{
    color:#}

.badge-primary{
    color:#fff;
    background-color:#}

.bg-primary{
    background-color:#!important
}

.text-primary{
    color:#!important
}

.btn.btn-light-primary{
    background:rgba(15,183,131,.1);
    color:#}
.btn.btn-light-primary:hover{
    color:#fff;
    background-color:#;
    box-shadow:0 4px 11px rgba(15,183,131,.3)
}

.badge-primary-soft{
    background-color: rgba(15,183,131,.1);
    color: #;
}
a.badge-primary-soft:focus,a.badge-primary-soft:hover{
    background-color:rgba(15,183,131,.1);
    color:#}

.badge-white-soft.active{
    background-color:#fff;
    color:#}
.badge-white-soft.active:focus,.badge-white-soft.active:hover{
    background-color:#f6f9fc;
    color:#}

.bg-primary::-moz-selection{
    color:#;
    background:#fff
}
.bg-primary::selection{
    color:#;
    background:#fff
}
.bg-primary{
    color:#;
    background:#fff
}

.svg-injector{
    width:auto;
    height:auto;
    fill:none;
    stroke:currentcolor;
    stroke-width:0;
    stroke-linecap:round;
    stroke-linejoin:round;
    color:#}

.breadcrumb .breadcrumb-item a{
    color:#}

::-moz-selection{
    color:#fff;
    background:#}
::selection{
    color:#fff;
    background:#}
::-moz-selection{
    color:#fff;
    background:#}
.navbar-dark .navbar-text a{
    color:#}
.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
    color:#}

.scroll-to-top{
    font-size:20px;
    text-align:center;
    color: #;
    background-color: rgba(15,183,131,.1);
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    border-radius:50%;
    width:35px;
    height:35px;
    line-height:35px;
    z-index:9999;
    outline:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease
}
.scroll-to-top i{
    color:#}
.scroll-to-top:hover{
    color:#fff;
    background:#}
.icon-style-two .icon{
    display:inline-block;
    vertical-align:middle;
    border-radius:50px;
    padding:10px;
    line-height:2.2rem;
    text-align:center;
    background-color:rgba(15,183,131,.1);
    color:#;
    height:3.5rem;
    width:3.5rem
}

.list-style1 i{
    color:#;
    font-size:12px;
    background:rgba(15,183,131,.1);
    border-radius:30px;
    padding:7px;
    line-height:13px
}

.hover-primary:hover{
    color:#;
    transition:all .3s ease-in-out
}

.fill-primary{
    fill:#}

.overlay-primary{
    background-color: # !important;
}

.overlay-primary:before{
    background-color: # !important;
}

.overlay.overlay-primary.alpha-4:after {
    opacity: .5 !important;
}

@media (max-width:991.98px){
    .navbar-dark .navbar-nav .nav-link:hover{
        color:#6a747b;
        color:#    }
    .navbar-dark .navbar-nav .nav-link:focus{
        color:#    }
}


.footer-list-style li a:hover{
    color:#}



.footer-list-style-two li a:hover{
    color:#;
    text-decoration: underline;
}

.footer-title-style2:after{
    position:absolute;
    content:'';
    background:#;
    width:60px;
    height:2px;
    bottom:2px;
    left:0;
    right:0;
    margin:0 auto
}

.accordion>.card .btn-link:after{
    background:0 0;
    content:"-";
    right:17px;
    left:inherit;
    font-size:20px;
    height:auto;
    -webkit-transform:none;
    transform:none;
    width:auto;
    position:absolute;
    color:#;
    top:0;
    bottom:0;
    margin:auto 0;
    height:34px
}

.social-icon li a{
    font-size:1.16rem;
    color:#}

.social-icon3 li a{
    width:35px;
    height:35px;
    line-height:35px;
    border:1px solid #;
    text-align:center;
    border-radius:50%;
    font-size:15px;
    display:inline-block
}
.social-icon3 li a:hover{
    background-color:#;
    color:#fff
}

.tab-style-one .resp-tabs-list li.resp-tab-active{
    border:1px solid #;
    border-bottom:none;
    border-color:#!important;
    margin-bottom:-1px;
    border-top:4px solid #!important;
    border-bottom:0 #fff solid;
    border-bottom:none;
    background-color:#fff;
    color:#;
    -ms-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    -ms-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -o-border-top-right-radius:5px;
    -ms-border-radius-top-left:5px;
    -webkit-border-radius-top-left:5px;
    -moz-border-radius-top-left:5px;
    -o-border-radius-top-left:5px;
    -ms-border-radius-topright:5px;
    -webkit-border-radius-topright:5px;
    -moz-border-radius-topright:5px;
    -o-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top:none!important;
    border-left:none!important;
    border-right:none!important
}


.tab-style-one .resp-tabs-list li.resp-tab-active:after{
    content:"";
    background:#;
    height:1px;
    width:100%;
    position:absolute;
    bottom:-1px;
    left:0;
    margin:0 auto;
    right:0
}

.html-code .copy-clipboard:hover{
    background:#;
    color:#fff!important
}

ul.pagination li a {
    background: #f1f1f1;
    padding: 10px 20px;
    color: #;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 4px;
}

ul.pagination li a:hover {
    background:#;
    color: #fff !important;
}

.pagination>.active>a{ 
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: # !important;
    border-color: #514adf !important;
}

.icon-plan i {
    background-color: rgba(15,183,131,.1);
    border-color: #;
    font-size: 16px;
    color: #;
    padding: 20px;
    border-radius: 50px;
}

.purple .pricing-label {
  background: #cad2ff;
  color: #;
}

.purple .price-tag {
  color: #;
}

.ui-state-default:hover {
	background: rgba(15,183,131,.1);
	color: #;
}

.ui-state-active {
	background: rgba(15,183,131,.1);
	color: #;
}

.staff-rdo > input + div:hover{
    border: 2px solid #;
}

.staff-rdo > input:checked + div {
    background-color: #fff;
    border: 2px solid #;
    border-radius: 4px;
}

.bg-primary-soft{
    background-color: rgba(15,183,131,.1);
    color: #;
}

.ui-timepicker-standard .ui-state-hover {
    border: 1px solid #fff !important;
    background-color: rgba(15,183,131,.1) !important;
    color: # !important;
}

.learn-more{
    color: # !important;
    text-decoration: underline;
}

.btn-aceptar{
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px !important;
    color: # !important;
    border: 1px solid # !important;
    background-color: #fff !important;
    font-size: 12px !important;
}

.btn-aceptar:hover{
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px !important;
    color: #fff !important;
    border: 1px solid # !important;
    background-color: # !important;
    font-size: 12px !important;
}

.service-rdo > input + div:hover{
    border: 2px solid #;
}

.service-rdo > input{ 
    visibility: hidden; 
    position: absolute;
}

.service-rdo > input:checked + div {
    background-color: #fff;
    border: 2px solid #;
    border-radius: 4px;
}

.slider-section .owl-theme .owl-nav [class*=owl-]{
    background:#;
    color:#fff;
    width:3rem;
    height:3rem
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
    background:#fff;
    color:#}
.btn-primary {
    color: #fff;
    background-color: #;
    border-color: #;
}

.badge-primary-soft {
    background-color: rgba(15,183,131,.1);
    color: #2D69E1;
}

.service_extra_checkbox_label:hover {
    border: solid 2px # !important;
}

.service_extra_checkbox:checked + .service_extra_checkbox_label{
    border: 2px solid # !important;
}

.navigation.navbar-sticky .nav-link.active, .navigation.navbar-sticky .nav-link:hover {
    color: # !important;
}

.navigation.fixed-top .nav-link.active, .navigation.fixed-top .nav-link:hover {
    color: # !important;
}

.navigation .btn-outline {
    color: # !important;
    border-color: # !important;
}

.navigation .btn-outline:hover {
    color: #ffffff !important;
    background-color: # !important;
    border-color: # !important;
}

.navigation .btn-solid, .navigation.navbar-sticky .btn-solid {
    color: #ffffff;
    background-color: # !important;
    border-color: # !important;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    background-color: # !important;
    border-color: # !important;
}

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

.cdropdown-content a:hover {
    background-color: rgba(15,183,131,.09);;
    color: # !important;
    border-radius: 6px;
}
