@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body { border: 0pt none; margin: 0pt; padding: 0pt; font-family: "Manrope", sans-serif; }
h1, h2, h3, h4, h5, h6 { margin: 0pt; padding: 0pt; font-weight: normal; }
p, ul, ol { margin: 0pt; padding: 0pt 0pt 1.25em; }
html { height: 100%; overflow: auto; }
body { height: 100%;  font-size: 0.75em; background: #fff; color: rgb(52, 52, 52); }
p { font-size: 100%; line-height: 1.6em; padding: 0pt 0pt 15px; }
#container { width: 800px; margin: 0pt auto; }
#header { position: relative;text-align:center;padding-top:40px;}
#header img{margin-bottom:0px;width:250px;}
.home-content{ width: 800px; margin: 50px auto 0 auto; text-align: center;  }
.home-content.top { margin: 0 auto; }
.home-content h1 { padding: 10px 0pt; font-size: 30px;margin-bottom:30px;border-bottom: 3px solid rgb(226, 226, 226); }
.home-content a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.data { text-align: center;margin-top:30px; }
.data a { padding: 10px 0pt;width: 800px;margin: 0pt auto; text-align: center;font-size: 28px; color:#000; text-decoration:none; display:block; margin-bottom:10px;}
.toggle_container { width: 800px; margin: 0pt auto; text-align: center; font-size: 17px; }
.toggle_container p { font-size: 17px; line-height: 1.6em; padding: 0pt 0pt 1.25em; }
.home-content p {
    padding: 15px 0pt 5px 0;
    font-size: 18px;
    display: inline-flex;
    width: 49%;
    border-right: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.home-content p.sec {
    border-right: none;
}

#content-wrapper { overflow: hidden; position: relative; padding-top:15px; }
table {
    border-collapse: separate;
    border: 2px solid black;
    border-spacing: 4px;
}
td {
    padding: 5px;
    padding-right: 30px;
    border: 1px solid lightgray;
}

.image { width: 800px;  margin: 0px auto 40px auto;}

.title {
    margin: 0px auto;
    text-align: center;
    width: 800px;
    position: relative;
}
.title h2 {
    font-size: 28px;
    letter-spacing: 2px;
    color: #1d3375;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 10px auto;
    position: relative;
    padding-bottom: 5px;
}

.title h2:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #1d3375;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
}

.title h3 {
    font-size: 16px;
    color: #1d3375;
    font-weight: 500;
    position: relative;
    width: fit-content;
    margin: 0 auto 35px auto;
    display: flex;
    align-items: center;
}

/* .title h3:before {
    content: '';
    border-top: 1px solid #573B0F;
    left: 0;
    width: 40px;
    position: absolute;
} */

.title p {
    color: #444;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

p.black { color: #000; padding-top: 25px; text-align: justify; }

.text {
    margin: 0px auto;
    text-align: left;
    width: calc(800px - 100px);
    margin-top: 40px;
    padding: 50px;
    background-color: #f2f2f2;
    position: relative;
}

.text h2 {
    color: #1d3375;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.text h2:after {
    content: '';
    border-bottom: 1px solid #1d3375;
    position: absolute;
    bottom: 0;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.decor {
    width: 175px;
    height: 120px;
    top: 52px;
    left: 0;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.text ul {
    padding-bottom: 0;
    list-style: circle;
}

.text ul li {
    font-size: 18px;
    line-height: 24px;
    color: #1d3375;
    font-weight: 300;
    padding: 5px 0
}

.text p { font-size: 18px; }
.text img { display: block; margin-bottom: 30px; }

.left ul {
    padding-right: 15px;
    width: 800px;
    margin: 0 auto;
    padding-left: 100px;
    list-style: circle;
}
.left ul li {
    font-size: 18px;
    text-align: left;
    padding: 5px 0;
    line-height: 24px;
    font-weight: 100;
}
.content { margin: 50px 0px; }
.services { margin-top: 50px; }
.services h3 {
    text-align: center;
    font-size: 26px;
    color: #573B0F;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.services h3:after {
    content: '';
    border-bottom: 1px solid #573B0F;
    position: absolute;
    bottom: 0;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.services p { color: #4978B0; font-size: 16px; padding-bottom: 6px; text-align: center; }
.image.second { float: right; }
.language { position: absolute; right: 185px; width: 800px; top: 30px; }
.language a { font-size: 15px; padding: 0 5px; }
.image.last { margin: 40px auto 0px auto; padding-bottom: 40px; }

.logo {
    width: 180px;
    margin: 10px auto 40px auto;
    display: block;
}

.footer {
    background: #1d3375;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer h2 {
    color: #fff;
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer img {
    width: 30px;
    position: relative;
    margin-right: 25px;
}

.footer img.phone {
    width: 28px;
    position: relative;
    top: 4px;
}

.footer img.mail {
    top: 4px;
}

.espa{ margin-bottom:30px; text-align:center; }
.espa img{ max-width:100%; }