/*<editor-fold desc="Footer CSS">*/
.wrap {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 100%;
    margin: 0;
}

.horizontal {
    list-style-type: none; }

.horizontal li {
    display: inline-block; }

.row {
    max-width: 100rem; }

ul {
    margin-left: 0; }

footer {
    background-color: #171616;
    width: 100%;
    padding-top: 85px;
    overflow-x: hidden;
}

footer .logo {
    width: 35%;
    height: auto;
    margin-bottom: 10px; }

.copyright {
    color: white;
    font-size: 9px; }

.morada {
    color: white;
    font-size: 13px;
    font-family: "PT Sans";
}

.right p {
    color: blue; }

.social {
    color: white; }

.social i {
    margin-right: 5px; }

.footerSectionTitle{
    color: white;
}


div.social_links {
    display: block;
    padding: 20px 0px 0px;
}

.social_links a{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}



div.social_links span{
    margin-left: 15px;
    color: white;
    font-size: 13px;
}

div.social_links i {
    background: transparent;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    border: 1px solid blue;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-flex;
    font-size: 14.5px;
}

.socialcolumn .right .social_links{
    float: right;
}



footer .logo2 {
    width: 280%;
    height: auto;
    margin-bottom: 10px;
    float: right;
    margin-right: -700px;
    opacity: 0.035;
}


.box_copyright {
    background-color: #0a0a0a;
    margin: 0;
    width: 100%;
}

.box_final {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
}

.box_copyright p {
    color: white;
    padding-top: 17px;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
}

.row.menufooter{
    max-width: 100rem;
    margin: 0 auto;
    padding-left: 4.5%;
    padding-right: 4.5%;
}

.logofooter{
    width: 190px;
    height: auto;
    margin-bottom: 35px;
    display: none;
}

.logofooter2 {
    width: 187px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: -30px;
}

.footerHeader{
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 15px;
    font-family: "Montserrat";
    letter-spacing: 0.3px;
    opacity: 85%;
}

.links{
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    margin-bottom: 1rem;
    /*    border-bottom: 1px solid rgba(255,255,255,0.4);*/
    width: 90%;
}

.menufooter .columns {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 15px;
}

.menufooter:nth-of-type(2) .columns {
    border-bottom: 0px
}


.menufooter:nth-of-type(2) .columns p {
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: "Montserrat";
    letter-spacing: 0.3px;
    opacity: 85%;
    padding-top: 20px;
}

.menufooter:nth-of-type(2) .columns a {
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: "Montserrat";
    letter-spacing: 0.3px;
    opacity: 85%;
    padding-top: 20px;
}

.menufooter:nth-of-type(2) .columns a:hover {
    color: rgba(255, 255, 255, 0.71);

}

.menufooter:nth-of-type(2) .columns {
    border-bottom: 0px;
    margin-top: 25px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.links a{
    color: rgba(255,255,255,0.4);
    margin-bottom: 15px;
    font-family: "Montserrat Light";
    font-size: 15px;
    letter-spacing: 0.3px;
}



.links a:hover{
    color: rgba(255,255,255,1);
}

.lastlink{
    color: white;
    padding-right: 8px;
    font-family: "Montserrat SemiBold";
    white-space: nowrap;
}

.lastlink:hover{
    color: white;
}

.lastlink i{
    padding-left: 9px;
    font-size: 14px;
}

.links.social{
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 234px;
}

.links.social a{
    margin-right: 5px;
}

.links.social i{
    background: transparent;
    /*    border-radius: 50%;*/
    width: 34px;
    height: 34px;
    border: 1.2px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-flex;
    font-size: 15px;
}

.links.social a:hover i{
    color: #171616;
    background-color: rgba(255,255,255,0.4) !important;
}

.fa6{
    font-family: 'Font Awesome 6 Free', sans-serif !important;
}

.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    margin: 0;
    margin-top: 90px;
    padding: 0;
    max-width: 100%;
}

