* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

a{
    color: #515151;
    text-transform: none;
    text-decoration: none;
}

body{
    overflow: auto;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/open-sans-v20-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/open-sans-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/open-sans-v20-latin-600.woff') format('woff'), /* Modern Browsers */
         url('/fonts/open-sans-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/open-sans-v20-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.homePage .center{
    width: 100%;
    max-width: 560px;
}

.logo{
    background-image: url("./images/logo.png");
    width: 100%;
    height: 267px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.homePage {
    min-height: 100vh;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEE;
    background-image: url("./images/homepage.png");
}

.languages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.languages .language {
    margin: 0 36px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF!important;
}  

.languages .language a{
    color: #FFF!important;

}

.languages .language:hover {
   cursor:pointer;
}   


.subTitle{
    font-size: 36px;
    margin: 0 36px;
}

#aNossaAtividade {
    min-height: calc(100vh - 200px);
    padding: 100px;
    position: relative;
}

#aNossaHistoria{
    min-height: calc(100vh - 200px);
    padding: 100px;
    position: relative;
}

.boxGrey {
    background: #F0F0F0;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 60px 100px;
    max-width: 1280px;
}

.boxGrey .title{
    font-size: 112px;
    color: #515151;
    margin-bottom: 24px;
}

.boxGrey .title span{
    font-weight: bold;
}

.boxGrey .text{
    color: #707070;
    font-size: 18px;
    max-width: 639px;
    text-align: justify;
}

#aNossaAtividade .absoluteImage {
    background-image: url("./images/atividade_img.png");
    max-width: 737px;
    width: 100%;
    height: 780px;
    position: absolute;
    right: -300px;
    top: 75px;
}

#aNossaHistoria .absoluteImage {
    background-image: url("./images/anossahistoria_img.png");
    max-width: 737px;
    width: 100%;
    height: 88%;
    position: absolute;
    right: -460px;
    top: 75px;
    background-size: contain;
    background-repeat: no-repeat;
}

#callToAction {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
}

.bigTitleRed {
    color: #A72C32;
    font-size: 185px;
    font-weight: bold;
}

.smallTextRed {
    color: #A72C32;
    font-size: 36px;
    text-align: right;
}

.titleCallToAction {
    color: #515151;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
}

.subTitleCallToAction{
    color: #515151;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.24px;
}

.rightText {
    margin-left: 50px;
}

.leftText {
    margin-right: 50px;
}

#faleConnosco{
    width: 100%;
    height: 100%;
    padding: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./images/faleconnosco.png");
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
}

.titleCallUs {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}

input {
    width: 100%;
    max-width: 738px;
    background-color: transparent;
    outline: none;
    border: 2px solid white;
    box-sizing: border-box;
    padding: 24px;
    color: white;
    font-size: 16px;
}

.halfWidthInputs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 738px;
}

#faleConnosco > input:nth-child(2) {
    margin-bottom: 24px;
}

.halfWidthInputs > input:nth-child(1) {
    margin-right: 12px;
}

.halfWidthInputs > input:nth-child(2) {
    margin-left: 12px;
}

.buttonContactUs{
    width: 100%;
    max-width: 738px;
    border: 0;
    margin-top: 24px;
    background: #FFF;
    color: #707071;
    font-size: 24px;
    box-sizing: border-box;
    padding: 20px;
    font-weight: bold;
    border: 2px solid transparent;
}

.buttonContactUs:hover{
    background: #EEE;
    border: 2px solid white;
    cursor: pointer;
}

::placeholder { 
    color: white;
    opacity: 1; 
}

:-ms-input-placeholder { 
color: white;
}

::-ms-input-placeholder { 
color: white;
}

footer{
    background-color: #F0F0F0;
    box-sizing: border-box;
    padding: 100px 48px
}

.footerContent {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.footerContent .bold{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #515151;
    text-align: center;
}

.footerContent .text{
    font-size: 20px;
    color: #515151;
    text-align: center;
}


@media only screen and (max-width: 1601px){
    .boxGrey .title{
        font-size: 72px;
    }

    #aNossaAtividade .absoluteImage{
        max-width: 437px;
        height: 480px;
        right: -50px;
        top: 150px;
    }

    .boxGrey .text{
        font-size: 16px;
    }

    .bigTitleRed {
        font-size: 72px;
    }

    .titleCallToAction {
        font-size: 48px;
    }

    #callToAction {
        justify-content: center;
    }

    #aNossaHistoria .absoluteImage {
        max-width: 437px;
        right: -50px;
    }

    .languages .language{
        font-size: 20px;
    }

    footer {
        padding: 30px 48px;
    }

    .footerContent .bold {
        font-size: 16px;
    }

    .footerContent .text {
        font-size: 16px;
    }

    .titleCallUs {
        font-size: 30px;
    }

    input {
        font-size: 16px;
        padding: 16px;
    }

    .buttonContactUs {
        font-size: 18px;
    }

    #faleConnosco{
        padding: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .homePage {
        background-size: cover;
    }

    .languages{
        flex-direction: column;
    }

    .languages .language{
        margin: 16px 36px;
    }

    .boxGrey .title{
        font-size: 35px;
    }

    .boxGrey{
        background: unset;
        padding: 0;
        text-align: center;
    }

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

    #aNossaAtividade{
        padding: 46px;
    }

    #aNossaAtividade .absoluteImage{
        position: relative;
        margin-top: 48px;
        background-size: cover;
        height: 303px;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    #aNossaHistoria .absoluteImage{
        position: relative;
        margin-top: 48px;
        background-size: contain;
        height: 600px;
        background-position: center;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    .absoluteImage{
        max-width: 100%!important;
    }

    #callToAction{
        padding: 40px;
        flex-direction: column;
    }

    .leftText{
        margin: unset;
    }

    .bigTitleRed{
        font-size: 64px;
    }

    .smallTextRed{
        font-size: 18px;
        text-align: center;
    }

    .rightText{
        margin-top: 24px;
        margin-left: 0;
    }

    .titleCallToAction{
        font-size: 28px;
        text-align: center;
    }

    #aNossaHistoria{
        padding: 40px;
    }

    .subTitleCallToAction{
        text-align: center;
        font-size: 18px;
    }

    .titleCallUs{
        font-size: 20px;
    }

    #faleConnosco{
        padding: 40px;
    }

    .halfWidthInputs{
        width: 100%;
        flex-direction: column;
    }

    .halfWidthInputs > input:nth-child(1) {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .halfWidthInputs > input:nth-child(2) {
        margin-left: 0;
    }

    .buttonContactUs {
        font-size: 14px;
    }

    input {
        padding: 12px;
        font-size: 14px;
    }

    .footer{
        padding: 40px;
    }

    .footerContent{
        align-items: center;
        flex-direction: column;
    }

    .footerContent .center{
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .footerContent .text {
        font-size: 16px;
    }

    .footerContent .bold {
        font-size: 20px;
    }

    


  }