

body {
    margin: 0;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

a{
    border: 0px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #fff !important;
}

.navbar{
    background-color: #005B94 !important;
}

.menu a{
    background-color: #005B94 !important;
    color: #fff !important;
}

#collapsibleNavbar{
    margin-left: 50px;
}


.titulo_inicial{
    line-height: 300px;
}

.inicio-section {
    position: relative;
    background: url('images/fundo.png') center no-repeat;
    height: 800px;
    background-color: #005B94;  
}


.inicio-titulo {
    color: #fff;
    font-size: 45px;
    position: relative;
    top: 200px; 
    text-align: center;
}

.sobre-section {
    position: relative;
    background: url('images/sobre.png') right top no-repeat;
    background-size: 90% 100%;
    height: 800px;
}

.sobre-titulo {
    color: #005B94;
    font-size: 45px;
    margin-left: 20%;
    position: relative;
    top: 100px;
    width: 25%;
}

.sobre-texto {
    color: #005B94;
    font-size: 20px;
    margin-left: 20%;
    position: relative;
    top: 125px;
    width: 25%;
    line-height: 2.0;
    text-justify:auto;

}

.vantagem-section {
    position: relative;
    background: url('images/vantagem.png') left top no-repeat;
    height: 800px;
    background-size: 90% 100%;
    background-color: #005B94;
}

.vantagem-titulo {
    color: #fff;
    font-size: 45px;
    margin-left: 50%;
    position: relative;
    top: 100px;
}

.vantagem-subtitulo {
    color: #33adf2;
    font-size: 30px;
    margin-left: 50%;
    position: relative;
    top: 120px;
}

ul{
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 2.0;
}

.vantagem-texto {
    color: #fff  !important;
    font-size: 25px;
    margin-left: 50%;
    position: relative;
    top: 140px;
    width: 25%;
}


.equipamento-section {
    position: relative;
    background: url('images/equipamento.png') right top no-repeat;
    background-color: #fff;
    height: 800px;
    background-size: 90% 100%;
}

.equipamento-titulo {
    color: #005B94;
    font-size: 45px;
    margin-left: 20%;
    position: relative;
    top: 100px;
}

.equipamento-texto{
    position: relative;   
    margin-left: 20%;
    top: 125px;
    color: #005B94;
    width: 25%;
}


.servico-section {
    position: relative;
    background-color: #005B94;
    height: 800px;
}

.servico-titulo {
    color: #fff;
    font-size: 45px;
    margin-left: 20%;
    position: relative;
    top: 100px;
}

.servico-texto{
    position: relative;   
    margin-left: 20%;
    top: 100px;
}

.servico_row{
    display: inline;
    float:left;
}

.servico01{
    color: #fff;
    font-size: 20px;
    margin: 20px;
}

.servico02{
    color: #fff;
    font-size: 20px;
    margin: 20px;
}

.servico03{
    position: relative; 
    color: #fff;
    font-size: 20px;
    margin: 20px;
}

.servico04{
    position: relative; 
    color: #fff;
    font-size: 20px;
    margin: 20px;
}


.evento-section {
    position: relative;
    background: url('images/evento.png') right top no-repeat;
    background-color: #fff;
    height: 800px;
    background-size: 90% 100%;
}

.evento-titulo {
    color: #005B94;
    font-size: 45px;
    margin-left: 20%;
    position: relative;
    top: 100px;

}

.evento-texto{
    position: relative;   
    margin-left: 20%;
    top: 125px;
    color: #005B94;
    width: 25%;
}

.cliente-section {
    position: relative;
    background: url('images/cliente.png') center top no-repeat;
    height: 900px;

}

.contato-section {
    position: relative;
    background: url('images/contato.png') center top no-repeat;
    background-color: #005B94;
    height: 848px;
}

.contato-titulo {
    color: #fff;
    font-size: 45px;
    margin-left: 23%;
    position: relative;
    top: 200px;
}

.contato-texto{
    position: relative;   
    margin-left: 55%;
    top: 300px;
    line-height: 2.0;

}



