@charset "utf-8";
body{
    margin: 0;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #666;
}

header{
    border-bottom: 1px solid #ccc;
}
    header a, footer a{
        color: #005526;
    }

    header a:hover, footer a:hover{
        color: #666;
    }

a{
    color: #333;
}

a:hover{
    color: #999;
}

p{
    margin-bottom: 0;
}

h1{
    font-weight: 700;
    font-size: 70px;
    letter-spacing: -1px;
}

h2{
    font-weight: 700;
    font-size: 50px;
}

h3{
    font-weight: 700;
    font-size: 30px;
}

h4{
    font-weight: normal;
}

.box-shadow{
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2);
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.bloco-video{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.bg-chamada{
    background-color: #fff;
    background-image: url('../imagens/banners/bg01.jpg');
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0;
}

.bg-destaque{
    background-image: url('../imagens/banners/bg02.jpg');
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0;
}

.bg-clients{
    background-image: url('../imagens/banners/bg03.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}
    .img-cliente{
        height: 80px;
        padding: 10px;
        border: 1px solid #333;
        background: #fff;
        margin: 0 5px 10px 5px;
    }

.text-success{
    color: #005526!important;
}

.navbar {
    padding: 20px 0;
}

.btn{
    text-transform: uppercase;
}

.palestrantes a:hover{
    color: #005526;
    text-decoration: none;
}