@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: 1320px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.head_pg7{
    width: 1320px;
}

.img_pg7{
    float: right;
    width: 1230px;
    height: 620px;
    border-bottom-left-radius: 20px;
}

.dec_cian_pg7{
    background: #00A7C2;
    height: 620px;
    width: 80px;
    border-bottom-right-radius: 20px;
}

.content_pg7{
    position: relative;
    width: 1320px;
    height: 500px;
}

.dec_foco_pg7{
    position: absolute;
    top: 50px;
    left: 0;
}

.dec_linea_pg7{
    position: absolute;
    top: 50px;
    right: 0;
}

.title_pg7{
    position: absolute;
    top: 50px;
    left: 380px;
    width: 545px;
    display: flex;
    justify-content: space-between;
}

.title_pg7_left{
    color: #00A7C2;
    font-family:"Kastelov-Axiforma-Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 4.75rem;  
}

.title_pg7_right{
    color: #ABCD00;
    font-family: "Kastelov-Axiforma", serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 4.75rem;
}

.content_desc_pg7{
    color: #3D3935;
    font-family:"Kastelov-Axiforma-Regular";
    font-weight: normal;
    font-style: normal;
    font-size: 2.125rem;
    position: absolute;
    top: 200px;
    left: 140px;
    width: 1010px;
    max-height: 240px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.content_desc_pg7 p{
    line-height: 1.2em;
}

.dec_verd_pg7{
    background: #ABCD00;
    border-top-left-radius: 20px;
    height: 250px;
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}