/* ==== # FONTES # ==== */ 
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ==== # FIM FONTESL # ==== */

/* ==== # GERAL # ==== */

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/* Classes */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
/* Classes */

/* ==== # GERAL # ==== */
/* ==== # ==== # ==== # ==== # ==== */
/*  ==== # BODY # ==== */
* {
	padding: 0px;
	margin: 0px;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
:before, :after, ::before, ::after {
    box-sizing: border-box;
}
body {
	font-family: 'Barlow';
	font-size: .9em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: rgba(71,81,91,1);
	height: 100%;
}
ul {
	list-style-type: none;
    padding-left: 0;
}
ul li {
	text-decoration: none;
}
ol {
	list-style-type: none;
}
ol li {
	text-decoration: none;
}
a {
    text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
input {
    border: 1px solid rgba(71,81,91,0.3);
}
input:focus {
	box-shadow: none !important;
  	border-color: transparent;
  	outline: none !important;
    border-radius: 0;
}
select:focus {
	box-shadow: none !important;
  	border-color: transparent;
  	outline: none !important;
    border-radius: 0;
}
textarea:focus {
	border-color: rgb(121,131,141) !important;
	border: none;
  	border-color: transparent;
  	outline: none !important;
  	height: auto;
    border-radius: 0;
}
.novoverdeColor {
    color: #009936;
}
/*  ==== # BODY # ==== */

/*  ==== # CONTENT # ==== */
#landingPageBG {
	font-family: 'Barlow';
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #42515D;
	background-color: rgba(255,255,255,1);

	background-attachment: fixed;
	/* background-image: url(http://pea.novoverde.pt/img/pea-bg.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*  Header */
#logo-header {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    width: 100%;
    padding: 50px 0 0 0;
}
    #logo-header img {
        max-width: 260px;
    }
/*  Header */

/*  Prime Content */
#primeContent {
    padding-top: 40px;
}
#primeContent h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    color: #009936;
}
.textWrapper {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
    .textBlock-A {
        margin-right: 100px;
    }
#primeContent h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #009936;
}
/* .fas .fa-angle-right {
    color: #009936;
    font-weight: 500;
} */

