@font-face{
    font-family: "Kastelov-Axiforma-Black";
    src: url("./fonts/Kastelov-Axiforma-Black.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{
    font-size: 3.75rem;
}

p{
    color: #606060;
    font-family: "Kastelov-Axiforma-Book";
    font-weight: normal;
	font-style: normal;
    font-size: 2rem;
    line-height: 1em;
}

.container{
    display: grid;
    grid-template-columns: 470px 440px 1010px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
}

.dec_img_up{
    background: url('../assets/Recurso-12.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 14px;
    left: 72px;
    height: 72px;
    width: 332px;
}

.title{
    padding-top: 76px;
    padding-left: 32px;
    width: 460px;
}

.title_container{
    padding-top: 22px;
    padding-left: 10px;
}

.title_left{
    color: #00A6C1;
    font-family: "Kastelov-Axiforma-Regular";
    font-weight: normal;
	font-style: normal;
}

.title_right{
    color: #AACC00;
    font-family: "Kastelov-Axiforma-Black";
    font-weight: normal;
	font-style: normal;
}

.dec_img_down{
    background: url('../assets/Recurso-13.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 160px;
    right: 36px;
    height: 50px;
    width: 180px;
}

.item-2{
    position: relative;
}

.dec_blue{
    width: 45px;
    height: 100%;
    background-color: #00A6C1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.image{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 385px;
}

.item-3{
    position: relative;
}

.description{
    margin-top: 40px;
    margin-left: 50px;
    max-width: 900px;
    max-height: 140px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.dec_green{
    background-color: #AACC00;
    border-top-left-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 130px;
    width: 20px;
}

.source_bottom {
    position: absolute;
    right: 30px;
    bottom: 0;
    display: flex;
    color: #606060;
}   

.source_bottom p{
    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;
}