@charset "utf-8";
/* CSS Document */

body{}

.wrapper {
    max-height: 100vh;
    padding: 30px 0;
    color: #1f6291;
    font-size: 14px;
}

.wrapper a {
    color: #1f6291;
}

.imgem-fundo {    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-x: hidden;}


.imgem-fundo img {
height: 90vh;
    left: -35%;
    top: 5vh;
    position: relative;
    opacity: 0.4;
}

.item_1 {
    text-align: center
}

.item_1 .titulo {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px
}

.item_1 .logo img {
    width: 120px;
    margin-bottom: 30px
}

.andress {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block
}

.titulo_1 {
    font-weight: 700;
    text-decoration: underline;
}

.andress span {
    display: inline-table;
    margin-left: 10px;
}

.contato {}
.titulo_2{    font-weight: 700;
    text-align: center;
    background: #8c5da5;
    color: #fff;
    padding: 5px 0px;
    font-size: 12px;}
.contato ul {
    list-style: none;
    padding-left: 0
}

.contato ul li i {
    width: 40px
}

.form-contato {
    font-size:12px;
    background: #f5f5f5;
    padding: 15px;
}

.form-contato input,
.form-contato textarea {
    width: 100%;
    padding:2px 15px;
    margin-bottom:10px;
    border-radius: 7px;
    border: 1px solid #ccc
}

.form-contato label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500
}

.form-contato .button {
    border: none;
    background: #468ecb;
    color: #fff;
    font-weight: 700;
	margin-bottom:0;
	transition: all 0.2s ease;
	cursor:pointer;
}

.form-contato .button:hover { background:#1d73a0}

@media only screen and (min-width: 1299px) {
	.wrapper {font-size:20px;padding: 60px 0;}
	
	
	.item_1 .logo img { width:160px}
	.item_1 .titulo {font-size:30px; margin-bottom:50px}
	.form-contato {font-size:14px; font-weight:400}
	.titulo_2, .form-contato .button {font-size:16px}
	
	.form-contato input,
.form-contato textarea { padding:5px 10px}
	.form-contato label {font-size:16px}
}