body, html {
    height: 100%;
    margin: 0;
}
strong {
    font-weight: bold !important;
}


.barra {
    width: 100%;
    height: 80px;
    background-color: black;
    position: absolute;
    top: 0px;
    opacity: 0.4;
    z-index: 2;
}

.email {
    position: absolute;
    float: right;
    top: 25px;
    right: 20px;
    font-family: Arial;
    color: white;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
}

    .email:hover {
        position: absolute;
        float: right;
        top: 25px;
        font-family: Arial;
        color: yellow;
        z-index: 2;
        font-size: 20px;
    }


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/

.cookie-bar {
    display: block;
    height: 20px;
    background: #fff;
    position: fixed;
    bottom: 20px;
    font-size: 15px;
    text-align: center !important;
}


/* Blocks */
.intro-section_cookies {
    background-size: cover;
    position: relative;
    background-color: dimgray;
    position: relative;
    top: 80px;
}

    .intro-section_cookies, .intro-section_cookies .container .row {
        height: 100vh;
        min-height: 700px;
    }

        .intro-section_cookies.innerpage, .intro-section_cookies.innerpage .container .row {
            height: 75vh;
            min-height: 500px;
        }

        .intro-section_cookies:before {
            /*content: "";*/
            height: 100%;
            width: 100%;
            background: #222;
            color: wheat;
            border-bottom-right-radius: 0px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

@media (max-width: 991.98px) {
    .cookie-bar {
        display: block;
        height: 20px;
        background: #fff;
        position: fixed;
        bottom: 20px;
        font-size: 15px;
        text-align: center !important;
    }

    .intro-section_cookies {
        background-size: cover;
        position: relative;
        background-color: dimgray;
        position: relative;
        top: 30px;
    }

        .intro-section_cookies:before {
            width: 100%;
        }

        .intro-section_cookies p {
            color: white;
            font-size: 0.8rem;
        }

        .intro-section_cookies, .intro-section_cookies .container .row {
            height: 100vh;
            min-height: 950px;
        }
}

.intro-section_cookies p {
    color: white;
    font-size: 0.9rem;
    text-underline-position: below;
}

    .intro-section_cookies p a {
        color: white;
        text-decoration: underline;
    }

/*i {
    color: dodgerblue;
    font-size: 20px;
}*/

@media screen and (max-width: 550px) {
    .intro-section_cookies p {
        color: #fff;
        font-size: 0.7rem;
    }


    .intro-section_cookies h1 {
        font-size: 1.5rem;
        font-weight: 100;
        color: white;
    }

    .email {
        visibility: hidden;
    }
}

@media screen and (max-width: 992px) {

    .intro-section_cookies p {
        color: #fff;
        font-size: 1rem;
    }


    .intro-section_cookies h1 {
        font-size: 2rem;
        font-weight: 100;
        color: white;
    }

        .intro-section_cookies h1 strong {
            font-weight: 700;
        }
}


#anterior, .fa-step-backward {
    color: white;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box;
}

}


/* Position the navbar container inside the image */
.container1 {
    position: fixed;
    top: 0px;
    width: auto;
    z-index: 10;
    width: 100%;
}

/* The navbar */
.topnav {
    overflow: hidden;
    background-color: dodgerblue;
}

    /* Navbar links */
    /*.topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }*/
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: black;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

.logout {
    right: 0px;
    position: absolute;
    color: white;
}



.fa-chalkboard-teacher, .fa-user, .fa-sign-out-alt {
    color: white;
}

/*.fa-chalkboard-teacher:hover, .fa-user:hover, .fa-sign-out-alt:hover {
        color: black;
    }*/

.quadro_termos_utilizacao {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    text-align: justify;
}

@media screen and (max-width: 600px) {
}

.quadro_termos_utilizacao h1 {
    font-size: 16px;
}

.quadro_termos_utilizacao p {
    font-size: 12px;
}

.fa-bars {
    color: white;
}

i {
    color: dodgerblue;
    font-size: 20px;
}

.header-top .container img {
    position: absolute;
    top: 0px;
    margin-top: -30px;
    left: -30px;
}


/*CENTRADO*/
.quadro1 {
    width: 620px;
    height: 420px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}



.quadro_about {
    width: 1020px;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-55%);
    box-sizing: border-box;
    padding: 70px 30px;
}

.quadro_contacto {
    width: 620px;
    height: 320px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-42%);
    box-sizing: border-box;
    padding: 70px 30px;
}


@media screen and (max-width: 550px) {
  

    /*index.html*/
    .quadro_index, .quadro_services {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        left: 50%;
        position: absolute;
        margin-top: 100px;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 30px 30px;
    }

    /*about.xml*/
    .quadro_about {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        top: 5px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 15px 8px;
    }
}

@media screen and (max-width: 992px) {

    .header-top .container img {
        position: relative;
        top: 6px;
        left: -9px;
        width: 150px;
    }

    .quadro1 {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        left: 50%;
        position: absolute;
        margin-top: 200px;
        box-sizing: border-box;
        padding: 70px 30px;
    }

    /*index.html*/
    .quadro_index, .quadro_services {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        top: 5px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-80%);
        box-sizing: border-box;
        padding: 30px 30px;
    }

    /*about.xml*/
    .quadro_about {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        top: 5px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 30px 15px;
    }

    .quadro_contacto {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 70px 30px;
    }
}
.btn-primary {
    background-color: #0056b3; /* Cor de fundo mais escura para maior contraste */
    border-color: #004085; 
}
.btn-primary:hover {
    background-color: #004085; /* Cor de fundo ao passar o mouse */
    border-color: #003766; /* Cor da borda ao passar o mouse */
}
