
.t4-footer {
background: #f8f9fa;}

.custom {
    background-repeat: no-repeat;
    background-size: 100%;
}

.alert {
    font-size: 16px;
}
.alert {
    padding: 24px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

ul.alert-info {
    list-style-image: url(/images/check.png);
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
ul, ol {
    padding: 0;
    margin: 0 0 12px 25px;
}

main table th, main table td {
    padding: 6px 14px;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}


.fade-text {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}

.fade-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #FFF);
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    /*--t4-gutter-x: 1rem;*/
}

.acm-gallery.style-2 .browser-bar {
all: initial;
}
.acm-gallery.style-2 .item-desktop-image {
all: initial;
}
.acm-gallery.style-2 .browser-bar span {
all: initial;
}
.bg-success {
    --t4-bg-opacity: 1;
    background-color: #0068b7 !important;
}

.fw-bold {
    font-weight: 400 !important;
    font-size: 16px;
}

.accordion-body {
    font-size: 16px;
}

.t4-palette-gray a {
   /* color: #FFFFFF; */
}

h4 {font-size: 20px;}

p.item-desc {font-size: 16px;}

.acm-gallery.style-2 .item-desc {
        width: 60%;
    }

    .gallery-item {
        //background: #e9e9e9;
    }

figure figcaption {
    background-color: #303030;
    color: #909090;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 6px 12px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}


figure {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
}

.front__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.front__ben {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    //margin-bottom: 60px;
}

.front__ben, .front__ben-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front__ben-item, .front__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.front__ben-item {
    max-width: 150px;
    width: 100%;
}

.front__ben-icon {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    background: #0068b7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.front__ben, .front__ben-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front__ben-icon:before {
    content: '';
    display: block;
    width: 8px;
    height: 11px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}

.front__ben-item p {
    margin: 0;
    width: calc(100% - 38px);
    padding-left: 10px;
}

img.logo-img {
    max-width: 200px;
    max-height: 180x;
}
.t4-topbar {
    display: none;
}

.acm-pricing.style-1 .pricing-item {
        border: 1px solid var(--t4-border-color);
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    font-size: 0.9rem;
}
.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    text-transform: none;
}

.t4-main-body {
    padding-top: 0rem;
}

.item-page.layout-1 .bottom-article-info {
    margin-left: unset;
}

.t4-masthead-inner {
    padding: 2rem 0;
}


.mb-3, .blog-list .item-meta {
    margin-bottom: 0.5rem !important;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.item-page .siderbar-article {
    position: sticky;
    top: 20px;
    display: none;
}

.item-page.layout-1 .top-article-info {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: unset;
}

.mb-2 {
    margin-bottom: 0rem !important;
}

.wbutton img {
    all: unset;
    display: block;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.wbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 60px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px !important;
    margin-left: 40px;
    z-index: 1000;
}

form.simplecallback-overlayed {
    border-radius: 20px;
}
@media (max-width: 768px) {
    .simplecallback-overlayed {
        margin-left: 0px !important;
        left: 2%;
    }
}

.simplecallback-overlayed {
    position: fixed;
    left: 0px !important;
    right: 0px !important;
    display: block;
    z-index: 10010;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px 0px 5px 5px;
    border-top: 1px solid #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 480px;
    background: #fff;
    padding: 20px 30px 15px 15px;
    max-height: 700px;
}

.simplecallback-loading-svg {
    position: absolute;
    z-index: 110;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms;
}

.simplecallback-close {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000;
    color: #ccc;
    height: 25px;
    width: 25px;
    font-weight: 700;
    line-height: 1;
    z-index: 9999;
}

.ButtonWhatsapp {
    background-color: #5ed169;
}

.vatgcont {
    background: #f8f9fb;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
}

.ButtonWhatsapp, .ButtonTg {
    background-color: #5ed169;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    min-height: 48px;
    width: 100%;
    margin: 10px 0;
    display: block;
    padding: 20px;
}

a.ButtonWhatsapp, a.ButtonWhatsapp:visited {
    text-decoration: none;
    color:#FFF;
}

.ButtonTg {
    background-color: #2aabee;
}

a.ButtonTg , a.ButtonTg :visited {
    text-decoration: none;
    color:#FFF;
}

.lenetext {
    width: auto;
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    color: rgb(117, 117, 117);
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.QrWaTg {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}

form .simplecallback-close {
    margin: 10px;
    background: none;
    color: #000;
}
.simplecallback-close {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000;
    color: #ccc;
    height: 25px;
    width: 25px;
    font-weight: 700;
    line-height: 1;
    z-index: 9999;
}

.simplecallback-overlayed {
    position: fixed;
    left: 0px !important;
    right: 0px !important;
    display: block;
    z-index: 10010;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px 0px 5px 5px;
    border-top: 1px solid #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 480px;
    background: #fff;
    padding: 20px 30px 15px 15px;
    max-height: 700px;
}

.ButtonWhatsapp{
        background-color: #5ed169;
}
.ButtonWhatsapp:hover{
        background-color: #4caf50;
}
.ButtonTg{
        background-color: #2aabee;
}
.ButtonTg:hover{
        background-color: #1d4ed6;
}

h3.hero-title {
font-size: var(--h1-font-size);
}

  img.blog {
    border: 1px black; 
    border-radius: 5px; 
    margin-right: 20px;
    margin-bottom: 20px;
  }