
/* sacramento-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sacramento-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* caudex-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caudex-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* caudex-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/caudex-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  @font-face {
    font-family: "Trend Sans W00 Four";
    src: url("/fonts/33ca94f43a53fc634323a6fe191ffd64.woff2");

}


  html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    background: url(/images/9c2007_6f207a9db3154629994ca577bbe90d24.webp);
    font-family: 'Caudex';

}
main a{
    display: inline;
}
.logo{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color:#002E5D  ;
    font-family: 'Sacramento';
    font-size: 32px;
}



.display-button{
    background-color:rgb(43,108,163) ;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 14px;
    cursor: pointer;
}
.nav-list{
    background-color: rgb(43,108,163);
    width: 90%;
    margin: 0 auto;
    margin-top: 2px;
    text-align: center;
    display: none;
}
.nav-list.show{
    display: block;
}
.nav-list li{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.nav-list a{
    display: block;
    color: #fff;

}
.container{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 20px;
}
.unu{
    width: 45%;
    float: left;
    margin-left: 3.5%;
    margin-top: 20px;
}
.content{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 20px;
    color: #002E5D;
    padding: 5%;
}
.content h1{
    font-family: "Trend Sans W00 Four";
    font-size: 34px;
    font-weight: 500;
}
.content h2{
    padding-top: 20px;
}
.content p{
    font-weight: 600;
    font-size: 17px;
    padding-top: 20px;
    line-height: 25px;
}
footer{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 40px;

}
.doi{
    width: 200px;
    margin: 0 auto;
}
.trei{
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}
.four{
    width:250px ;
    margin: 0 auto;
    margin-top: 30px;
}

.second {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 20px;
    color: #002E5D;
    padding: 5%;
}



.second  h1{
    font-family: "Trend Sans W00 Four";
        font-size: 34px;
        font-weight: 400;
        text-align: center;
}

.second  p{
    font-weight: 600;
    font-size: 17px;
    padding-top: 20px;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
}




























@media (min-width:767px){
.topbar{
    width: 650px;
    margin: 0 auto;
}
.logo p{
    font-size: 40px;
}

.free{
    display: none;
}
.unu{
    width: 20%;
    margin-left: 4%;
}

.doi{
    float: left;
}
.trei{
    float: left;
    margin-left: 20px;
}
.four{
    float: left;
    margin-left: 20px;
}
footer{
    max-width: 900px;
}
.content{
    max-width: 900px;

}
.second {
    max-width: 900px;
    padding: 3%;
}
.container{
    max-width: 900px;

}
.second h1{
    font-size: 42px;
}






}
@media (min-width:992px){

    .display-button{
        display: none;
    }
    .nav{
        border-top: 2px solid #002E5D;
        border-bottom: 2px solid #002E5D;
    }
    .nav-list{
        display: block;
        background-color: transparent;
        width: 90%;
        margin: 0 auto;
        max-width: 1050px;
        width: 100%;
     
    
    }
    .nav-list li{
        color: #002E5D;
        float: left;
        font-size: 20px;
        font-weight: 700;
        padding-left:20px;
        padding-right:20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-list a{
        color: #002E5D;
    }
    .active li{
        background-color: #002E5D;
    }
    .active a{
        color: #fff;
    }
    .container{
        max-width: 1200px;
    }
    .content{
        padding: 3%;
    }
}
@media (min-width:1200px){

    .nav-list{
        max-width: 1300px;
    }
    .nav-list li{

        padding-left:37px;
        padding-right:37px;

    }








}