@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: left;
    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;
}

.body_pg12{
    height: 1080px;
    width: 1320px;
    position: relative;
    display: flex;
}

.img_left_pg12{
    height: 1080px;
    width: 600px;
}

.right{
    width: 720px;
    position: relative;
}

.head_pg12{
    color: #00AAC5;
    max-height: 260px;
    width: 580px;
    border-left: solid #ADCF00 2px;
    border-bottom: solid #ADCF00 2px;
    border-bottom-left-radius: 26px;
    font-family: "Kastelov-Axiforma";
    font-weight: bold;
	font-style: normal;
    font-size: 3rem;
    margin-left: 55px;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 5px;
}

.title_pg12{
    line-height: 1.25em;;
    margin-left: 32px;
    margin-top: 38px;
    max-height: 180px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.content_pg12{
    color: #3D3935;
    height: auto;
    width: 600px;
    font-family: "Kastelov-Axiforma";
    font-weight: lighter;
	font-style: normal;
    font-size: 2.125rem;
    margin-top: 50px;
    margin-left: 50px;
}

.desc_pg12{
    line-height:  1.25em;
    max-height: 590px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.end{
    background: #FFFFFF;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
}

.foot_logo_pg12{
    position: absolute;
    bottom: 40px;
    right: 36px;
}

.dec_verde_pg12{
    border-bottom-left-radius: 28px;
    height: 100px;
    width: 455px;
    background: #ADCF00;
    position: absolute;
    bottom: 44px;
    right: 228px;
}