html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}

table {
    margin: 0;
}

.menuspc {
    width: 60px;
    height: 100px;
    top: 50px;
    right: 50px;
    text-align: center;
    line-height: 0px;
    position: fixed;
    z-index: 99;
    background-color: #ccc;
    border: 3px solid #535353;
}

.menuspc a {
    font-size: 35px;
    padding: 5px;
    color: #535353;
    cursor: pointer;
    text-decoration: none;
}

#Mnome {
    font-size: 15px;
    width: 55px;
    height: 20px;
    background-color: #535353;
    color: #ccc;
    padding-top: 11px;
}

#lang {
    width: 55px;
    height: 20px;
    background-color: #535353;
    font-size: 15px;
    color: #ccc;
    padding-top: 9px;
}

#lang a {
    font-size: 15px;
    color: #ccc;
    display: inline;
    padding: 2px;
    text-decoration: underline;
}

.menuspc  span{
    margin: 10px 0px;
}

.menu {
    padding: 30px;
}

.menu ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

.menu li {
    display: list-item;    
    margin-bottom: 3px;
    background-color: #18599f;
    transition: all 0.2s ease-in-out;
}

.menu li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
}

.menu ul li a:hover {
    background-color: #f39200;
    padding-left: 30px;
}

.voltar {
    background-color: #f39200 !important;
}

.voltar a:hover {
    background-color: #18599f !important;
}

.sb-slidebar {
    background-color: #9ba1a8;
}

.content article {
    max-width: 2455px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0px 150px 0px;
}

.title {
    font-size: 70px;
    font-weight: 200;
    margin: 60px 0px;
}

.subtitle {
    font-size: 40px;
    font-weight: 200;
    margin: 25px 0px;
}

.sub2title {
    font-size: 30px;
    font-weight: 200;
    margin: 10px 0px;
}

.texto {
    font-size: 20px;
    text-align: justify;
    line-height: 32px;
    font-family: 'Titillium Web' , sans-serif;
    font-weight: 400;
}

.textoCenter {
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    font-family: 'Titillium Web' , sans-serif;
    font-weight: 400;
}

.imagens {
    width: 100%;
    text-align: center;
}

.nojust {
    text-align: left;
}

.underline {
    text-decoration: underline;
}


.imgAux {
    font-size: 220px;
}

.middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map {
    display: flex;
    justify-content: center;
}

.map iframe {
    border: 0px;
}

.centrado {
    text-align: center;
}

.negrito {
    font-weight: bold;
}

.Tregisto {
    width: 100%;
}

.Tcomp {
    width: 320px;
}

.Tcomp td {
    width: 25%;
}

.imgPatr figure{
    display: inline-block;
}

.imgPatr figure img{
    margin-right: 30px;
}

.logoC {
    padding:15px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 40px 0px;
}

/* ============================ Cores =================================*/

.branco {
    color: #fff;
}

.escuro {
    color: #535353;
}

.azul {
    color: #18599f;
}

.laranja{
    color: #f39200;
}

.cinza {
    color: #9ba1a8;
}

.preto {
    color: #000;
}

.Bbranco {
    background-color: #fff;
}

.Bescuro {
    background-color: #666666;
}

.Bazul {
    background-color: #18599f;
}

.Blaranja{
    background-color: #f39200;
}

.Bcinza {
    background-color: #9ba1a8;
}

