@font-face {
    font-family: "myriad";
    src: url(./../fonts/Myriad_Pro_Bold_Condensed.ttf);
}

@font-face {
    font-family: "WorkSans-Regular";
    src: url(./../fonts/WorkSans-Regular.ttf);
}

@font-face {
    font-family: "WorkSans-Bold";
    src: url(./../fonts/WorkSans-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.section_0 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #EEEEEE;
    padding: 1em 2em;
}

.select {
    font-size: 1.2rem;
    display: flex;
    gap: .5em;
    align-items: center;
    font-weight: bold;
    color: #9C9C9C;
    font-family: "WorkSans-Bold";
}

.select ul {
    margin: 0;
    padding: 0;
}
.select ul a {
    display: block;
    color: #9D9D9D;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "WorkSans-Bold";
}
.select ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.select ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
}
.select ul ul a {
    padding: .5em;
}

.select ul li:hover>ul {
    display: block;
}
header {
    display: flex;
    align-items: center;
    padding: 2em;
    justify-content: center;
    margin-top: 300px;
}
header > img{
    width: 28rem;
}

header>nav>ul {
    display: flex;
    align-items: center;
}

header>nav>ul>li > a  {
    margin: 0em 2em;
    color: #1D3883;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: "WorkSans-Bold";
}

#section_1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#section_1>img {
    width: 100%;
    object-fit: cover;
}

#section_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em 0em;
}

#section_2>img {
    width: 70%;
}

#section_2>h1 {
    text-align: center;
    padding: .5em;
    margin: 2em 0em;
    font-size: 3rem;
    color: #F06743;
    font-weight: bold;
    font-family: "myriad";
}

#section_2>div {
    font-size: 1.5rem;
    width: 60%;
}

#section_2>div>h2 {
    color: #203B93;
    margin-bottom: .5em;
    font-family: "myriad";
}

#section_2>div>p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.3em;
    color: #989898;
    font-family: "WorkSans-Regular";
}

#section_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    padding: .5em;
}

#section_3>img {
    width: 25rem;
}

.section_3_1 {
    display: flex;
    align-items: center;
    gap: 3em;
    width: 40%;
}

.section_3_1>img {
    width: 7rem;
}

.section_3_1_1 {
    width: 68%;
}

.section_3_1_1>h3 {
    color: #203B93;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: .5em;
    font-family: "myriad";
}

.section_3_1_1>p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.3em;
    color: #727272;
    font-family: "WorkSans-Regular";
}





#section_4 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: .5em;
}

#section_4>img {
    width: 25rem;
}

.section_4_1 {
    display: flex;
    align-items: center;
    gap: 3em;
    width: 40%;
}

.section_4_1>img {
    width: 7rem;
}

.section_4_1_1 {
    width: 68%;
}

.section_4_1_1>h3 {
    color: #203B93;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: .5em;
    font-family: "myriad";
}

.section_4_1_1>p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.3em;
    color: #727272;
    font-family: "WorkSans-Regular";
}



#section_5 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    padding: .5em;
}

#section_5>img {
    width: 25rem;
}

.section_5_1 {
    display: flex;
    align-items: center;
    gap: 3em;
    width: 40%;
}

.section_5_1>img {
    width: 7rem;
}

.section_5_1_1 {
    width: 68%;
}

.section_5_1_1>h3 {
    color: #203B93;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: .5em;
    font-family: "myriad";
}

.section_5_1_1>p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.2em;
    color: #727272;
    font-family: "WorkSans-Regular";
}

@media(max-width: 1500px) {
    html{
        font-size: 85%;
    }
}
@media(max-width: 1250px) {
    html{
        font-size: 75%;
    }
}

@media(max-width: 1050px) {
    html{
        font-size: 65%;
    }
}
@media(max-width: 970px) {
    html{
        font-size: 63%;
    }
}
@media(max-width: 940px) {
    html{
        font-size: 70%;
    }
    header {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
    .section_3_1,
    .section_4_1,
    .section_5_1 
    {
        justify-content: center;
        width: 90%;
    }
    
    #section_3,
    #section_4,
    #section_5
    {
        padding: 1em;
        flex-direction: column-reverse;
        gap: 1em;
    }

}
@media(max-width: 630px) {
    header > nav > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1em;
      }
      header > nav > ul > li > a{
        font-size: 1.8rem;
        margin: 0;
      }
}

@media(max-width: 380px) {
    .section_3_1, 
    .section_4_1,
    .section_5_1 
    {
        flex-direction: column-reverse;
      }
}
