body:after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url(/assets/img/sobre/1.jpg);
}

.splash{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999998;
}

.splashback{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: url(/assets/img/overlay.png) repeat top left;
	opacity:0.8;
}

.splash-content{
    display: block;
    top: 20%;
    left: 50%;
    width: 500px;
    height: 350px;
    position: fixed;
    z-index: 999999999;
    margin-left: -250px;
	/*padding:15px;*/
	border:1px solid #777;
    background-color: #fff;
}

/*
.main-splash{
	position:relative;
    width: 460px;
    height: 310px;
	z-index:1100;
}

.splash-title{
    background-color: #1d242c;
    height:40px;
}

.splash-content input[type=text]{
	border:0;
	margin-top:15px;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
}

.splash-content input[type=submit]{
}

.splash-logo{
	text-align:right;
}

.splash-slogan{
	color:#000;
	font-size:140%;
	margin-top:50px;
}
*/

/*Custom*/
.splash-barra{
    background-color: #1d242c;
    height: 45px;
}

.splash-banner{
    background-image: url(/assets/img/sobre/1.jpg);
    height: 170px;
    background-size: cover;
    background-position: 0% 90%;
 }

.splash-form{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: -10px;
}

.splash-form input{
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
}

.splash-form input[type="text"]{
    background-color: #F0EEEF;
    border: 1px solid #F0EEEF;
    padding-left: 30px;
}

.splash-icon {
    float: left;
    margin-top: -34px;
    padding-left: 8px;
    position: relative;
    z-index: 2;
    color: #909090;
}

.splash-form input[type="submit"]{
    background-color: #000;
    border: 1px solid #000;
    font-weight: bold;
    color:#fff;
}


.splash-info{
     width: 50%;
     float: left;
     box-sizing: border-box;
     padding: 20px;
    color: #BBBBBB;
    font-size: 66%;
    text-align: justify;
 }

.splash-info span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.splash-logo{
    float: left;
    width: 50%;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    padding-left: 20px;
}

.splash-close{
    float: right;
    width: 50%;
    line-height: 35px;
    padding-right: 10px;
    text-align: right;
}

#splash-close-x {
    font-size: 32px;
    color: #BBBBBB;
}

#splash-close-x:before {
    content: "×";
}


@media only screen and (max-width: 498px) {

    .splash-banner{
        background-position: center center;
    }

    .splash-content{
        top: 10%;
        width: 280px;
        height: 435px;
        margin-left: -140px;
    }

    .splash-info{
        width: 100%;
        padding-top: 5px;
    }

    .splash-form{
        width: 100%;
    }

}