.TborderP {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.TborderC {
    border-bottom: 1px solid #9ba1a8;
    border-top: 1px solid #9ba1a8;
}

.TborderB {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.Hbranco:hover {
    color: #fff;
}

.Hescuro:hover {
    color: #535353;
}

.Hcinza:hover {
    color: #9ba1a8;
}

.Hpreto:hover {
    color: #000;
}

.Hazul:hover {
    color: #18599f;
}

.Mbaixo {
    margin-bottom: 25px;
}

/* ============================ Article 1 =================================*/

#article1 {
    background-attachment: fixed;
    overflow: hidden;
}

.article1-logo {
    height: 294px;
    width: 100%;
    background: url(../img/article1-logo.png) no-repeat center;
    position: absolute;
    top: 35%;
    margin-top: -117px;
}

.article1-logo-en {
    height: 294px;
    width: 100%;
    background: url(../img/article1-logo-en.png) no-repeat center;
    position: absolute;
    top: 35%;
    margin-top: -117px;
}

.article1-footer {
    width: 100%;
    height: 333px;
    background: url(../img/article1-footer.png) no-repeat bottom;
    position: absolute;
    top: 100%;
    margin-top: -294px;
}

/* ============================ Article 2 =================================*/

/* ============================ Article 3 =================================*/

/* ============================ Article 4 =================================*/

/* ============================ Article 5 =================================*/

/* ============================ Article 6 =================================*/

.article6-conteudo1 table {
    width: 100%;
}

/* ============================ Article 7 =================================*/

/* ============================ Article 8 =================================*/

.article8-conteudo1 {
    text-align: left;
}

/* ============================ Article 9 =================================*/

.article9-conteudo {
    text-align: center !important;
    font-size: 60px;
}

.article9-conteudo p{

}

.article9-conteudo a{
    color: #ffffff;
    text-decoration: none;
}

/***********************************************************************************************************
*                                                                                                          *
*                                              MEDIA QUERIES                                               *
*                                                                                                          *
************************************************************************************************************/

@media only screen and (max-width: 345px) {
    .title {
        font-size: 30px;
        margin: 30px 0px;
    }

    .subtitle {
        font-size: 20px;
        margin: 10px 0px;
    }

    .sub2title {
        font-size: 15px;
        margin: 5px 0px;
    }

    .Tcomp td {
        padding: 8px 5px;
        font-size: 12px;
    }

    .texto {
        font-size: 14px;
        text-align: justify;
        line-height: 20px;
        font-family: 'Titillium Web' , sans-serif;
        font-weight: 400;
    }

}

@media only screen and (min-width: 346px) and (max-width: 479px) {
    .title {
    font-size: 35px;
    margin: 30px 0px;
    }

    .subtitle {
        font-size: 20px;
        margin: 10px 0px;
    }

    .sub2title {
        font-size: 15px;
        margin: 5px 0px;
    }

    .Tcomp td {
        padding: 8px 5px;
        font-size: 12px;
    }

    .texto {
        font-size: 14px;
        text-align: justify;
        line-height: 20px;
        font-family: 'Titillium Web' , sans-serif;
        font-weight: 400;
    }
    
}


@media only screen and (max-width: 399px) {
    .article1-logo {
        height: 104px;
        background: url(../img/article1-logo4.png) no-repeat center;
        margin-top: -42px;
    }

    .article1-logo-en {
        height: 104px;
        background: url(../img/article1-logo-en4.png) no-repeat center;
        margin-top: -42px;
    }
}

@media only screen and (max-width: 440px) {
    #cv {
        width: 320px;
        height: 78px;
    }
}


@media only screen and (min-width: 400px) and (max-width: 767px) {
    .article1-logo {
        height: 135px;
        background: url(../img/article1-logo3.png) no-repeat center;
        margin-top: -55px;
    }

    .article1-logo-en {
        height: 135px;
        background: url(../img/article1-logo-en3.png) no-repeat center;
        margin-top: -55px;
    }
}

@media only screen and (max-width: 767px) {
    .menuspc {
        width: 40px;
        height: 60px;
        top: 20px;
        right: 20px;
        border: 2px solid #535353;
    }
    
    .menuspc a {
        font-size: 25px;
        padding: 2px;
    }

    #Mnome {
        font-size: 10px;
        width: 38px;
        height: 14px;
        padding-top: 7px;
    }

    #lang {
    width: 38px;
    height: 14px;
    font-size: 10px;
    padding-top: 5px;
    }

    #lang a {
        font-size: 10px;
        padding: 1px;
    }

    .menuspc  span{
        margin: 9px 0px;
    }
    
    .map iframe {
        height: 200px;
    }
    
}


@media only screen and (min-width: 480px) and (max-width: 710px) {
    .title {
    font-size: 55px;
    margin: 40px 0px;
    }

    .subtitle {
        font-size: 30px;
        margin: 15px 0px;
    }

    .sub2title {
        font-size: 20px;
        margin: 8px 0px;
    }

    .Tcomp td {
        padding: 8px 8px;
        font-size: 16px;
    }


    .texto {
        font-size: 18px;
        text-align: justify;
        line-height: 28px;
        font-family: 'Titillium Web' , sans-serif;
        font-weight: 400;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menuspc {
        top: 20px;
        right: 20px;
    }
    
    .map iframe {
        height: 300px;
    }
    
    .article1-logo {
        height: 242px;
        background: url(../img/article1-logo2.png) no-repeat center;
        margin-top: -100px;
    }

    .article1-logo-en {
        height: 242px;
        background: url(../img/article1-logo-en2.png) no-repeat center;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .map iframe {
        height: 380px;
    }
}

@media only screen and (max-height: 500px){

    .article1-footer {
        height: 140px;
        background: url(../img/article1-footer2.png) no-repeat bottom;
        margin-top: -135px;
    }
    
}
