@font-face{
    font-family: "Kastelov-Axiforma-Bold";
    src: url("./fonts/Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    color: #FFFFFF;
    font-size: 3rem;

}

h2{
    color: #AACC00;
    font-family: "Kastelov-Axiforma-Bold";
    font-weight: normal;
	font-style: normal;
    font-size: 1.75rem;
    line-height: 1.2em; 
}

p{
    color: #606060;
    font-family: "Kastelov-Axiforma-Book";
    font-weight: normal;
	font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2em;
}

.container{
    display: grid;
    grid-template-columns: 475px 1060px 385px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
    background-color: #AACC00;
    border-bottom-right-radius: 20px;
}

.dec_org{
    background-color: #FF6900;
    height: 78px;
    width: 8px;
    position: absolute;
    top: 55px;
    left: 52px;
}

.title{
    margin-top: 38px;
    margin-left: 74px;
    height: 120px;
    width: 380px;
}

.title_up{
    font-family: "Kastelov-Axiforma-Regular";
    font-weight: normal;
	font-style: normal;
}

.title_down{
    font-family: "Kastelov-Axiforma-Bold";
    font-weight: normal;
	font-style: normal;
    margin-top: -30px;
}

.item-2{
    position: relative;
}

.subtitle{
    margin-top: 25px;
    margin-left: 44px;
    max-width: 1000px;
    max-height: 65px;
}

.subtitle h2{
    max-height: 65px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.description{
    margin-left: 44px;
    margin-top: 12px;
    max-height: 85px;
    max-width: 950px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.item-3{
    position: relative;
}

.image{
    border-top-left-radius: 15px;
    position: absolute;
    bottom: 0;
    height: 177px;
    width: 100%;
}

.dec_img{
    background: url('../assets/Recurso-08_1.png') no-repeat;
    background-size: cover;
    height: 60px;
    width: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.source_bottom {
    position: absolute;
    right: 15px;
    bottom: 0;
    display: flex;
    color: #606060;
    font-family:"Kastelov-Axiforma-Book", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
}

p.color_source{
    color: #ACCE00;
    margin-right: 5px;
}
