@font-face{
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.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-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: normal;
	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;
}

.head_pg6{
    position: relative;
    width: 1320px;
    height: 400px;
}

.head_pg6 p{
    text-align: left;
}

.title_pg6{
    position:relative;
    top: 60px;
    left: 0;
    width: 560px;
    height: 100%;
    border-right: solid 4px #00A8C3;
    border-top: solid 4px #00A8C3;
    border-top-right-radius: 25px;
    color: #ACCE00;
    font-size: 3.75rem;
}

.dec_azul_pg6{
    position: absolute;
    top: 142px;
    left: 34px;
    width: 10px;
    height: 110px;
    background: #004FB0;
    border-top-right-radius: 5px;
}

.title_img{
    position: absolute;
    top: 50px;
    right: 55px;
}

.title_pg6_up{
    font-family:"Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 125px;
    margin-left: 60px;
}

.title_pg6_down{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: -35px;
    margin-left: 60px;
    line-height: 1.65em;
}

.content_pg6{
    width: 610px;
    height: 320px;
    position: absolute;
    top: 50px;
    right: 100px;
}

.content_title_pg6{
    color: #00A8C3;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size:2.25rem;
    line-height: 1.2em;
    letter-spacing: -1px;
    max-height: 130px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.content_desc_pg6{
    color: #606060;
    font-family:"Kastelov-Axiforma-Book",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:1.875rem;
    line-height: 1.2em;
    margin-top: 30px;
    max-height: 215px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.img_pg6{
    margin-top: 53px;
    width: 100%;
    height: 630px;
    position: relative;
}

.img_tec{
    height: 100%;
    width: 1270px;
    border-top-right-radius: 30px;
}

.dec_verd_pg6{
    float: right;
    height: 100%;
    width: 30px;
    background: #ACCE00;
    border-top-left-radius: 30px;
}

.source_bottom {
    position: absolute;
    right: 60px;
    bottom: -12px;
    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: #00A8C3;
    margin-right: 5px;
}