* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: "Inter", sans-serif;

}



body {

    background-color: white;

    color: var(--text-color);

    font-family: 'Inter';

    padding: 20px 200px;

}



p, a, h1, h2, h3, h4, h5, h6, div, ul, li, td, tr, th, span, label, button{

    font-family: "Inter", sans-serif !important;

}



.header {

    background-color: #002847;

    color: white;

    padding: 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-radius: 10px;

}



.logo {

    font-weight: bold;

    font-size: 24px;

}



.logo-trade {

    font-size: 14px;

    display: block;

    margin-top: -5px;

}



.back-button{

    display: flex;

    align-items: center;

    color: #0F172A;

    text-decoration: none;

    font-weight: 600;

    font-size: 12px;

    margin-top: 40px;

    margin-bottom: 40px;

}



.back-button:hover > .icon{

    background: #0062b1;

}



.back-button .icon {

    background: #0074D2;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    margin-right: 10px;

    transition: all 0.4s;

}



.back-button .icon svg {

    width: 12px;

}



.navigation {

    color: white;

    font-size: 12px;

}



.navigation strong {

    font-size: 14px;

}



.content-section {

    background-color: #003057;

    background-image: url(../../img/bg-banner.png);

    background-size: 150%;

    background-position: center center;

    border-radius: 10px;

}



.content-section .filtro{

    background-color: rgba(0, 48, 87, 0.75);

    padding: 50px;

    border-radius: 10px;

}



.section-header {

    color: #fff;

    font-weight: 600;

    width: 100%;

    padding-left: 0px;

    font-size: 12px;

    margin-bottom: 16px;

}



.section-title {

    color: #fff;

    width: 100%;

    font-weight: bold;

    font-size: 37px;

    margin-top: 12px;

}



.section-description {

    color: #fff;

    width: 100%;

    font-size: 16px;

    letter-spacing: -0.28px;

    margin-top: 16px;

}



.button {

    color: #fff;

    margin-top: 40px;

    background: #0074d3;

    line-height: 45px;

    text-align: center;

    text-transform: uppercase;

    font-size: 14px;

    border-radius: 4px;

    border: 2px solid #0074d3;

    font-weight: 600;

    padding: 0px 20px;

    cursor: pointer;

    transition: 0.4s;

    font-family: 'Inter' !important;

}



.button:hover {

    color: #0074d3;

    background: #fff;

}



.materials-section {

    background-image: url(../../img/bg112.png);

    background-position: right center;

    background-color: #fff;

    border-radius: 20px;

    background-repeat: no-repeat;

    margin-bottom: 25px;

    margin-top: 40px;

    padding: 35px;

    border: 2px solid #e2e8f0;

}



.materials-title {

    color: #000;

    font-size: 18px;

    font-style: normal;

    font-weight: 700;

    line-height: 30px;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 50px;

}



.materials-table {

    width: 100%;

    border-collapse: collapse;

    max-width: 650px;

}



.materials-table tr th {

    border-top: 0px;

    border-bottom: 0px;

    color: #94A3B8;

    font-weight: bold;

    text-transform: uppercase;

    padding-bottom: 20px;

    text-align: start;

    font-size: 14px;

}



.materials-table td {

    border-top: 0px;

    font-size: 14px;

    color: #000;

    padding-top: 4px;

    padding-bottom: 4px;

}



.download-btn {

    display: flex;

    padding: 8px 10px;

    align-items: center;

    gap: 8px;

    border: 2px solid #0074D2;

    border-radius: 3px;

    background: #0074D2;

    color: #FFF;

    font-size: 11px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    width: fit-content;

    transition: 0.4s;

    text-decoration: none;

}



.download-btn:hover {

    background: white;

    color:  #0074D2;

}



.download-btn .icon {

    display: flex;

}



.download-btn:hover > .icon svg path {

    fill: #0074D2 !important;

}



.download-btn svg {

    width: 12px;

}



.download-btn svg path {

    transition: all 0.4s;

}



.footer {

    display: flex;

    justify-content: space-between;

    margin-top: 100px;

}



.footer a, .footer span {

    color: #0f172a;

    font-size: 12px;

}



.footer .p1 span{

    margin-right: 20px;

}



.footer .p2 span{

    margin-left: 20px;

}



@media(max-width:1400px){

    body{

        padding: 20px 100px;

    }

}



@media(max-width:992px){

    body{

        padding: 20px 50px;

    }



    .content-section{

        padding: 80px;

    }



    .footer{

        display: block;

        text-align: center;

    }



    .footer .p1{

        margin-bottom: 20px;

    }

}



@media(max-width:767px){

    body{

        padding: 20px;

    }



    .content-section{
        padding: 50px;
    }


    .content-section .filtro {
        background-color: transparent;
        padding: 0px;
    }

    .navigation {
        padding-left: 20px;
    }

}



@media(max-width:500px){

    .navigation {

        font-size: 10px;

    }

}