/*.news-list {
    padding-right: 12rem !important;
}*/

#main-content {
    display: block;
}

#crumbs {
    padding: 50px 0 40px 45px;
}

.crumbs-txt {
    color: #2D384A;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
}

.breadcrumbs-txt {
    /* display: none; */
    color: #B5BBC9;
    font-size: 20px;
    line-height: 24px;
}

.active-txt {
    /* display: none; */
    color: #5530EA;
    font-size: 20px;
    line-height: 24px;
}

.a:hover {
    text-decoration: none;
}


.news-list .news-item {
    margin-left: 90px;
    margin-right: 90px;
    background-color: #fff;
    padding: 8px 30px 8px 8px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    border-radius: 30px;
    margin-bottom: 20px;
}

.news-data {
    font-size: 14px;
    font-weight: bold;
    font-family: "EvoMontserrat";
}

.container-p {
    padding-left: 50px;
    padding-right: 50px;
}

.news-title {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 16px;
    height: 60px;
    font-weight: bold;
    line-height: 24px;
    text-align: start;
}

.card {
    border-radius: 30px;
}

.card-desc {
    padding: 30px;
}

#pagination-indent {
    padding-left: 90px;
}

.page-link:hover {
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    color: #ffff;
    border: 1px solid linear-gradient(180deg, #0ED0FA 0%, #5530EA 100%);
    border-radius: 15px;
    background: linear-gradient(180deg, #0ED0FA 0%, #5530EA 100%);

}

.page-item:first-child .page-link {
    display: none;
    margin-left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page-item:last-child .page-link {
    display: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.position_card {
    display: flex;
}

.page-link {
    text-align: center;
    color: #C4C4C4;
    padding: 0.7rem 0.75rem;
    margin: 5px;
    font-family: "EvoMontserrat";
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    height: 40px;
    width: 40px;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}

.page-link.disabled {
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    color: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.page-item.active .page-link {
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    color: #ffff;
    border: none;
    border-radius: 15px;
    background: linear-gradient(180deg, #0ED0FA 0%, #5530EA 100%);

}

a:hover {
    text-decoration: none;
}

.news-list .news-item .news-date {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
}

.btn-txt-shadow {
    font-weight: bold;
    margin: auto;
}

.news-list .news-item .news-title {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
}

.news-txt {
    margin: auto;
    padding-left: 30px;
}

.img-prew-evo {
    width: 100%;
    height: auto;
    border-radius: 30px;
    background: linear-gradient(90deg, #167FEF 0%, #5530EA 100%);
}

.news-desc-text {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 16px;
    font-weight: 300;
    height: 80px;
    margin-bottom: 25px;
    line-height: 32px;
    padding-top: 10px;
    overflow: hidden;
}

.news-desc-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 32px;
}

/*.news-list .news-item .news-desc {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
}*/

.news-list .news-item .news-detail {
    height: 100%;
}

/*@media (min-width: 320px) and (max-width: 1199px) {
    .news-list {
        padding-right: 0px !important;
    }
}*/

@media (min-width: 191px) and (max-width: 319px) {
    #crumbs {
        padding: 0 0 0 0;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .news-txt {
    	padding-left: 20px;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .img-prew-evo {
    	display: none;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-txt-shadow {
        width: 100%;
    }

}


@media (min-width: 320px) and (max-width: 360px) {
    #crumbs {
        padding: 0 0 0 0;
        margin: 40px 0px 15px 5px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .news-txt {
    	padding-left: 20px;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .img-prew-evo {
    	display: none;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-txt-shadow {
        width: 100%;
    }
}

@media (min-width: 361px) and (max-width: 414px) {
    #crumbs {
        padding: 0 0 0 0;
        margin: 40px 0px 15px 5px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .news-txt {
    	padding-left: 20px;
    }

    .img-prew-evo {
    	display: none;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-txt-shadow {
        width: 100%;
    }
}

@media (min-width: 415px) and (max-width: 567px) {
    #crumbs {
        padding: 0 0 0 0;
        margin: 40px 0px 15px 5px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .news-txt {
    	padding-left: 20px;
    }

    .img-prew-evo {
		display: none;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-txt-shadow {
        width: 100%;
    }

}

@media (min-width: 568px) and (max-width: 576px) {
    #crumbs {
        padding: 0 0 0 0;
        margin: 40px 0px 15px 5px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .img-prew-evo {
    	display: none;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-txt-shadow {
        width: 100%;
    }

}

@media (min-width: 577px) and (max-width: 638px) {
    #crumbs {
        padding: 0 0 0 5px;
        margin: 40px 0px 15px 5px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    #pagination-indent {
        padding-left: 5px;
    }

    .img-prew-evo {
    	display: none;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn-txt-shadow {
        width: 50%;
        margin: auto;
    }

}

@media (min-width: 639px) and (max-width: 767px) {
    #crumbs {
        padding: 0 0 0 45px;

    }

    #pagination-indent {
        padding-left: 45px;
    }

    .container-p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 100%;
        font-weight: bold;
        line-height: 24px;
    }

    .img-prew-evo {
    	display: none;
    }

    .news-list .news-item {
    	padding: 20px;
    }

    .news-list .news-item .news-title {
    	color: #2D384A;
	    font-family: "EvoMontserrat";
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 32px;
    }

    .news-list .news-item .news-date {
	    color: #727988;
	    font-family: "EvoMontserrat";
	    font-size: 16px;
	    font-weight: 300;
	    line-height: 32px;
	}

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 45px;
        margin-right: 45px;
    }

    .btn-txt-shadow {
        width: 50%;
        margin: auto;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    #crumbs {
        padding: 0 0 0 45px;
        margin: 40px 0px 15px 5px;
    }

    #pagination-indent {
        padding-left: 45px;
    }

    .btn {
    	font-size: 13px;
    	padding: 10px 30px;
    }

    .news-desc-text {
    	line-height: 15px;
    }

    .news-list .news-item {
    	padding: 8px 15px 8px 8px;
    }

    .news-list .news-item .news-title {
    	color: #2D384A;
	    font-family: "EvoMontserrat";
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 18px;
    }

    .news-list .news-item .news-date {
	    color: #727988;
	    font-family: "EvoMontserrat";
	    font-size: 12px;
	    font-weight: 300;
	    line-height: 14px;
	}

    .crumbs-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px
    }

    .news-list .news-item {
        margin-left: 45px;
        margin-right: 45px;
    }

    .btn-txt-shadow {
        width: 90%;
        margin: auto;
    }

}

@media (min-width: 1281px ) and (max-width: 1640px) {
    #crumbs {
        padding: 60px 0 20px 40px;
    }

    .crumbs-txt {
        color: #2D384A;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }

    .container-p {
        padding-right:50px;
        padding-left:50px;
    }

    .news-title {
        color: #2D384A;
        font-family: "EvoMontserrat";
        font-size: 16px;
        height: 70px;
        font-weight: bold;
        line-height: 24px;
    }

    .news-desc-text {
        color: #727988;
        font-family: "EvoMontserrat";
        font-size: 14px;
        font-weight: 300;
        height: 100px;
        line-height: 32px;
        padding-top: 10px;
        overflow: hidden;
    }

    .img-prew-evo {
        width: 100%;
        height: auto;

    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    #crumbs {
        padding: 60px 8.5% 40px 8.5%;
    }

    .container-p {
        padding-left: 8.5%;
        padding-right: 8.5%;
    }
}