﻿.splash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.97);
    z-index: 999999;
    font-family: 'latoregular', Arial, sans-serif;
    overflow:auto;
    box-sizing:border-box;
}

.splash-content {
    width: 85%;
    max-width: 910px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    min-height: 490px;
    max-height: 100%;
}

.splash-bloco-texto {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.splash-bloco-texto img {
    height: 43px;
}

.splash-titulo {
    font-size: 45px;
    display: block;
    margin-top: 70px;
    font-weight: 700;
    max-width: 330px;
    line-height: 1.1em;
    font-family: 'latobold', Arial, sans-serif;
    color: #000000
}

.splash-subtitulo {
    display: block;
    font-size: 25px;
    margin-top: 17px;
    color: #E4002B;
}

.splash-texto {
    font-size: 22px;
    margin-top: 43px;
    display: block;
    color: #565656
}

.splash-texto li {
    margin-bottom: 25px;
    padding-left: 31px;
    position: relative;
}

.splash-texto li:before {
    content: '';
    background: url(/images/splash/visto.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}

.botoes {
    font-size: 20px;
    margin-top: 46px;
    display: block;
    padding-bottom:40px;
}

.botoes .botao {
    width: 180px;
    height: 54px;
    display: inline-block;
    background-color: #E4002B;
    margin-right: 5px;
    border: 2px solid #E4002B;
    box-sizing: border-box;
    color: #fff;
    line-height: 47px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'latobold', Arial, sans-serif;
    cursor:pointer;
}

.botoes .botao.botao-border {
    background-color: transparent;
    color: #000;
}

.splash-image {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    text-align: right;
    padding-top: 120px;
}

.splash-image img {
    margin-right: -59px;
}

.splash-close {
    position: absolute;
    top: 4px;
    right: -180px;
    width: 20px;
    height: 20px;
    background: url(/images/splash/icon_fechar.svg) no-repeat center center #E4002B;
    padding: 20px;
    cursor: pointer;
}


.mini .splash-content {
    top:0;
    transform:translate(-50%,0);
    padding-top:50px;
    height:100%;
    min-height:0;
    box-sizing:border-box;
}

.mini .splash-bloco-texto {
    width: 100%;
}

.mini .splash-image {
    display: none
}
.mini .splash-close {
    right:0;
    top:50px;
}

.mini .splash-titulo {
    margin-top:40px;
    font-size:36px;
}
.mini .splash-subtitulo {
    font-size: 20px;
    margin-top: 10px;
}
.mini .splash-texto {
    font-size: 18px;
    margin-top: 36px;
}


.small .splash-content {
    top: 0;
    transform: translate(-50%,0);
    padding-top: 50px;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
}

.small .splash-bloco-texto {
    width: 100%;
}

.small .splash-image {
    display: none
}

.small .splash-close {
    right: 0;
    top: 50px;
}

.small .splash-titulo {
    font-size: 38px;
}

.small .splash-subtitulo {
    font-size: 22px;
}

.small .splash-texto {
    font-size: 20px;
}


.normal .splash-close {
    right: 0;
}



.barra-topo {
    height: 50px;
    line-height:50px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    font-family: 'latobold', Arial, sans-serif;
    color:#fff;
}
    .barra-topo img {
        vertical-align:middle;
        margin-right:18px;
    }

    .barra-topo .close {
        position: absolute;
        right: 40px;
        top:15px;
        width: 20px;
        height: 20px;
        background: url(/images/splash/icon_fechar.svg) no-repeat center center;
        cursor: pointer;
    }


.mini .barra-topo {
    height: auto;
    min-height: 0px;
    line-height: 1em;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}
    .mini .barra-topo .close {
        right: 10px;
    }