body {
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url(schMngSysIMG/deskTopbcg.jpg);
    background-size: 100% 100%;
    background-repeat: none;
    overflow-x: hidden;

    @media(max-width: 600px) {
        background-image: url(schMngSysIMG/lapTopbcg.jpg);
    }

}

body[lang="en"] [lang="por"], body[lang="por"] [lang="en"] {
    display: none;
}

header {
    position: fixed;
    z-index: 99999;
    width: 100vw;
    height: 50px;
    margin: 0px;
    padding: 0px;
    background-image: url(schMngSysIMG/mainHderBckgr.jpg);
    background-size: 100% 100%;
    background-color: none;
}

#lngSelBtn {
    position: absolute;
    top: 0px;
    right: 35px;
    width: 30px;
    height: 20px;
    margin: 0px;
    margin-top: 15px;

}

#lngSelBtnTtl {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
}

#wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 0px);
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    overflow-y: auto;
}

#headSec1 {
    position: relative;
    float: left;
    width: 20vw;
    height: 100%;
    background-color: none;

    @media(max-width: 600px) {
        width: 30vw;
        height: 100%;
    }
}

#headSec2 {
    position: relative;
    float: left;
    width: 50vw;
    height: 100%;
    background-color: none;

    @media(max-width: 600px) {
        width: 50vw;
        height: 100%;
    }
}

#headSec3 {
    position: relative;
    float: left;
    width: 30vw;
    height: 100%;
    background-color: none;

    @media(max-width: 600px) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20vw;
        height: 100%;
    }
}

#menuBtnMobVr {
    width: 20px;
    height: 20px;
    visibility: hidden;


    @media(max-width: 600px) {
        width: 20px;
        height: 20px;
        visibility: visible;
    }
}

#loginBtnModVr {
    width: 300px;
    height: 50px;
    visibility: hidden;

    @media(max-width: 600px) {
        width: 130px;
        height: 30px;
        margin-top: 10px;
        margin-left: calc(50% - 65px);
        border-style: none;
        border-radius: 5px;
        color: white;
        background-image: url(schMngSysIMG/mainHderBckgr.jpg);
        background-size: 150% 150%;
        border: 1px solid rgba(255, 255, 255, 0.411);
        visibility: visible;
    }
}

#headMenu {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    visibility: hidden;
    background-image: url(schMngSysIMG/mainHderBckgr.jpg);
    background-size: 150% 100%;
    transition-duration: 0.8ms;

    @media(max-width: 600px) {
        width: 160px;
        height: 50px;
        visibility: visible;
    }
}

.wrapperDivCl {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: white;
    overflow: hidden;

    @media(max-width: 600px) {
        height: auto;
        margin-bottom: 50px;
    }
}

.wrapperDivCl2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: white;
    overflow: hidden;

    @media(max-width: 600px) {
        position: relative;
        width: 100vw;
        height: auto;
        margin-bottom: 50px;
        color: white;
        overflow: hidden;
    }

}

.wrapperDivCl3 {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: white;
    overflow: hidden;

    @media(max-width: 600px) {
        position: relative;
        width: 100vw;
        height: auto;
        margin-bottom: 50px;
        color: white;
        overflow: hidden;
    }

}

#wrapperDiv4SubDiv1 {
    position: relative;
    float: left;
    width: 40%;
    margin: 0px;
    margin-left: 10%;

    @media(max-width: 600px) {
        float: none;
        width: 90%;
        height: auto;
        margin: 10px 5%;
    }

}

#wrapperDiv4SubDiv2 {
    position: relative;
    float: left;
    width: 40%;

    @media(max-width: 600px) {
        position: relative;
        float: none;
        width: 90%;
        height: auto;
        margin: 0px 5%;
        margin-top: 40px;
    }

}

#wrapperDiv4SubDiv2 div {
    position: relative;
    float: left;
    width: 45%;
    height: 45%;
    margin: 2.5% 2.5%;

    @media(max-width: 600px) {
        float: none;
        width: 90%;
        height: auto;
        margin: 10px 5%;
    }

}

.contInputFldDivHld {
    position: relative;
    float: left;
    width: 45%;
    margin: 0px 2.5%;
    overflow: hidden;
}

.wrpDiv4h4Cl2 {
    position: relative;
    float: left;
    width: 45%;
    margin: 0px 2.5%;
    margin-bottom: 3px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 100;
}

#wrpDiv4MainHd {
    margin-top: 90px;
    margin-bottom: 5px;
}

#wrpDiv4MainHd2 {
    margin-bottom: 20px;
}

.wrpDiv4h4Cl {
    position: relative;
    clear: both;
    width: 95%;
    margin: 0px 2.5%;
    margin-bottom: 3px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 100;
}

#contMessageFld {
    position: relative;
    width: 93%;
    margin: 0px;
    margin-bottom: 3px;
    margin-left: 2.5%;
}

#wrpDiv4btnSndMessage {
    position: relative;
    float: right;
    clear: both;
    width: 130px;
    height: 40px;
    margin: 10px 0px;
    margin-right: 3.5%;
    border-radius: 5px;
    border-style: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    background-image: url(schMngSysIMG/mainHderBckgr.jpg);
    background-size: 100% 100%;
}

