@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Black.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}
@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts//Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: bold;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Light.otf") format("opentype");
    font-weight: lighter;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: center;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.dec_verd_pg1{
    float: right;
    background: #AACC00;
    border-bottom-left-radius: 20px; 
    width: 30px;
    height: 158px;
}

.title_pg1{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-style: normal;
    border-bottom-left-radius: 25px; 
    border-bottom: solid 3px #00A6C1;
    border-left: 3px solid #00A6C1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 345px;
    height: 180px;
    width: 630px;
}

.title_pg1 .title_pg1_txt{
    color: #AACC00;
    font-size: 4.5rem;
    margin-top: 38px;
    margin-right: -5px;
}

.subtitle_pg1 p{
    width: 1320px;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem;
    color: #00A6C1;
    margin-top: 65px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.info_pg1 p{
    width: 1076px;
    max-height: 90px;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-style: normal;
    font-size: 2.375rem;
    font-weight: 400;
    color: #3D3935;
    margin-left: 120px;
    margin-top: 5px;
    line-height: 1.2em;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.graph_pg1 {
    margin-top: 50px;
    width: 1320px;
}

.img_pg1{
    float: right;
    border-top-left-radius: 20px;
    height: 612px;
    width: 1200px;
}

.dec_azul_pg1{
    border-top-right-radius: 20px;
    width: 105px;
    height: 612px;
    background: #00A6C1;
}