@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: #004FB0;
    font-size: 3.25rem;
}

h2{
    color: #004FB0;
    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: 460px 1040px 420px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
}

.dec_green{
    background-color: #AACC00;
    height: 88px;
    width: 7px;
    position: absolute;
    top: 59px;
    left: 53px;
}

.title{
    margin-top: 40px;
    margin-left: 75px;
    height: 120px;
    width: 380px;
    overflow: hidden; 
    text-overflow: ellipsis;
    position: relative;
}

.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: -35px;
}

.img_dec{
    background: url('../assets/Recurso-06.png');
    position: absolute;
    top: 0;
    right: 0;
    height: 75px;
    width: 202px;
}

.item-2{
    position: relative;
}

.subtitle{
    margin-top: 25px;
    margin-left: 40px;
    max-width: 900px;
    max-height: 65px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.description{
    max-width: 900px;
    max-height: 85px;
    margin-top: 7px;
    margin-left: 40px;
    overflow: hidden; 
    text-overflow: ellipsis;
}


.item-3{
    position: relative;
}

.image{
    height: 100%;
    width: 385px;
}

.dec_blue{
    width: 35px;
    height: 192px;
    background-color: #004FB0;
    position: absolute;
    right: 0;
}

.source_bottom {
    position: absolute;
    right: 10px;
    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: #004FB0;
    margin-right: 5px;
}