﻿body {
    color: #333a3b;
}

.banner, .banner img {
    width: 100%;
    height: 450px;
}

p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px;
}

.ctn {
    width: 1300px;
    display: table;
    margin: auto;
}

.slogan {
    height: 100px;
    line-height: 100px;
    background-color: #32a2b9;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}

    .slogan .logo {
        width: 110px;
        height: 80px;
        margin-bottom: 15px;
    }

.texto-sobre-1 h1 {
    font-size: 31px;
    color: #32a2b9;
}

.texto-sobre-1 {
    padding: 2%;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: justify;
    display: block;
    width: 100%;
}

.img-fachada-seti {
    float: right;
    margin: 5%;
    margin-bottom: 0px;
    display: block;
}

.texto-sobre-2 {
    padding: 2%;
    background-color: #ec7e00;
    font-size: 14px;
    line-height: 14px;
    text-align: justify;
    display: block;
    color: #212121;
}

    .texto-sobre-2 strong {
        color: #000;
    }


    .texto-sobre-2 li {
        padding: 5px;
        font-size: 18px;
        line-height: 18px;
        text-align: justify;
    }

    .texto-sobre-2 .glyphicon {
        font-size: 35px;
    }

    .texto-sobre-2 .video {
        width: 1000px;
        margin: auto;
        height: 400px;
    }

    
        ul {
            padding-left: 0px;
            margin-left: 20px;
            text-indent: 0px;
        }

        strong {
            font-weight: 400;
        }

        .container {
            width: 1000px;
        }

        .texto-sobre-1 {
            color: #858585;
        }

        .texto-sobre-1 h1 strong {
            color: #32a2b9;
        }

        

        .texto-sobre-1 strong {
            font-weight: 400;
            color: #646464;
        }