s@charset "UTF-8";



@font-face {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}


body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}




a {color: #000;}
a:link { }
a:visited {}
    a:hover {}
        a, a:focus, :focus {}



            .clear{
                clear:both;
            }



            body{
                margin:0 auto;
                display:block;
                width:100%;
                background-color:#fff;
            }

            img{
                width: 160px;
            }



            .imagem{
                display: none;
                width: 49.5%;
                height: 100vh;
                float: left;
                background: url(background.jpg) no-repeat center center;
                background-size: cover;
            }

            .imagem-01{
                display: none;
                width: 49.5%;
                height: 100vh;
                float: left;
                background: url(background-01.jpg) no-repeat center center;
                background-size: cover;
            }

            .bloco_texto{
                display: block;
                width: 100%;
                height: 100vh;
            }

            .logo{
                display: block;
                margin: 0 auto;
                text-align: center;
                width: 80%;
                height: 115px;
                margin-top: 10vh;
            }

            .texto1{
                width: 60%;
                display: block;
                margin: 0 auto;
                text-align: center;
                font-family: 'Poppins', sans-serif;
                font-weight:300;
                font-size: 22px;
                color: #565656;
                margin-top: 5vh;
            }

            .texto2{
                width: 50%;
                display: block;
                margin: 0 auto;
                text-align: center;
                font-weight: 100;
                font-size: 20px;
                color: #989797;
                line-height: 140%;
                margin-top: 70px;
            }

            .bloco-btn{
                background: #565656;
                color: #a7a3a3;
                text-decoration: none;
                font-weight: 100;
                font-size: 17px;
                padding: 10px;
                max-width: 230px;
                display: block;
                text-align: center;
                margin: 50px auto 0 auto;
            }

            .contactos{
                width: 80%;
                display: block;
                margin: 0 auto;
                text-align: center;
                font-weight: 100;
                font-size: 12px;
                color: #989797;
                margin-top: 10vh;
            }

            .contactos a{
                color: #989797;
            }

            .form-area{
                margin: 70px auto;
                max-width: 470px;
                width: 100%;
            }

            .form-area .form-titulo{
                width: 80%;
                display: block;
                margin: 0 auto;
                text-align: center;
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-size: 28px;
                color: #565656;
                line-height: 100%;
                margin-bottom: 30px;
            }

            .form-area .block-row{
                margin-bottom: 10px;
            }

            .form-area input,
            .form-area select,
            .form-area textarea{
                width: 100%;
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-size: 17px;
                color: #565656;
                padding: 7px 20px;
            }

            .form-area input[type="submit"]{
                color: #FFFFFF;
                margin-top: 20px;
            }

            .form-area input{
                width: calc(100% - 44px);
            }

            .form-area select{
                width: 100%;
            }

            .form-area textarea{
                width: calc(100% - 42px);
                max-height: 120px;
                min-height: 120px;
            }

            body.mod-contact .logo{
                margin-top: 10vh;
            }
            body.mod-contact .contactos {
                margin-top: 7vh;
            }

            body.mod-contact .logo.logo-up{
                margin-top: 6vh;
            }

            @media only screen and (min-width : 800px) {
                .bloco_texto{
                    display: block;
                    width: 100%;
                    height: 100vh;
                }
            }


            @media only screen and (min-width : 1000px) {

                img{
                    width: 228px;
                }

                .imagem,
                .imagem-01{
                    display: block;
                    width: 49.5%;
                    height: 100vh;
                    float: left;
                }

                .bloco_texto{
                    display: block;
                    width: 49.5%;
                    height: 100vh;
                    float: right;
                }

                .logo{
                    margin-top: 20vh;
                }

                .texto1{
                    margin-top: 10vh;
                    font-size: 27px;
                }

                .texto2{
                    font-size: 20px;
                }

                .contactos{
                    margin-top: 23vh;
                    font-size: 17px;
                }

            }


            /*** MENSAGEM DE ERRO / SUCESSO ***/

            .mensagem-erro{
                -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
                transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
                transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
                transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
                border-radius: .28571429rem;
                position: relative;
                min-height: 15px;
                margin: 14px 0;
                background: #f8f8f9;
                padding: 15px 20px;
                line-height: 1.2;
            }

            .mensagem-erro-sucesso{
                -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
                box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
                background-color: #fcfff5;
                color: #2c662d;
            }

            .mensagem-erro-error{
                -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
                box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
                background-color: #fff6f6;
                color: #9f3a38;
            }

            .mensagem-erro-info{
                -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
                box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
                background-color: #f8ffff;
                color: #276f86;
            }

            .mensagem-erro-aviso{
                -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
                box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
                background-color: #fffaf3;
                color: #573a08;
            }

            .mensagem-erro .mensagem-erro-titulo{
                display: block;
                font-family: 'PT-Sans', sans-serif;
                font-weight: 700;
                margin: 0;
                font-size:16px;
            }

            .mensagem-erro.align-center{
                text-align: center;
            }

            .mensagem-erro p {
                opacity: 0.85;
                margin: 5px 0;
                font-size:14px;
            }

            .mensagem-erro .mensagem-erro-listagem {
                text-align: left;
                padding: 0;
                opacity: 0.85;
                list-style-position: inside;
                margin: 5px 0;
            }

            .mensagem-erro .mensagem-erro-listagem li {
                position: relative;
                list-style-type: none;
                margin: 0 0 5px 14px;
                padding: 0;
                list-style-position: outside;
            }

            .mensagem-erro .mensagem-erro-listagem li:before {
                position: absolute;
                content: '•';
                left: -15px;
                height: 100%;
                vertical-align: baseline;
                font-size: 16px;
                top: -1px;
            }