.topo{
    background-image: url(../img/topo.jpg);
    background-color: #eea236;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conteudo{
    width: 100%;
    background-image: url(../img/bg_conteudo.jpg);
    background-color: #eea236;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3em;
}
.container-1{
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    padding: 3em 7em 3em 7em;
    text-align: center;
}
.container-1 h1{
    color: #295097;
    font-size: 16px;
    margin-top: 1em;
}
.container-1 h1 b{
    color: #F58634;
    font-size: 18px;
    margin-bottom: 3em;
}
.container-2{
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    padding: 3em 7em 3em 7em;
    margin-top: 3em;
}
.container-2 h1{
    color: #295097;
    font-size: 30px;
    margin-top: 1em;
    font-weight: bold;
    text-align: center;
}
.depoimento{
    padding: 2em 0 2em 0;
    border-bottom: 1px solid #bfbfbf;
}
.depoimento h2{
    font-size: 26px;
    color: #295097;
}
.depoimento p{
    font-size: 14px;
    color: #767676;
}
.container-button{
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
}
.container-button .btn-primary{
    padding: 0.5em 3em 0.5em 3em;
    font-weight: bold;
    color: #eea236;
    font-size: 18px;
    background-color: #295097;
    border-color: #295097;
}
.container-button .btn-primary:hover{
    color: white;
    background-color: blue;
    border-color: #295097;
}
.footer-area{
    background-color: black;
    text-align: center;
    color: white;
    padding: 1em;
    margin: 0px;
    font-size: 8px;
}
.footer-area a{
    color: white;
    text-decoration: none;
}

@media (max-width:576px) {
    .topo{
        background-image: url(../img/topo.jpg);
        background-color: #eea236;
        height: 160px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container-1{
        padding: 3em 1em 3em 1em;
    }
    .conteudo{
        padding-left: 1em;
        padding-right: 1em;
    }
    .container-2{
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
    }
    .avatar{
        width: 100px;
        text-align:center;
        margin-left: 37%;
    }
}