h1
{
    font-family: 'amelia-basic-blacuploadedfile', sans-serif;
    font-size: 30px;
    color: #333;
}

h2
{
    font-family: 'amelia-basicuploaded_file', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #3785A4;
    margin-top: 14px;
}

body
{
    background-image: url(/site/images/bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 400px;
    font-family: 'amelia-basic-lighuploadedfile';
}

.fixed-top
{
    position: fixed;
    top: -10px;
    right: 0;
    left: auto;
    z-index: 1030;
}

.section-body
{
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-body .btnAgendar
{
    font-family: 'amelia-basic-bolduploadedfile';
    width: 100%;
}

.alertify .ajs-dimmer {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5;
}

.alertify .ajs-modal
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 9999999999;
}

@media screen and (max-width: 1024px)
{

}

@media screen and (max-width: 992px)
{

}

@media screen and (max-width: 768px)
{

}

@media screen and (max-width: 576px)
{
    .section-topo
    {
        padding-bottom: 150px;
    }

    .section-topo .colEsq
    {
        padding-top: 36px;
        text-align: center;
        font-size: 40px;
        line-height: 35px;
    }

    .section-topo .colEsq img
    {
        float: none;
        margin-bottom: 20px;
    }

    .section-topo .colDir
    {
        display: none;
    }

    h1
    {
        font-size: 36px;
    }

    .section-sobre .colEsq .text-vermelho {
        font-size: 36px;
    }

    .section-depoimentos .depoimento {
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-top: 30px;
    }

    .section-rodape
    {
        text-align: center;
    }

    .section-rodape img
    {
        margin-bottom: 36px;
    }

    .fixed-top img
    {
        width: 160px;
    }
}
