* {
    font-family: "Camber-Lg";
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    outline: none;
}

body{
    margin: 0;
    padding: 0;
}
strong {
    font-family: "Camber-bd"
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
.mobile {
    display: none;
}
.flexLine {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
a:hover {
    text-decoration: none;
}
header {
    background:  url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 20px solid #E20714;
}
header .shadow {
    background: rgba(255,255,255,0.5);
    padding: 50px 10vw 80px 10vw;

}
header .logo {
    width: 100%;
}
header .logo img {
    width: 320px;
}
header menu {
    width: 100%;
    margin: 0;
    text-align: right;
}
header menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
header menu ul li {
    margin: 0 30px;
	color: #000000;
	font-family: "Camber-Lg";
	font-size: 15px;
	line-height: 20px;
}
header h1 {
	color: #4A4A4A;
	font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    margin: 150px 0 100px;
    width: 450px;
}
a.button {
    display: inline-block;
	height: 50px;
	width: 295px;
	border-radius: 10px;
    background-color: #E20714;
    color: #FFFFFF;
    font-family: "Camber-Md";
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 80px;
}
button {
    height: 50px;
	width: 295px;
	border-radius: 10px;
    background-color: #E20714;
    color: #FFFFFF;
    font-family: "Camber-Md";
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-align: center;
    margin: 50px auto 80px;
    display: block;
}
section#sobre {
    padding: 100px 10vw 100px;
    background-image: url('../img/diana.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: 75%;
    background-position-y: bottom;
}

section#sobre h1 {
	width: 620px;
	color: #4A4A4A;
	font-family: "Camber-Lg";
	font-size: 30px;
	line-height: 37px;
}
section#sobre p {
	width: 540px;
	color: #4A4A4A;
	font-family: "Camber-Lg";
	font-size: 16px;
    line-height: 27px;
}
section#sobre p.last {
    margin-bottom: 0;
}


section#oportunidades {
    background-color: rgba(0,0,0,0.03);
    padding-bottom: 125px;
}
section#oportunidades .title {
	width: 100%;
	color: #4A4A4A;
	font-family: "Camber-Sb";
	font-size: 36px;
	line-height: 47px;
    text-align: center;
    position: relative;
    margin: 90px auto;
    
}

section#oportunidades article{
    width: 80%;
    margin: auto;
}
section#oportunidades article .title {
	color: #949494;
	font-family: "Camber-Lg";
	font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    padding: 10px 0;
    text-align: left;
    border: 1px solid #EFEFEF;

}
section#oportunidades article .title .title {
    border: 0;
    font-family: "Camber-Bd";
    color: #6C6C6C;
}
section#oportunidades article .icon {
    width: calc((100% - 200px) / 8);
    display: flex;
    justify-content: center;
    align-items: center;
}   
section#oportunidades article .cargo {
    width: calc((100% - 200px) / 8 * 3);
}

section#oportunidades article .local {
    width: calc((100% - 200px) / 8 * 2);
}
section#oportunidades article .data {
    width: calc((100% - 200px) / 8 * 2);
}
section#oportunidades article .more {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 15px 0 0; */
}
section#oportunidades article .more .arrow {
	height: 45px;
	width: 134px;
	border: 1px solid #C4C4C4;
	color: #C1C1C1;
	font-family: "Camber-Sb";
	font-size: 14px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
}
section#oportunidades article .more .arrow:hover{ 
    color: #717171;
}
/* section#oportunidades article .more .arrow.open {
    opacity: 0;
} */
section#oportunidades div#containerArea {
    width: 100%;
    padding: 20px 10%;
    background-color: #EEEEEE;
    font-size: 16px;
    line-height: 22px;
}
section#oportunidades div#containerArea .cargo {
    width: 48%;
}
section#oportunidades div#containerArea .extra {
    width: 48%;
}
section#oportunidades div#containerArea .call {
    width: 100%;
}