#wrpDiv4btnSndMessage:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.wrpDiv4CntDtlFoot {
    position: relative;
    float: right;
    clear: both;
    width: 100%;
    height: 100px;
    margin: 0px;
    margin-top: 10px;
}

.wrpDiv4CntDtlFoot div {
    position: relative;
    float: left;
    width: 45%;
    margin: 10px 2.5%;
    text-align: left;

    @media(max-width: 600px) {
        float: none;
        width: 100%;
    }

}

.wrpDiv4CntDtlFoot div p {
    margin: 3px 0px;
    width: 100%;
    font-size: 0.8em;
    color: white;
}

.wrpDiv4InpCl {
    position: relative;
    float: left;
    width: 41.7%;
    height: 25px;
    margin: 0px 2.5%;
    margin-bottom: 10px;
    padding: 7px;
    border-style: none;
    background-color: white;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
    outline-style: none;

    @media(max-width: 600px) {
        width: 40%;
        padding: 2;
    }

}

#logoStyle {
    margin: 0px;
    margin-top: 5px;
    color: white;
    text-align: center;
    font-size: 2em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;

    @media(max-width: 600px) {
        margin-top: 8px;
        font-size: 1.5em;
    }

}

.h1Style {
    width: 100vw;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 4em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;

    @media(max-width: 600px) {
        width: 80vw;
        margin-top: 5vh;
        margin-left: 10vw;
        font-size: 2em;
    }

}

.h1Style2 {
    width: 100vw;
    margin: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-size: 5.5em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;

    @media(max-width: 600px) {
        width: 90vw;
        margin-top: -10px;
        margin-left: 5vw;
        font-size: 2.3em;
    }

}

.h1Style3 {
    width: 100vw;
    margin: 0px;
    margin-top: -25px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-size: 3em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;

    @media(max-width: 600px) {
        width: 90vw;
        margin-top: -15px;
        margin-left: 5vw;
        font-size: 2em;
    }

}

#wrpDiv1P {
    width: 50vw;
    height: auto;
    margin: 20px 0px;
    margin-left: 25vw;
    padding: 0px;
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;

    @media(max-width: 600px) {
        width: 90vw;
        margin-left: 5vw;
        font-size: 0.7em;
    }

}

#wrapperDiv1SubDiv1 {
    position: relative;
    width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width: 600px) {
        display: block;
    }

}

#wrapperDiv1SubDiv2 {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width: 600px) {
        display: block;
    }

}

#wrapperDiv1SubDiv1 div {
    position: relative;

    @media(max-width: 600px) {
        position: relative;
        float: left;
        clear: both;
    }

}

#accMAPsBtn {
    position: absolute;
    top: 0px;
    right: calc(50vw - 100px);
    width: 200px;
    height: 40px;
    border-style: none;
    border-radius: 5px;
    color: white;
    background-image: url(schMngSysIMG/mainHderBckgr.jpg);
    background-size: 150% 150%;
    border: 1px solid rgba(255, 255, 255, 0.411);
    visibility: visible;

    @media(max-width: 600px) {
        width: 70vw;
        margin-left: 15vw;
        margin-bottom: 5px;
        height: 30px;
        visibility: hidden;
    }

}

#accMAPsLoginBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 40px;
    border-style: none;
    border-radius: 5px;
    color: white;
    background-image: url(schMngSysIMG/mainHderBckgr.jpg);
    background-size: 150% 150%;
    border: 1px solid rgba(255, 255, 255, 0.411);
    visibility: hidden;

    @media(max-width: 600px) {
        width: 70vw;
        margin: 0px;
        margin-left: calc(50vw - 35vw);
        margin-top: 3vh;
        height: 30px;
        visibility: visible;
    }

}

#accMAPsBtn:hover {
    border: 1px solid rgba(0, 0, 0, 0.712);

    @media(max-width: 600px) {
        border: 1px solid rgba(255, 255, 255, 0.411);
    }

}

#accMAPsBtn:active {
    border: 1px solid rgba(0, 0, 255, 0.664);

    @media(max-width: 600px) {
        border: 1px solid rgba(255, 255, 255, 0.411);
    }

}

#lrnMrBtn {
    position: relative;
    width: 120px;
    height: 40px;

    @media(max-width: 600px) {
        width: 50vw;
        margin-left: 25vw;
        height: 30px;
    }

}

.sidBySidDiv {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 10%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;

    @media(max-width: 600px) {
        float: none;
        width: 90vw;
        margin-left: 5vw;
    }

}

.sidBySidDiv1 {
    position: relative;
    float: left;
    width: 40%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    @media(max-width: 600px) {
        float: none;
        width: 90vw;
        margin-left: 5vw;
        overflow: hidden;
    }

}

.pEleStyle {
    display: block;
    position: relative;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    border-radius: 5px;

    @media(max-width: 600px) {
        font-size: 0.8em;
    }

}

.pEleStyle2 {
    display: block;
    margin: 0px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    border-radius: 5px;
    background-color: rgb(23, 23, 253);

    @media(max-width: 600px) {
        font-size: 1em;
        padding: 3px;
    }

}