#formArea {
    width: 100%;
    padding: 0;
}
    #candidaturasForm {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
        .inputA-Wrapper {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
            height: 90px;
        }
            .inputA-Wrapper label p {
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: center;
                align-content: flex-start;
                font-weight: 500;
                font-size: 15px;
                margin-bottom: 0;
            }
            .inputA-Wrapper label p i {
                margin-right: 2px;
            }
            .bi-asterisk {
                color: #AF1C2B;
                font-size: 9px;
                vertical-align: super;
            }
            .inputA-Wrapper p {
                font-weight: 500;
                font-size: 15px;
                margin-bottom: 0;
            }
            .inputA-Wrapper span {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center;
                align-content: center;
            }
            .inputA {
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center;
                align-content: center;
                height: 40px;
                padding: 0 15px;
                font-size: 15px;
            }
        .groupOfTwo {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-start;
            align-content: flex-start;
            height: 90px;
        }
            .inputB1-Wrapper {
                width: 25%;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: flex-start;
                align-content: flex-start;
                /* margin-bottom: 15px; */
                margin-right: 2%;
            }
            .inputB2-Wrapper {
                width: 73%;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: flex-start;
                align-content: flex-start;
                /* margin-bottom: 15px; */
            }
                .inputB1-Wrapper label p {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: flex-start;
                    font-weight: 500;
                    font-size: 15px;
                    margin-bottom: 0;
                }
                .inputB2-Wrapper label p {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: flex-start;
                    font-weight: 500;
                    font-size: 15px;
                    margin-bottom: 0;
                }
                .inputB1-Wrapper label p i {
                    margin-right: 2px;
                }
                .inputB1-Wrapper p {
                    font-weight: 500;
                    font-size: 15px;
                    margin-bottom: 0;
                }
                .inputB1-Wrapper span {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: center;
                }
                .inputB2-Wrapper label p i {
                    margin-right: 2px;
                }
                .inputB2-Wrapper p {
                    font-weight: 500;
                    font-size: 15px;
                    margin-bottom: 0;
                }
                .inputB2-Wrapper span {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: center;
                }
                .inputA {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    align-content: center;
                    height: 40px;
                    padding: 0 15px;
                    font-size: 15px;
                }

            /* Hide input*/
            .inputfile {
                width: 0.1px;
                height: 0.1px;
                opacity: 0;
                overflow: hidden;
                position: absolute;
                z-index: -1;
            }
            .inputfile + .pdfLabel {
                cursor: pointer !important;
                font-size: 1.25em;
                font-weight: 700;
                color: white;
                background-color: black;
                display: inline-block;
            }
            .inputfile:focus + .pdfLabel {
                outline: 1px dotted #000;
                outline: -webkit-focus-ring-color auto 5px;
            }
            .inputfile + .pdfLabel * {
                pointer-events: none;
            }
            /* NOT NEEDED STYLES */

            .inputfile + .pdfLabel, .inputfile + .pdfLabel::after {
                padding: 10px 20px;
                margin: 4px 0 10px 0;
                font-family: 'Barlow';
                background-color: #42515D !important;
                border-radius: 2px;
                text-transform: uppercase;
                font-size: 15px;
            }
            .inputfile + .pdfLabel i {
                margin-right: 10px;
            }
            .inputfile:focus + .pdfLabel,
            .inputfile + .pdfLabel:hover {
                background-color: rgba(121,131,141,1) !important;
                
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .extraInfo {
                font-size: 0.85em;
                width: 100%;
            }

    .pdfMessage {
        margin-top: -5px;
        margin-bottom: 10px !important;
    }

    .noMargin {
        margin-bottom: 0;
    }        

    .separador {
        border-top: 1px solid #009936;
        margin-top: 30px;
        margin-bottom: 35px;
        width: 100%;
    }        

    .formBtnWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
        .submeterBtn {
            width: 250px;
            line-height: 40px;
            border-radius: 0;
            background-color: #009936;
            border: none;
        }
        .submeterBtn:hover {
            background-color: #046324;
        }
    .regulamentoBtn {
        width: 200px;
        border-radius: 0;
        background-color: #42515D;
        border: none;
        margin-top: 5px;
    }
    .regulamentoBtn:hover {
        background-color: #000000;
    }  

.flexContent {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
    .messageWrapper {
        text-align: center;
        background-color: rgba(0,153,54,0.1);
        padding: 25px;
        width: 50%;
    }
        .messageWrapper p {
            font-weight: 700;
        }
        .messageWrapper p i {
            font-size: 180px;
            color: #009936;
        }
        .green-bold-uppercase {
            color: #009936;
            font-weight: 700;
        }
    .messageWrapperError {
        text-align: center;
        background-color: rgba(175,28,43,0.1);
        padding: 25px;
        width: 50%;
    }
        .messageWrapperError p i {
            font-size: 180px;
            color: #AF1C2B;
        }
        .red-bold-uppercase {
            color: #AF1C2B;
            font-weight: 700;
        }    
/*  Prime Content */

/*  Footer */
#footer-wrapper {
    position: relative;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
    width: 100%;
    height : 420px;
    padding: 0;
    margin: 0;
	color: rgba(0,0,0,1)
}
#footerBG {
    position: absolute;
    width: 100%;
}
#footerBG-responsive {
    display: none;
}
#footer-wrapper ul {
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: center;
    z-index: 2;
    padding: 0 0 0 220px;
    margin-bottom: 30px;
}
#footer-wrapper ul li {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: space-evenly;
    min-height: 70px;
}
.flexCenter {
    justify-content: start !important;
    align-items: center !important;
}
#footer-wrapper ul li a {
    display: flex;
	flex-direction: row;
    justify-content: center;
	align-items: center;
	align-content: center;
}
.leftMargin {
    margin-left: 200px;
}
#footer-wrapper h3 {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
#footer-wrapper p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: #42515D;
}
#websiteLink {
    font-size: 22px;
    font-weight: 900;
    display: flex;
    width: 100%;
    margin-top: -13px;
    text-decoration: none;
    color: #42515D;
}
/*  Footer */

/*  ==== # CONTENT # ==== */

/* ##################################################################################################################################################### */

/* ==== # MEDIA QUERIES # ==== */

/* DESKTOP Max width - 1399 pixels */
@media (max-width:1399px) {
    #footer-wrapper {
        height : 370px;
    }
    #footer-wrapper ul {
        padding: 0 0 0 180px;
    }
    #footer-wrapper p {
        font-size: 15px;
    }
    #websiteLink {
        font-size: 20px;
        margin-top: -10px;
    }
}
/* DESKTOP Max width - 1399 pixels */

