@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;
}

.slider_section{
    width: 9320px;
    height: 1080px;
}

.head_titular{
    width: 1920px;
    height: 170px;
}

.dec_nar_titular{
    float: right;
    background-color: #FF6900;
    width: 850px;
    height: 165px;
    border-bottom-left-radius: 13px;
}

.logo_titular{
    position: absolute;
    background:url('../assets/logo.png') no-repeat center center;
    background-size: cover;
    top: 46px;
    left: 45px;
    width: 280px;
    height: 120px;
}

.content_titular{
    width: 100%;
    height: 910px;
}

.right_titular{
    float: right;
    width: 850px;
    height: 100%;
}

.title_titular{
    color: #AACC00;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    font-size: 3.125rem;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-left: 12px;
    max-width: 850px;
    max-height: 275px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.subtitle_titular{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-style: normal;
    font-size: 2.75rem;
    line-height: 1.2em;
    margin-top: 70px;
    margin-left: 10px;
    max-width: 850px;;
    max-height: 105px;
    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: 2.188rem;
    line-height: 1.2em;
    margin-top: 70px;
    margin-left: 10px;
    max-width: 725px;
    max-height: 465px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.footer_titular{
    color: #FF6900;
    font-family: "Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-style: normal;
    font-size: 1.875rem;
    line-height: 1.2em;
    margin-top: 35px;
    margin-left: 10px;
    max-width: 725px;
    max-height: 495px;
    overflow: hidden; 
    text-overflow: ellipsis;
    position: absolute;
    top: 90%;
}

.dec_azul_img{
    background: url('../assets/Recurso-2.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 64%;
    left: 94%;
    width: 320px;
    height: 490px;
    z-index: -1;
}

.img_titular{
    width: 995px;
    height: 765px;
    position: absolute;
    top: 235px;
    border-bottom-right-radius: 30px;
}

.dec_verde_inf{
    background-color: #AACC00;
    border-top-right-radius: 30px;
    margin-top: 32px;
    width: 995px;
    height: 47px;
    position: absolute;
    bottom: 0;
}