/*! Place your custom styles here */
html {
  scroll-behavior: smooth;
}
.clear {clear: both;}
.op5 {
   opacity: 0.5; 
}
.card__action text-success a{
    opacity: 1;
}

.txt-info {color: #436575;}
.card-2 .card__body p {
    color:#868686;
}

.card-2 .card__body h4 {
    margin: 15px 0px;
    font-size: 1.7em;
}

.container_glass {
 padding: 15px 20px; 
  
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3);   
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden; 
    background-color: rgba(255, 255, 255, 0.46);
 
}
.container_glass:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgb(247, 247, 247);
    filter: blur(1.17rem); 
    margin: -20px;

}

.pt0 {padding-top: 0px;}
.mt0 {margin-top: 0px;}


.imagebg:not(.image--light) .bg--white a.blue { color:#fff; }
a.blue {color:#2374ab;}


.menu-btn {position:fixed; box-shadow: 1px 1px 4px #8d8d8d;}

.bg--white a.btnl, a.btnl, a.btnsm {color : #fff;}
.btnsm {padding: 3px 15px;}
.btnl { padding: 3px 15px; margin: 8px 0px; line-height: 1.2em; }
.btnl:hover { text-decoration: none; opacity: 0.7; color:#fff;  }
.btnl-primary-soft:hover { color:#3376BA;  }

.text-block h4 {font-weight: 700;}
.text-block p {color:#99C9EB;}
.text-block .icon {color:#CCE4F5;}

.text-block .icon.wp {color: #25d366}
.text-block .icon.star {color: #efe95c;}
.text-block .icon.money {color: #82fa4c;}
.text-block .icon.ec {color: #eb4545;}
.text-block .icon.cn {color: #DDEDF8;}
.text-block .icon.rs {color: #e2a155;}
.text-block .icon.st {color: #914feb;}

a.btnl-primary, .btnl-primary { color:#fff; border: solid 2px #3376BA; background-color: #256fe6; border-radius: 5px; }
a.btnl-alert, .btnl-alert { color:#fff; border: solid 1px #f2ae5e; background-color: #eaa524; border-radius: 5px; }
a.btnl-danger, .btnl-danger { color:#fff; border: solid 1px #e85959; background-color: #d81d1d; border-radius: 5px; }
a.btnl-success, .btnl-success { color:#fff; border: solid 1px #72d185; background-color: #17aa1c; border-radius: 5px; }
a.btnl-info, .btnl-info { color:#fff; border: solid 1px #49bbe5; background-color: #3197e0; border-radius: 5px; }

.btnl-primary-soft { color:#3376BA; border: solid 2px #3376BA; background-color: #9FD1F5; border-radius: none; }
.btnl-alert-soft { color:#fff; border: solid 2px #eaa524; background-color: #f2ae5e; border-radius: none; }
.btnl-danger-soft { color:#fff; border: solid 2px #d81d1d; background-color: #e85959; border-radius: none; }
.btnl-success-soft { color:#fff; border: solid 2px #17aa1c; background-color: #72d185; border-radius: none; }
.btnl-info-soft { color:#fff; border: solid 2px #3197e0; background-color: #49bbe5; border-radius: none; }

.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}

.card-2 {background:#fff;}

.modal-container .modal-content .modal-close-cross::before {
    font-size: 6.5em;
}

span.error{
    background-color: #900;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 6px;
    position: absolute;
	font-size:12px;
    left: 250px;
}
.error:before{ 
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #900;
    border-left: 8px solid transparent;
    left: -15px;
    position: absolute;
    top: 5px;
}

.modal-container .modal-content:not(.height--natural) {
    height: auto;
    width: auto;
    background: transparent;
}


 @media (max-width: 768px){
.menu-btn { z-index: 100; right: 25px;  top: 20px; }
     .bar {padding:0px; height: 1px;}     
     
}