.copyright p{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

.ipad{
    display: none;
}

.iphone{
    display: none;
}

.links.social .has-tip {
    cursor: pointer;
}

.menufooter .columns:first-of-type .footerHeader:nth-of-type(2) {
    margin-bottom: 22px;
}

.menufooter .columns:first-of-type .footerHeader:nth-of-type(3) {
    margin-bottom: 22px;
}

.links {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.lastlink {
    display: none;
}

.links a.covid{
    display: block;
    font-family: "Montserrat Bold";
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
    z-index: 3;
    white-space: nowrap;
    background-color: #ea4b3f;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
}

.links a.covid:hover {
    background-color: #cb210a;
}

.lastlink:hover {
    color: #ffffffba;
}


.desktop_footer {
    display-inside: block;
}

.ipad_footer {
    display: none;
}

.ipad_footer_ensino {
    display: none;
}

.box_final_ipad {
    display: none;
}

.box_final {
    display: flex;
}

.box_final_iphone1 {
    display: none;
}

.box_final_iphone2 {
    display: none;
}




/*</editor-fold>*/


/*Media query a ser aplicada a 13'' e ipads - de 1500 para baixo*/
@media (max-width : 1509px){
    .links {
        width: 95%;
    }

    .links a  {
        font-size: 14px;
    }
}

@media (max-width : 1440px){
    .links {
        padding-bottom: 0px;
    }

    .links.social a {
        margin-right: 0px;
    }

    .menufooter .columns:first-of-type .footerHeader:nth-of-type(2) {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .menufooter .columns:first-of-type .footerHeader:nth-of-type(3) {
        margin-bottom: 10px;
        margin-top: 8px;
    }

    .footer {
        padding-top: 80px;
    }

    .menufooter:nth-of-type(2) .columns p {
        margin-bottom: 10px;
    }

    .footerHeader {
        font-size: 14px;
    }
}


@media (max-width : 1345px){

    .links span {
        display: none;
    }

}

@media (max-width : 1293px){

    .links.social i {
        width: 30px;
        height: 30px;
    }
}





@media (max-width : 1024px){

}








@media (max-width : 1176px){

    .desktop_footer {
        display: none;
    }

    .ipad_footer {
        display: block;
    }

    .ipad_footer_ensino {
        display: flex;
    }

    .desktop_footer_ensino {
        display: none;
    }

    .ipad_footer_ensino {
        color: white;
        margin-bottom: 30px;
        font-size: 14px;
        font-family: "Montserrat";
        letter-spacing: 0.3px;
        opacity: 85%;
        padding-top: 20px;
    }

    .ipad_footer_ensino a {
        color: white;
        opacity: 75%;
    }

    .row.menufooter {
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

    .menufooter .columns {
        border-bottom: 0px;
    }

    .ipad_footer_ensino {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .menufooter:last-of-type {
        color: white;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: "Montserrat";
        letter-spacing: 0.3px;
        opacity: 75%;
        padding-top: 40px;
        text-transform: uppercase;
    }

    .menufooter:last-of-type p {
        margin-bottom: 0px;
        padding-right: 60px;
    }

    .row.menufooter:last-of-type {
        border: 0px;
        margin-bottom: 15px;
    }
    .site-footer {
        padding-top: 60px;
    }

    .row.menufooter {
        padding-left: 7%;
        padding-right: 3%;
    }

    .box_final_ipad {
        display: flex;
    }

    .box_final_ipad .box1 {
        padding-left: 7%;
    }

    .box_final_ipad .box2 {
        padding-right:7%;
    }

    .box_final {
        display: none;
    }

    .box1 p {
        text-align: left;
        padding-left: 14px;
    }

    .links.social {
        text-align: right;
        padding-right: 25px;
        max-width: 100%;
        display: block;
        padding-top: 12px;
    }

    .links.social i {
        width: 35px;
        height: 35px;
        margin-bottom: 11px;
    }

    .box_copyright p {
        padding-top: 19px;
        opacity: 50%;
        font-size: 13px;
    }

    .menufooter:nth-of-type(2) .columns {
        margin-top: 0px;
        margin-bottom: 0px;
    }





}


@media (max-width : 768px) {

    .iphone{
        display: block;
    }

    footer .accordion {
        background-color: rgb(23, 22, 22);

    }

    footer .accordion-title {
        background-color: #0a0a0a;
        color: white;
        font-size: 14px;
        font-family: "Montserrat";
        border: 0px;
    }

    footer .accordion-title:hover,
    footer .accordion-title:focus {
        background-color: #0a0a0a;
        color: white;
    }

    footer .accordion-title:focus {
        background-color: #0a0a0a;
        color: white;
    }

    footer :last-child:not(.is-active)>.accordion-title {
        border: 0px;
    }


    footer .accordion-content {
        background-color: rgb(23, 22, 22);
        border: 0px;
        padding-top: 5px;

    }

    .accordion-title li {
        padding-bottom: 10px;
    }

    footer .accordion-title {
        margin-bottom: 10px;
    }

    .accordion-title:before {
        font-size: 22px;
        padding-right: 5px;
    }

    .accordion-title {
        padding-left: 25px;
    }

    .ipad_footer {
        display: none;
    }

    .accordionrow .columns {
        padding-right: 15px;
        padding-left: 15px;
    }

    .site-footer {
        padding-top: 40px;
    }

    .links span {
        display: block;
        padding-right: 10px;
    }

    .links a {
        display: inline-flex;
    }

    .desktop_footer_ensino {
        display: block;
    }

    .ipad_footer_ensino {
        display: none;
    }

    .desktop_footer_ensino a {
        width: 100%;
    }

    :last-child>.accordion-content:last-child {
        border-bottom: 0px;
    }

    .box_final_ipad {
        display: none;
    }

    footer .box_final_iphone1 {
        display: block;
        background-color: rgb(52, 52, 52);

    }

    footer .box_final_iphone2 {
        display: block;
    }

    footer .box2 {
        background-color: #171616;
    }

    .links.social {
        text-align: center;
        padding-right: 0px;
        padding-top: 5px;
    }

    .links {
        width: 100%;
    }

    .links.social i {
        width: 40px;
        height: 40px;
    }

    .box1 p {
        padding-left: 0px;
        text-align: center;
    }

    .accordion-title {
        padding-left: 25px;
    }

    .accordion-content {
        padding-left: 25px;
    }










}


@media (min-width : 768px)
and (max-width : 1024px)
and (orientation: portrait){

}

@media (min-width : 768px)
and (max-width : 1024px)
and (orientation: landscape){

}



@media (max-width : 667px) {

}

@media (max-width: 667px) {

}
