@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: #AACC00;
    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: 450px 1075px 395px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
}

.title{
    border-bottom: #00A6C1 solid 3px;
    border-right: #00A6C1 solid 3px;
    border-bottom-right-radius: 15px;
    height: 180px;
    width: 450px;
}

.dec_org{
    background-color: #FF6900;
    border-top-right-radius: 5px;
    position: absolute;
    top: 58px;
    left: 40px;
    width: 8px;
    height: 88px;
}

.title_container{
    padding-top: 42px;
    padding-left: 62px;
}

.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: -25px;
}

.img_dec{
    background: url('../assets/Recurso-10.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 18px;
    right: 112px;
    height: 72px;
    width: 93px;
}

.item-2{
    position: relative;
}

.subtitle{
    margin-top: 25px;
    margin-left: 40px;
    max-width: 960px;
    max-height: 65px;
}

.subtitle h2{
    max-height: 65px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.description{
    margin-top: 12px;
    margin-left: 40px;
    max-width: 960px;
    max-height: 85px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.dec_green{
    width: 40px;
    height: 100%;
    background-color: #AACC00;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-3{
    position: relative;
}

.image{
    position: absolute;
    right: 0;
    height: 100%;
    width: 385px;
}

.source_bottom {
    position: absolute;
    right: 50px;
    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.5rem;
}

p.color_source{
    color: #AACC00;
    margin-right: 5px;
}