@charset "utf-8";
/* CSS Document */

body .sppb-btn, body .btn {

    text-transform: none !important;

}

body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
    color: #ffffff !important;
    background-color: #75519d;
    box-shadow: 0px 2px 8px rgba(28, 26, 32, 0.1);
}

.sppb-btn-primary:hover {
	background-color: #7D57A8 !important;
}

.sppb-btn.sppb-btn-secondary, .sppb-btn.btn-secondary, .btn.sppb-btn-secondary, .btn.btn-secondary {
    color: #fff;
    background-color: #5b72b6 !important;
    box-shadow: 0px 2px 8px rgba(28, 26, 32, 0.1);
}

.sppb-btn-secondary:hover {
    color: #fff;
    background-color: #4668cb !important;
}

#sp-footer #sp-footer1 {
/*    padding-top: 60px !important;
    padding-left: 68px;
*/	color: #ACACAC !important;
}

#sp-footer #sp-footer2 {
/*    padding: 60px 0px 35px 110px !important;*/
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
	color: #ACACAC !important;
}

#sp-footer ul.menu li {
    display: inline-block;
    margin-bottom: 16px !important;
}

#sp-footer .container-inner:after {
display: none !important;
}
#sp-footer .container-inner:before {
display: none !important;
}

.form-control, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    display: block;
    width: 100%;
    padding: 8px 20px 8px 16px;
    font-size: 16px;
    line-height: 24px;
    background: rgba(239, 240, 252, 0.6);
    border: 1px solid #dddae1;
    border-radius: 3px !important;
    height: 48px;
    color: #888888;
}
select.form-control:not([multiple]), select:not(.form-control):not(.form-select):not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: calc(2.25rem + 12px);
}

.article-details .article-details-top-wraper .article-header {
    max-width: 662px;
	margin: 0px 0px 0px 100px;
/*    margin: 45px 200px 0px auto;*/
}

@media (max-width: 767px) {
	.article-details .article-details-top-wraper .article-header {
    margin: 0px;
	}
	.article-details .article-details-top-wraper .article-header .article-details-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
	}
}

.article-details .article-details-top-wraper .article-full-image {
        max-width: 662px;
	margin: 0px -15px 0px 0px;
}

.articleBody {
	padding: 0px 300px;
}

/*
.article-details .article-details-top-wraper .article-header {
    max-width: 662px;
    margin: 45px 50px 0px 100px !important;
}

*/
.article-details .article-details-top-wraper {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}



.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: space-between;
    padding: 0 100px;
}



.module-search-input {
    width: 520px;
    height: 48px;
    border: 1px solid #dddae1;
    border-radius: 3px;
    background: #eff0fc;
}


.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 50px;
    background-color: #25d366;
    color: #FFFFFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    z-index: 100;
}