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: 1001;
}

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

.splash-content{
    display: block;
    top: 10%;
    left: 50%;
    width: 600px;
    height: 450px;
    position: fixed;
    z-index: 1001;
    margin-left: -300px;
	/*padding:15px;*/
	border:1px solid #777;
    background-color: #fff;
}


.splash.big .splash-content{
    width: 776px;
    margin-left: -388px;
    height: 595px;
}

/*
.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{
    width: 60%;
    float: right;
    /*
    background: url(/assets/img/sobre/1.jpg) center center;
    */
    height: 405px;
    background-size: cover;
 }


.splash.big .splash-banner{
    width: 100%;
    height: 550px;
    position: relative;
}

.splash-esquerda {
    width: 40%;
    float: left;
}

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

.splash.big .splash-form{
    background-color: rgba(255, 255, 255, 0.7);
    width: 300px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-top: 0;
    padding: 15px;
}

.splash-form input[type="text"],
.splash-form input[type="email"],
.splash-form input[type="submit"],
.splash-form input[type="tel"]
{
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
}

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

.splash.big .splash-form input[type="text"],
.splash.big .splash-form input[type="email"],
.splash.big .splash-form input[type="tel"]
{
    background-color: rgba(255, 255, 255, 0.7);
}

.splash.big label{
    font-size: 15px;
    width: 50%;
    float: left;
    text-align: center;
}

.splash.big .splash-radio{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.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: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    color: #000000;
    font-size: 66%;
    text-align: justify;
    margin-top: 20px;
 }

.splash.big .splash-info{
    font-size: 66%;
    padding: 0 0 10px 0;
    margin-top: 0;
}

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

.splash.big .splash-info span{
    font-size: 18px;
}

.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;
        height: 188px;
        position: absolute;
        width: 100%;
    }


    .splash-banner:after {
        display: block;
        background-color: rgba(0,0,0,0.6);
        content: " ";
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

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

    .splash-info{
        width: 100%;
        padding-top: 5px;
        color: #fff;
        font-size: 85%;
        margin-top: 0px;
    }

    .splash-form{
        width: 100%;
    }


    .splash-esquerda {
        float: left;
        position: absolute;
        top: 73px;
        width: 100%;
        z-index: 3;
    }


    .splash.big .splash-banner:after{
        display: none;
    }

    .splash.big .splash-banner{
        height: 313px;
    }

    .splash.big .splash-content{
        width: 90%;
        margin-left: -45%;
        height: 358px;
    }

    .splash.big .splash-form {
        left: 5%;
        width: 90%;
        bottom: 20px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .splash.big .splash-info {
        color: #000;
    }

    .splash.big .splash-info span {
        font-size: 14px;
    }

}

@media (min-width: 499px) and (max-width: 768px) {

    .splash-esquerda {
        float: left;
        position: absolute;
        top: 73px;
        width: 100%;
        z-index: 3;
    }

    .splash-banner {
        height: 188px;
        position: absolute;
        width: 100%;
    }

    .splash-banner:after {
        display: block;
        background-color: rgba(0,0,0,0.6);
        content: " ";
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .splash-info {
        color: #fff;
        font-size: 85%;
        margin-top: 0px;
    }

    .splash-content {
        height: 313px;
        width: 450px;
        margin-left: -225px;
    }


    .splash.big .splash-banner:after{
        display: none;
    }

    .splash.big .splash-banner{
        height: 313px;
    }

    .splash.big .splash-content{
        width: 90%;
        margin-left: -45%;
        height: 358px;
    }

    .splash.big .splash-form {
        left: 5%;
        width: 90%;
        bottom: 20px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .splash.big .splash-info {
        color: #000;
    }

    .splash.big .splash-info span {
        font-size: 14px;
    }

}