﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/




article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    /*margin: auto;*/
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
    min-width: unset;
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {
    text-align: center;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    color: #0b256d;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 25px;
}

h2 {
    text-align: center;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
}

h3 {
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

h4 {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h6 {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    color: black;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    word-wrap: break-word;
}

/*ul {
    margin-left: 40px;
}

li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}*/


img {
    border-width: 0px;
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: black;
}

input,
textarea,
select {
    border: 1px solid #939598;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: none;
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

input[type="text"] {
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
}

input[type="submit"] {
    /*border: 1px solid #8EEFEF;*/
    background-color: rgb(98, 60, 33);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 300;
    /*border-radius: 10px;*/
}

input[type="submit"]:hover {
    cursor: pointer;
}

.erro {
    color: #FF0000;
    text-align: center;
    font-size: 10px;
}

.clear {
    clear: both;
}


.v15 {
    height: 15px;
}






body {
    background-color: white;
    /*margin-top: 10px;*/
}


.mainHeader {
    background-color: #0b256d;
    width: 100%;
    height: 144px;
}

.mainHeader .logo {
    /* background-color: green; */
    padding-top: 11px;
    width: 800px;
    height: 122px;
    margin-left: auto;
    margin-right: auto;
}

.mainHeader .logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.mainSection {
    /*background-color: rgb(155, 155, 255);*/
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


article {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

    article h2 {
        color: #0b256d;
        font-size: 28px;
        margin-top: 30px;
    }
footer{
    position:relative;
}

footer .logo {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
footer .logo p{
    color: #0b256d;
    margin:0;
    line-height:14px;
}
footer .logo p a {
    color: #0b256d;
}
    footer p {
        text-align: center;
    }

.mainSection .foto {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.cor {
    color: #e2db2a;
    display: inline;
}

.cor sup {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 1;
}

.ielts {
    margin-top: 45px;
    margin-bottom: 40px;
}

.reclamacoes,
.reclamacoes p,
.reclamacoes a {
    font-size: 0.9em;
    margin-top: 10px;
    text-align: center;
}

.reclamacoes a {
    font-size: inherit;
}

.quarkcore p{
    font-size: 0.9em;
    text-align: right;
    margin-right:15px;
}



/* ###########################################################
###########################################################
########################################################### */
/* redimencionar para ecrãs mais pequenos*/
@media (max-width: 768px) {
    
    body{
     /* background: red;*/
    }

    h1 {
        font-size: 0.8em;
    }

    h2 {
        width: auto;
        font-size: 0.7em;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .mainHeader {
        height:auto;
        width: auto;
        /*padding: 10px 0;*/
        background-color: #0b256d;
    }

    .mainHeader .logo {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-bottom: 11px;
    }

    .mainSection {
        width: auto;
        padding: 10px;
    }
    .mainSection header{
        width: auto;
    }

     .mainSection .foto {
        width: auto;
        height:auto;
    }


    article {
        width: auto;
        padding: 0 10px;
    }
    footer .logo{
        width:auto;
    }
    footer .logo img {
        width: auto;
        max-width: 300px;
        height: auto;
    }

    footer p {
        font-size: 0.9em;
    }

    .reclamacoes {
        font-size: 0.9em;
    }
    .quarkcore {
        font-size: 0.8em;
        text-align: right;
        white-space: nowrap;
    }
}