@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: left;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    width: 1320px;
    height: 1080px;
}

.head_titular{
    width: 1320px;
    height: 170px;
    position: relative;
}

.dec_verde_titular{
    float: right;
    background-color: #AACC00;
    width: 565px;
    height: 27px;
    border-bottom-left-radius: 13px;
}

.logo_titular{
    position: absolute;
    background:url('../assets/Recurso-15.png') no-repeat center center;
    background-size: cover;
    top: 46px;
    left: 40px;
    width: 176px;
    height: 75px;
}

.content_titular{
    width: 100%;
    height: 910px;
}

.right_titular{
    float: right;
    width: 565px;
    height: 100%;
}

.title_titular{
    color: #AACC00;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    font-size: 5.5rem;
    line-height: 1.2em;
    margin-top: -50px;
    max-width: 560px;
    max-height: 420px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.description_titular{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-style: normal;
    font-size: 2rem;
    line-height: 1.2em;
    margin-top: 20px;
    max-width: 550px;
    max-height: 495px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.dec_azul_img{
    background: url('../assets/Recurso-16.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 129px;
    height: 55px;
    z-index: -1;
}

.img_titular{
    width: 685px;
    height: 830px;
    border-bottom-right-radius: 30px;
}

.dec_azul_inf{
    background-color: #00A6C1;
    border-top-right-radius: 30px;
    margin-top: 30px;
    width: 685px;
    height: 50px;
}