section#candidatura {
    padding: 100px 0 70px;
}
section#candidatura .title{
    margin: auto;
	width: 678px;
	color: #A9A9A9;
	font-family: "Camber-Sb";
	font-size: 42px;
	line-height: 54px;
    text-align: center;
    margin-bottom: 90px;
}
section#candidatura form {
    width: 900px;
    margin: auto;
}
section#candidatura form .text,
section#candidatura form .upload {
    width: 48%;
    margin-bottom: 50px;
}
section#candidatura form label {
    display: block; 
	opacity: 0.65;
	color: #6C6C6C;
	font-family: "Camber-Sb";
	font-size: 16px;
	line-height: 21px;
}
section#candidatura form .message {
    width: 100%;
}
section#candidatura form input[type=text],
section#candidatura form input[type=email],
section#candidatura form select,
section#candidatura form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #DBDBDB;
}
section#candidatura form select {
    background: transparent;
    border: 0;
 	opacity: 0.65;
	color: #6C6C6C;
	font-family: "Camber-Lg";
	font-size: 20px;
	line-height: 26px;
}
section#candidatura form .extra-select {
    border: 1px solid #DBDBDB;
}
::-webkit-file-upload-button {
    height: 50px;
    background: transparent;
    border: 1px solid #DBDBDB;
    color: #6C6C6C;
}
@media (min-width: 992px) and (max-width: 1200px){
    header .shadow {
        background: rgba(255,255,255,0.5);
        padding: 40px 8vw 60px 8vw;
    
    }
    header .logo img {
        width: 280px;
    }
    header menu ul li {
        margin: 0 20px;
        font-size: 13px;
        line-height: 16px;
    }
    header h1 {
        color: #4A4A4A;
        font-size: 36px;
        line-height: 46px;
        font-weight: 300;
        margin: 150px 0 100px;
        width: 400px;
    }
    a.button {
        height: 50px;
        width: 265px;
        font-size: 17px;
        line-height: 50px;
        margin-bottom: 80px;
    }
    button {
        height: 50px;
        width: 265px;
        border-radius: 10px;
        background-color: #E20714;
        color: #FFFFFF;
        font-family: "Camber-Md";
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 50px;
        text-align: center;
        margin: 50px auto 80px;
        display: block;
    }
    section#sobre {
        padding: 80px 8vw 50px;
        background-size: 250px;
        background-position-x: 75%;
    
    }
    
    section#sobre h1 {
        width: 450px;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 24px;
        line-height: 32px;
    }
    section#sobre p {
        width: 400px;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 14px;
        line-height: 22px;
    }

    

    section#oportunidades {
        padding-bottom: 125px;
    }
    section#oportunidades .title {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
        position: relative;
        margin: 50px auto;
        
    }
    
    section#oportunidades article{
        width: 90%;
        margin: auto;
    }
    section#oportunidades article .title {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0;
    }
    section#oportunidades article .icon {
        width: calc((100% - 200px) / 8);
    } 
    section#oportunidades article .icon img {
        width: 50px;    
    }
    section#oportunidades article .cargo {
        width: calc((100% - 200px) / 8 * 3);
    }
    section#oportunidades article .local {
        width: calc((100% - 200px) / 8 * 2);
    }
    section#oportunidades article .data {
        width: calc((100% - 200px) / 8 * 2);
    }
    section#oportunidades article .more {
        width: 200px;
    }
    section#oportunidades article .more .arrow {
        height: 45px;
        width: 134px;
        font-size: 14px;
        line-height: 45px;
    }
    section#oportunidades div#containerArea {
        padding: 20px 10%;
        font-size: 14px;
        line-height: 18px;
    
    }
    section#oportunidades div#containerArea .cargo {
        width: 48%;
    }
    section#oportunidades div#containerArea .extra {
        width: 48%;
    }
    section#oportunidades div#containerArea .call {
        width: 100%;
    }
    section#oportunidades div#containerArea .call a.button {
        margin-bottom: 10px;
    }


    section#candidatura {
        padding: 80px 0 60px;
    }
    section#candidatura .title{
        width: 578px;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 60px;
    }
    section#candidatura form {
        width: 800px;
    }
    section#candidatura form .text,
    section#candidatura form .upload {
        width: 48%;
        margin-bottom: 40px;
    }
    section#candidatura form label {
        font-size: 16px;
        line-height: 21px;
    }
    section#candidatura form .message {
        width: 100%;
    }
    section#candidatura form input[type=text],
    section#candidatura form input[type=email],
    section#candidatura form select,
    section#candidatura form textarea {
        width: 100%;
        height: 40px;
    }
    section#candidatura form select {
        border: 0;
        font-size: 16px;
        line-height: 26px;
    }
    section#candidatura form .extra-select {
        border: 1px solid #DBDBDB;
    }
    ::-webkit-file-upload-button {
        height: 40px;
        background: transparent;
        border: 1px solid #DBDBDB;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header {
        border-top: 16px solid #E20714;
    }
    header .shadow {
        background: rgba(255,255,255,0.5);
        padding: 20px 6vw 40px 6vw;
    
    }
    header .logo img {
        width: 280px;
    }
    header menu ul li {
        margin: 0 10px;
        font-size: 13px;
        line-height: 16px;
    }
    header h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        margin: 100px 0 70px;
        width: 320px;
    }
    a.button {
        height: 45px;
        width: 225px;
        font-size: 16px;
        line-height: 45px;
        margin-bottom: 80px;
    }
    button {
        height: 45px;
        width: 225px;
        font-size: 16px;
        line-height: 45px;
        margin: 50px auto 10px;
    }
    section#sobre {
        padding: 60px 6vw 40px;
        background-size: 200px;
        background-position-x: 85%;
    
    }
    
    section#sobre h1 {
        width: 450px;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 24px;
        line-height: 32px;
    }
    section#sobre p {
        width: 400px;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 14px;
        line-height: 22px;
    }

    

    section#oportunidades {
        padding-bottom: 125px;
    }
    section#oportunidades .title {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
        position: relative;
        margin: 50px auto;
        
    }
    
    section#oportunidades article{
        width: 90%;
        margin: auto;
    }
    section#oportunidades article .title {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0;
    }
    section#oportunidades article .icon {
        width: calc((100% - 150px) / 8 * 1.5);
    } 
    section#oportunidades article .icon img {
        width: 50px;    
    }
    section#oportunidades article .cargo {
        width: calc((100% - 150px) / 8 * 4);
    }
    section#oportunidades article .local {
        width: calc((100% - 150px) / 8 * 2.5);
    }
    section#oportunidades article .data {
        display: none;
    }
    section#oportunidades article .more {
        width: 150px;
    }
    section#oportunidades article .more .arrow {
        height: 40px;
        width: 120px;
        font-size: 14px;
        line-height: 40px;
    }
    section#oportunidades div#containerArea {
        padding: 20px 10%;
        font-size: 14px;
        line-height: 18px;
    
    }
    section#oportunidades div#containerArea .cargo {
        width: 48%;
    }
    section#oportunidades div#containerArea .extra {
        width: 48%;
    }
    section#oportunidades div#containerArea .call {
        width: 100%;
    }
    section#oportunidades div#containerArea .call a.button {
        margin-bottom: 10px;
    }


    section#candidatura {
        padding: 80px 0 60px;
    }
    section#candidatura .title{
        width: 578px;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 60px;
    }
    section#candidatura form {
        width: 100%;
        padding: 0 50px;
    }
    section#candidatura form .text,
    section#candidatura form .upload {
        width: 48%;
        margin-bottom: 40px;
    }
    section#candidatura form label {
        font-size: 16px;
        line-height: 21px;
    }
    section#candidatura form .message {
        width: 100%;
    }
    section#candidatura form input[type=text],
    section#candidatura form input[type=email],
    section#candidatura form select,
    section#candidatura form textarea {
        width: 100%;
        height: 40px;
    }
    section#candidatura form select {
        border: 0;
        font-size: 16px;
        line-height: 26px;
    }
    section#candidatura form .extra-select {
        border: 1px solid #DBDBDB;
    }
    ::-webkit-file-upload-button {
        height: 40px;
        background: transparent;
        border: 1px solid #DBDBDB;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    header {
        border-top: 16px solid #E20714;
    }
    header .shadow {
        background: rgba(255,255,255,0.5);
        padding: 20px 15px 20px 15px;
    
    }
    header .logo img {
        width: 240px;
        margin-top: 10px;
    }
    header menu ul li {
        margin: 0 auto;
        font-size: 12px;
        line-height: 16px;
    }
    header h1 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 300;
        margin: 100px 0 70px;
        width: 250px;
    }
    .wide {
        display: none;
    }
    .mobile {
        display: block;
    }
    a.button {
        height: 45px;
        width: 225px;
        font-size: 16px;
        line-height: 45px;
        margin-bottom: 80px;
    }
    button {
        height: 45px;
        width: 225px;
        font-size: 16px;
        line-height: 45px;
        margin: 50px auto 10px;
    }
    section#sobre {
        padding: 30px 15px 200px;
        background-size: 120px;
        background-position-x: 85%;
    
    }
    
    section#sobre h1 {
        width: 100%;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 16px;
        line-height: 22px;
    }
    section#sobre p {
        width: 100%;
        color: #4A4A4A;
        font-family: "Camber-Lg";
        font-size: 13px;
        line-height: 20px;
    }

    

    section#oportunidades {
        padding-bottom: 50px;
    }
    section#oportunidades .title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        position: relative;
        margin: 20px auto;
        
    }
    
    section#oportunidades article{
        width: 100%;
        margin: auto;
        
    }
    section#oportunidades article .title {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 3px;
    }
    section#oportunidades article .icon {
        display: none;    
    } 
    section#oportunidades article .icon img {
        width: 50px;    
    }
    section#oportunidades article .cargo {
        width: calc((100% - 50px) / 8 * 5);
    }
    section#oportunidades article .local {
        width: calc((100% - 50px) / 8 * 3);
    }
    section#oportunidades article .data {
        display: none;
    }
    section#oportunidades article .more {
        width: 50px;
    }
    section#oportunidades article .more .arrow {
        height: 40px;
        width: 40px;
        font-size: 30px;
        line-height: 40px;
    }
    section#oportunidades div#containerArea {
        padding: 20px 10%;
        font-size: 12px;
        line-height: 14px;
    
    }
    section#oportunidades div#containerArea .cargo {
        width: 100%;
    }
    section#oportunidades div#containerArea .extra {
        width: 100%;
    }
    section#oportunidades div#containerArea .call {
        width: 100%;
    }
    section#oportunidades div#containerArea .call a.button {
        margin-bottom: 10px;
    }


    section#candidatura {
        padding: 40px 0 30px;
    }
    section#candidatura .title{
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
        padding: 0 5px;
    }
    section#candidatura form {
        width: 100%;
        padding: 0 5px;
    }
    section#candidatura form .text,
    section#candidatura form .upload {
        width: 100%;
        margin-bottom: 15px;
    }
    section#candidatura form label {
        font-size: 16px;
        line-height: 21px;
    }
    section#candidatura form .message {
        width: 100%;
    }
    section#candidatura form input[type=text],
    section#candidatura form input[type=email],
    section#candidatura form select,
    section#candidatura form textarea {
        width: 100%;
        height: 40px;
    }
    section#candidatura form select {
        border: 0;
        font-size: 16px;
        line-height: 26px;
    }
    section#candidatura form .extra-select {
        border: 1px solid #DBDBDB;
    }
    ::-webkit-file-upload-button {
        height: 40px;
        background: transparent;
        border: 1px solid #DBDBDB;
    }
}