@media (max-width: 970px) {


    .titulo_inicial{
        line-height: 300px;
    }

    .inicio-section {
        position: relative;
        background: url('images/fundo.png') center no-repeat;
        background-size: 180%;
        height: 700px;
        background-color: #005B94;  
    }


    .inicio-titulo {
        color: #fff;
        font-size: 30px;
        position: relative;
        top: 200px; 
        text-align: center;
    }

    .sobre-section {
        position: relative;
        background: url('images/sobre.png') right top no-repeat;
        background-size: 90% 100%;
        height: 700px;
        background-position-x: 110px;
    }

    .sobre-titulo {
        color: #005B94;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;
        width: 100%;
    }

    .sobre-texto {
        color: #005B94;
        font-size: 20px;
        margin-left: 5%;
        position: relative;
        top: 120px;
        width: 60%;
        line-height: 2.0;
        text-justify:auto;

    }
    
    

    .vantagem-section {
        position: relative;
        background: none;
        height: 700px;
        background-color: #005B94;
    }

    .vantagem-titulo {
        color: #fff;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;
    }

    .vantagem-subtitulo {
        color: #33adf2;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 120px;
    }

    ul{
        font-size: 20px;
        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
        line-height: 2.0;
    }

    .vantagem-texto {
        color: #fff  !important;
        font-size: 25px;
        margin-left: 5%;
        position: relative;
        top: 140px;
        width: 90%;
    }


    .equipamento-section {
        position: relative;
        background: url('images/equipamento.png') right top no-repeat;
        background-size: 90% 100%;
        height: 700px;
        background-position-x: 110px;
        background-color: #fff;
    }

    .equipamento-titulo {
        color: #005B94;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;
    }

    .equipamento-texto{
        position: relative;   
        margin-left: 5%;
        top: 125px;
        color: #005B94;
        width: 90%;
    }


    .servico-section {
        position: relative;
        background-color: #005B94;
        height: 1400px;
    }

    .servico-titulo {
        color: #fff;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;
    }

    .servico-texto{
        position: relative;   
        margin-left: 25%;
        top: 100px;
    }

    .servico_row{
        display: inline;
        float:left;
    }

    .servico01{
        color: #fff;
        font-size: 20px;
        margin: 0px;
        margin-bottom: 35px;
        width: 180px;
        text-align: center;
        
    }

    .servico02{
        color: #fff;
        font-size: 20px;
        margin: 0px;
        margin-bottom: 35px;
        width: 180px;
        text-align: center;
    }

    .servico03{
        color: #fff;
        font-size: 20px;
        margin: 0px;
        margin-bottom: 35px;
        width: 180px;
        text-align: center;
    }

    .servico04{
        color: #fff;
        font-size: 20px;
        margin: 0px;
        margin-bottom: 35px;
        width: 180px;
        text-align: center;
    }


    .evento-section {
        position: relative;
        background: url('images/evento.png') right top no-repeat;
        background-color: #fff;
        background-size: 90% 100%;
        height: 700px;
        background-position-x: 110px;
    }

    .evento-titulo {
        color: #005B94;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;

    }

    .evento-texto{
        position: relative;   
        margin-left: 5%;
        top: 125px;
        color: #005B94;
        width: 75%;
    }

    .cliente-section {
        position: relative;
        background: url('images/cliente.png') center top no-repeat;
        background-size: 100% 60%;
        background-position-y: 110px;
        height: 600px;
        top: 100px;        
    }

    .contato-section {
        position: relative;
        background: url('images/contato.png') center top no-repeat;
        background-color: #005B94;
        background-position-x: -140px;
        background-position-y: -190px;
        height: 920px;
    }

    .contato-titulo {
        color: #fff;
        font-size: 30px;
        margin-left: 5%;
        position: relative;
        top: 100px;
    }

    .contato-texto{
        position: relative;   
        margin-left: 20%;
        top: 300px;
        line-height: 2.0;

    }



}

