@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-Black.otf") format("opentype");
    font-weight: bolder;
	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";
    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: left;
    margin: 0;
}

.slider{
    max-width: 1320px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    display: flex;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.body_pg11{
    height: 1080px;
    width: 1320px;
    position: relative;
}

.img_right_pg11{
    border-bottom-left-radius: 20px;
    float: right;
    height: 905px;
    width: 695px;
}

.content_pg11{
    position: relative;
    top: 50px;
    left: 40px;
    height: 900px;
    width: 580px;
}

.title_pg11 p{
    color: #00A5C0;
    font-family: "Kastelov-Axiforma";
    font-weight: bolder;
	font-style: normal;
    font-size: 5.75rem;
    max-height: 350px;
    line-height: 1.2em;
    overflow: hidden;
}

.desc_pg11{
    color: #3D3935;
    font-family:"Kastelov-Axiforma-Regular";
    font-weight: normal;
	font-style: normal;
    font-size: 1.5rem;
    margin-top: 30px;
    max-height: 640px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.desc_pg11 p{
    letter-spacing: 1px;
    line-height: 1.2em;
}

.foot_logo_pg11{
    position: absolute;
    bottom: 35px;
    right: 36px;
}

.dec_azul_pg11{
    border-top-left-radius: 30px;
    height: 100px;
    width: 450px;
    background: #00A5C0;
    position: absolute;
    bottom: 40px;
    right: 246px;
}