/* DESKTOP Max width - 1199 pixels */
@media (max-width:1199px) {
    #landingPageBG {
        font-size: 15px;
    }

    #logo-header img {
        width: 22%;
    }

    #primeContent {
        padding-top: 60px;
    }
    #primeContent h1 {
        font-size: 34px;
        padding-bottom: 30px;
    }

    #footer-wrapper {
        height : 305px;
    }
    #footer-wrapper h3 {
        font-size: 12px;
    }
    #footer-wrapper ul {
        padding: 0 0 0 180px;
        margin-bottom: 20px;
    }
    #footer-wrapper ul li {
        width: 140px;
        min-height: 60px;
    }
    .ey img {
        max-width: 90% !important;
    }
    #footer-wrapper p {
        font-size: 14px;
    }
    #websiteLink {
        font-size: 20px;
    }
}
/* DESKTOP Max width - 1199 pixels */

/* TABLET Max width - 991 pixels */
@media (max-width:991px) {
    .extraPadding {
        padding: 0 50px;    
    }
    #logo-header {
        padding: 30px 0 0 0;
    }
    #logo-header img {
        width: 170px;
    }

    #primeContent h1 {
        font-size: 32px;
        padding-bottom: 24px;
    }

    .textBlock-A {
        margin-right: 80px;
    }

    #footer-wrapper {
        width: 100%;
        height: 300px;
    }
    #footer-wrapper ul {
        padding: 0 0 0 160px;
    }
    .logoEyList {
        max-width: 100px;
    }
    .flexCenter {
        justify-content: start !important;
        align-items: center !important;
        width: auto !important;
    }
        #footer-wrapper p {
            font-size: 14px;
        }
        #websiteLink {
            font-size: 18px;
        }

    .messageWrapper {
        width: 75%;
    }
        .messageWrapper p i {
            font-size: 160px;
        }

    .messageWrapperError {
        width: 75%;
    }
        .messageWrapperError p i {
            font-size: 160px;
        }
}
/* TABLET Max width - 991 pixels */

/* TABLET Max width - 896 pixels */
@media (max-width:896px) {
    .extraPadding {
        padding: 0 40px;    
    }
    #logo-header img {
        width: 160px;
    }

    #primeContent h1 {
        font-size: 32px;
        padding-bottom: 24px;
    }

    #footer-wrapper {
        width: 100%;
        height: 300px;
    }
    #footer-wrapper ul {
        flex-wrap: wrap;
        position: absolute;
        top: 240px;
        padding: 0 0 0 100px;
        margin-bottom: 0;
    }
    #footer-wrapper ul li {
        width: 33%;
    }
    .flexCenter {
        width: 100% !important;
        margin-top: 20px;
    }
    #footer-wrapper p {
        font-size: 14px;
    }
    #websiteLink {
        font-size: 20px;
        margin-top: -5px;
    }
    
    .whitheBG {
        display: block;
        background-color: white;
        height: 90px;
        width: 100%;
    }

}
/* TABLET Max width - 896 pixels */

/* TABLET Max width - 767 pixels */
@media (max-width:767px) {
    .extraPadding {
        padding: 0 20px;    
    }

    #logo-header img {
        width: 160px;
    }

    .textBlock-A {
        margin-right: 50px;
    }

    .inputA-Wrapper {
        width: 100%;
        margin-right: 0;
        height: 90px;
    }
    .groupOfTwo {
        flex-direction: column;
        height: 180px;
    }
        .inputB1-Wrapper {
            width: 100%;
            margin-right: 0;
            height: 90px;
        }
        .inputB2-Wrapper {
            width: 100%;
            margin-right: 0;
            height: 90px;
        }

    #footer-wrapper {
        height: 475px;
    }
    #footerBG {
        display: none;
    }
    #footerBG-responsive {
        display: flex;
        position: absolute;
        width: 100%;
    }
    #footer-wrapper ul {
        flex-wrap: nowrap;
        position: absolute;
        top: 440px;
        padding: 0 0 0 60px;
        /* margin-bottom: 0; */
    }
    #footer-wrapper ul li {
        width: 120px;
    }
    .flexCenter {
        width: initial !important;
        margin-top: 0;
    }
   
        #footer-wrapper p {
            font-size: 13px;
        }
        #websiteLink {
            font-size: 16px;
            margin-top: -5px;
        }

    .whitheBG {
        display: block;
        background-color: white;
        height: 60px;
        width: 100%;
    }
}
/* TABLET Max width - 767 pixels */