#blueP1 {
    width: 80px;
    text-align: center;
}

#blueP2 {
    width: 0px;
    text-align: center;
}

.h2EleStyle {
    margin: 0px;
    font-size: 2em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    @media(max-width: 600px) {
        margin-bottom: 10px;
        font-size: 1.5em;
    }

}

.h2EleStyle2 {
    margin: 0px;
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    @media(max-width: 600px) {
        margin-bottom: 10px;
        font-size: 1.1em;
    }

}

#sec2SubDiv1, #sec5SubDiv1 {
    margin-top: 80px;

    @media(max-width: 600px) {
        margin-top: 5px;
    }

}

#sec5BtnSpacer {
    width: 170px;
    height: 25px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-style: none;

    @media(max-width: 600px) {
        width: 150;
    }

}

#sec5Btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    height: 40px;
    margin-right: 10px;
    color: white;
    border-style: none;
    border: 1.5px solid white;
    font-size: 1em;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    visibility: visible;

    @media(max-width: 600px) {
        width: 150;
        visibility: hidden;
    }

}

#sec5Btn2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    height: 40px;
    margin-right: 10px;
    color: white;
    border-style: none;
    border: 1.5px solid white;
    font-size: 1em;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    visibility: hidden;

    @media(max-width: 600px) {
        width: 150;
        visibility: visible;
    }

}

#sec2SubDiv2, #sec5SubDiv2 {
    display: flex;
    justify-content: center;
    margin-top: 150px;

    @media(max-width: 600px) {
        margin-top: 5px;
    }

}

#divC1Sec1Img1 {
    width: 370px;
    height: 270px;

    @media(max-width: 600px) {
        width: 280px;
        height: 200px;
        margin-left: calc(50% - 140px);
    }

}

#divC1Img2 {
    width: 400px;
    height: 300px;

    @media(max-width: 600px) {
        width: 280px;
        height: 200px;
        margin: 0px;
        margin-top: 15px;
    }

}

#divC1Sec5Img1 {
    width: 480px;
    height: 380px;
    margin: 0px;
    margin-top: 30px;

    @media(max-width: 600px) {
        width: 280px;
        height: 200px;
        margin: 0px;
        margin-top: 15px;
    }

}

#sec3SubDiv1 {
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec3SubDiv2 {
    position: relative;
    width: 70vw;
    height: auto;
    display: flex;
    margin: 0px;
    margin-left: 15vw;
    align-items: center;
    justify-content: center;

    @media(max-width: 600px) {
        display: block;
        align-items: none;
        justify-content: none;
        width: 100vw;
        margin: 0px;
    }

}

.imgPrtStyle {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    margin: 0px calc(((100% / 3) - 200px) / 2);
    margin-top: 13vh;

    @media(max-width: 600px) {
        float: none;
        width: 150px;
        height: 150px;
        margin: 0px;
        margin-top: 3vh;
        margin-left: calc(50% - 75px);
    }

}

#sec3SubDiv2SubDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    visibility: visible;

    @media(max-width: 600px) {
        visibility: hidden;
    }

}

.portTitleCl {
    display: block;
    position: relative;
    float: left;
    width: 200px;
    height: auto;
    margin: 0px calc(((100% / 3) - 340px) / 2);
    text-align: center;
    font-size: 1.5em;
    visibility: visible;
    overflow: hidden;

    @media(max-width: 600px) {
        width: 0px;
        height: 0px;
        margin: 0px;
        visibility: hidden;
    }

}

.portTitleCl2 {
    display: block;
    position: relative;
    float: left;
    width: 0px;
    height: 0px;
    margin: 0px;
    text-align: center;
    font-size: 1.5em;
    visibility: hidden;
    overflow: hidden;

    @media(max-width: 600px) {
        float: none;
        width: 100vw;
        height: auto;
        margin: 0px;
        font-size: 1.5em;
        visibility: visible;
    }

}

#blueP2 {
    width: 170px;
}

#sec2H2Ele1 {
    width: 100vw;
    text-align: center;
}

#sec2Pele1 {
    width: 40vw;
    margin-left: 30vw;
    text-align: center;

    @media(max-width: 600px) {
        width: 90vw;
        margin-left: 5vw;
    }

}

#secMainHd {
    margin-bottom: 30px;
}

.sec4SubDiv {
    position: relative;
    width: 90%;
    height: 240px;
    margin: 0px;
    margin-left: 5%;
    border: 1px solid rgba(0, 0, 0, 0);

    @media(max-width: 600px) {
        width: 100vw;
        height: auto;
        margin: 0px;
    }

}

.featDivCnt {
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    margin: 10px 1%;

    @media(max-width: 600px) {
        float: none;
        width: 90%;
        height: auto;
        margin: 0px;
        margin-left: 5%;
    }

}

.feactDivImg {
    width: 50px;
    height: 50px;
    margin: 0px;
    margin-left: calc(50% - 25px);
    margin-bottom: 10px;
}

.featCentEle {
    width: 100%;
    height: auto;
    text-align: center;
}

.featDivCnt h2 {
    margin-bottom: 10px;
}