﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #004543;
    font-family: "Roboto";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header {
    width: 100%;
    height: auto;
}

.header_imgMobile {
    width: 100%;
}

.header_imgDesktop {
    display: none;
}

.main {
}

.section1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.section1_title {
    margin: auto;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 20px;
}

.section1_text {
    color: black;
    width: 80%;
    margin: auto;
    text-align: center;
}

.section1_bold {
    font-weight: 800;
    color: black;
}

.section2 {
    background-color: #004543;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.section2_title {
    color: white;
    font-weight: 800;
    letter-spacing: 0.6px;
    font-size: 1.5rem;
}

.section2_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.section2_subtitle {
    color: white;
    font-size: 1.2rem;
}

.section2_text {
    color: white;
    width: 70%;
    line-height: 25px;
}

.section3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section3_text {
    padding-top: 30px;
    color: black;
    font-size: 0.75rem;
    width: 80%;
    margin: auto;
    text-align: center;
}

.section3_text2 {
    color: #004543;
    font-size: 0.75rem;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

.section3_btn {
    width: 60%;
    margin: auto;
    background-color: #004543;
    color: white;
    border-radius: 25px;
    border: none;
    height: 50px;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3_title {
    margin: auto;
    font-size: 2.5rem;
    font-weight: 800;
}

.section3_link {
    color: black;
}

.section3_link2 {
    text-decoration: underline;
}

.footer {
    width: 100%;
    background-color: #9FB6AB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    margin-top: 20px;
    width: 120px;
}

.footer_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 0.8rem;
    gap: 5px;
}

.footer_list--link {
    text-decoration: none;
    color: white;
}

.footer_RRSS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 5px;
}

.footer_RRSS--link {
    display: flex;
}

.footer_RRSS--icon {
    width: 80%;
    display: flex;
    margin: auto;
}


@media (min-width: 768px) {
    .header_imgMobile {
        display: none;
    }

    .header_imgDesktop {
        display: flex;
        width: 100%;
    }

    .section1 {
        padding-top: 30px;
    }

    .section1_title {
        font-size: 2.5rem;
    }

    .section1_text {
        font-size: 1.2rem;
    }

    .section2_numberBox {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .section2_content {
        width: 30%;
        align-items: center;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .section3_btn {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .section1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section3_text{
        width:60%;
    }
}

@media (min-width: 1440px) {
    .section1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
