@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-Black.otf") format("opentype");
    font-weight: bolder;
	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_pg8{
    width: 1320px;
    height: 770px;
    position: relative;
}

.logo_pg8{
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    left:0px;
    height: 140px;
    width: 257px;
    border-bottom-right-radius: 35px;
}

.img_logo{
    margin-top: 34px;
    margin-left: 44px;
}

.content_img_pg8{
    width: 1180px;
    height: 100%;
    margin-left: 80px;
    position: relative;
}

.dec_verde_pg8{
    background: #AACC00;
    border-bottom-right-radius: 20px;
    width: 30px;
    height: 747px;
    position: absolute;
    right: 0;
}

.img_pg8{
    width: 1180px;
    height: 747px;
    border-bottom-right-radius: 20px;
}

.border_down_pg8{
    margin-top: 18px;
    width: 1180px;
    border-top: solid #00A6C1 1px;
}

.content_pg8{
    width: 1180px;
    height: 310px;
    margin-left: 80px;
    position: relative;
}

.content_pg8 p{
    text-align: left;
}

.title_pg8{
    width: 420px;
    height: 100%;
}

.title_pg8_up{
    color: #AACC00;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    font-size: 4.125rem;
    line-height: 1.2em;
    margin-top: 55px;
    margin-left: 5px;
    max-height: 235px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.content_desc_pg8{
    position: absolute;
    top: 0;
    left: 420px;
    height: 100%;
}

.desc_pg8{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-style: normal;
    font-size: 1.65rem;
    line-height: 1.2em;
    max-height: 255px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.dec_img_pg8{
    position: absolute;
    top: -45px;
    left: -85px;
}