/* TABLET Max width - 667 pixels */
@media (max-width:667px) {
    .extraPadding {
        padding: 0 20px;    
    }

    #logo-header {
        justify-content: flex-start;
    }
        #logo-header img {
            width: 150px;
        }

    #primeContent {
        padding-top: 20px;
    }
        #primeContent h1 {
            font-size: 28px;
            padding-bottom: 24px;
            text-align: left;
        }
        .textWrapper {
            flex-wrap: wrap;
        }
            .textBlock-A {
                margin-right: 0;
                margin-bottom: 30px;
            }

    #footer-wrapper {
        height: 365px;
    }
    #footer-wrapper ul {
        flex-wrap: wrap;
        padding: 0 0 0 20px;
        top: 335px;
    }
    #footer-wrapper ul li {
        width: 140px;
        min-height: 50px;
    }
    .flexCenter {
        width: 100% !important;
        margin-top: 20px;
    }
    .ey img {
        height: 30px;
    }
    #footer-wrapper h3 {
        font-size: 11px;
    }
    #footer-wrapper p {
        font-size: 14px;
    }
    #websiteLink {
        font-size: 18px;
    }

    .whitheBG {
        height: 100px;
    }
}
/* TABLET Max width - 667 pixels */

/* TABLET Max width - 630 pixels */
@media (max-width:630px) {
    #footer-wrapper ul {
        top: 355px;
    }
    
    .whitheBG {
        height: 120px;
    }
}
/* TABLET Max width - 630 pixels */

/* TABLET Max width - 600 pixels */
@media (max-width:600px) {

    

}
/* TABLET Max width - 600 pixels */

/* TABLET Max width - 567 pixels */
@media (max-width:567px) {
    .extraPadding {
        padding: 0 20px;    
    }

    #logo-header img {
        width: 150px;
    }

    #primeContent h1 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .formBtnWrapper {
        flex-direction: column;
    }
    .submeterBtn {
        line-height: 30px;
        padding: 10px 20px !important;
        width: 100%;
        margin-bottom: 20px;
    }

    
    #footer-wrapper ul {
        justify-content: space-around;
    }
    #footer-wrapper ul li {
        width: 120px;
        /* min-height: 50px; */
    }

    .messageWrapper {
        width: 90%;
    }

    .messageWrapperError {
        width: 90%;
    }
}
/* TABLET Max width - 567 pixels */

/* TABLET Max width - 480 pixels */
@media (max-width:480px) {
    #footer-wrapper {
        height: 290px;
    }
    #footer-wrapper ul {
        top: 265px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 2;
        padding: 0;
    }
    #footer-wrapper ul li {
        width: 180px;
        align-items: center;
    }
    .bottomMargin {
        margin-bottom: 30px;
    }
    .ey img {
        max-width: 100% !important;
        height: auto;
    }

    .whitheBG {
        height: 320px;
    }
}
/* TABLET Max width - 480 pixels */

/* TABLET Max width - 414 pixels */
@media (max-width:414px) {
    .extraPadding {
        padding: 0;    
    }

    #logo-header img {
        width: 140px;
    }

    #primeContent {
        padding: 40px 20px 0;
    }
    #primeContent h1 {
        font-size: 28px;
        padding-bottom: 18px;
    }
    #primeContent h2 {
        font-size: 18px;
    }

    .submeterBtn {
        width: 100%;
        line-height: 30px;
        padding: 10px 20px !important;
    }
    .regulamentoBtn {
        width: 100%;
    }

    #footer-wrapper ul {
        top: 275px;
    }

    .whitheBG {
        height: 330px;
    }

    .messageWrapper {
        width: 100%;
    }

    .messageWrapperError {
        width: 100%;
    }
}
/* TABLET Max width - 414 pixels */

/* TABLET Max width - 375 pixels */
@media (max-width:375px) {

}
/* TABLET Max width - 375 pixels */

/* TABLET Max width - 320 pixels */
@media (max-width:320px) {
  
}
/* TABLET Max width - 320 pixels */

/* ==== # MEDIA QUERIES # ==== */